com.retek.component.supplier.impl
Class SupplierContactMethodImpl

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

public class SupplierContactMethodImpl
extends BusinessObjectImpl
implements SupplierContactMethod


Constructor Summary
SupplierContactMethodImpl(SupplierContactMethodDto dto)
           
 
Method Summary
protected  AbstractDto getDto()
           
 SupplierContactMethodType getType()
           
 boolean isPrimaryContactMethodForSupplier()
           
 void setPrimaryContactMethodForSupplier(boolean primaryContactMethod)
           
 void setType(SupplierContactMethodType type)
           
 
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

SupplierContactMethodImpl

public SupplierContactMethodImpl(SupplierContactMethodDto dto)
Method Detail

getType

public SupplierContactMethodType getType()
Specified by:
getType in interface SupplierContactMethod

isPrimaryContactMethodForSupplier

public boolean isPrimaryContactMethodForSupplier()
Specified by:
isPrimaryContactMethodForSupplier in interface SupplierContactMethod

setType

public void setType(SupplierContactMethodType type)
Specified by:
setType in interface SupplierContactMethod

setPrimaryContactMethodForSupplier

public void setPrimaryContactMethodForSupplier(boolean primaryContactMethod)

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