com.retek.component.supplier.impl
Class SupplierLocationImpl

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
      extended bycom.retek.component.supplier.impl.SupplierLocationImpl
All Implemented Interfaces:
BusinessObject, java.lang.Comparable, SupplierLocation, SupplierLocationRib

public class SupplierLocationImpl
extends BusinessObjectImpl
implements SupplierLocationRib


Constructor Summary
SupplierLocationImpl(SupplierLocationDto dto)
           
 
Method Summary
 Address getAddress()
           
 java.lang.String getContactEmail()
           
 java.lang.String getContactFax()
           
 java.lang.String getContactName()
           
 java.lang.String getContactPager()
           
 java.lang.String getContactPhone()
           
protected  AbstractDto getDto()
           
 SupplierLocationType getLocationType()
           
 java.lang.String getSequenceNumber()
           
 boolean isPrimaryLocationForLocationType()
           
 void setAddress(Address address)
           
 void setContactEmail(java.lang.String email)
           
 void setContactFax(java.lang.String fax)
           
 void setContactName(java.lang.String name)
           
 void setContactPager(java.lang.String pagerNumber)
           
 void setContactPhone(java.lang.String phone)
           
 void setPrimaryLocationForType(boolean primaryLocationForType)
           
 void setSequenceNumber(java.lang.String seqNo)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDescription, getId, hashCode, isPersisted, isValid, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

SupplierLocationImpl

public SupplierLocationImpl(SupplierLocationDto dto)
Method Detail

getSequenceNumber

public java.lang.String getSequenceNumber()
Specified by:
getSequenceNumber in interface SupplierLocationRib

getAddress

public Address getAddress()
Specified by:
getAddress in interface SupplierLocation

getContactEmail

public java.lang.String getContactEmail()
Specified by:
getContactEmail in interface SupplierLocation

getContactFax

public java.lang.String getContactFax()
Specified by:
getContactFax in interface SupplierLocation

getContactName

public java.lang.String getContactName()
Specified by:
getContactName in interface SupplierLocation

getContactPhone

public java.lang.String getContactPhone()
Specified by:
getContactPhone in interface SupplierLocation

getContactPager

public java.lang.String getContactPager()
Specified by:
getContactPager in interface SupplierLocation

getLocationType

public SupplierLocationType getLocationType()
Specified by:
getLocationType in interface SupplierLocation

isPrimaryLocationForLocationType

public boolean isPrimaryLocationForLocationType()
Specified by:
isPrimaryLocationForLocationType in interface SupplierLocation

setSequenceNumber

public void setSequenceNumber(java.lang.String seqNo)
Specified by:
setSequenceNumber in interface SupplierLocationRib

setAddress

public void setAddress(Address address)
Specified by:
setAddress in interface SupplierLocation

setContactEmail

public void setContactEmail(java.lang.String email)
Specified by:
setContactEmail in interface SupplierLocation

setContactFax

public void setContactFax(java.lang.String fax)
Specified by:
setContactFax in interface SupplierLocation

setContactName

public void setContactName(java.lang.String name)
Specified by:
setContactName in interface SupplierLocation

setContactPhone

public void setContactPhone(java.lang.String phone)
Specified by:
setContactPhone in interface SupplierLocation

setContactPager

public void setContactPager(java.lang.String pagerNumber)
Specified by:
setContactPager in interface SupplierLocation

setPrimaryLocationForType

public void setPrimaryLocationForType(boolean primaryLocationForType)

getDto

protected AbstractDto getDto()
Specified by:
getDto in class BusinessObjectImpl


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28