com.retek.component.item.impl
Class ItemSupplierCountryAttributeImpl

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
      extended bycom.retek.component.item.impl.ItemSupplierCountryAttributeImpl
All Implemented Interfaces:
BusinessObject, java.lang.Comparable, ItemSupplierCountryAttribute

public class ItemSupplierCountryAttributeImpl
extends BusinessObjectImpl
implements ItemSupplierCountryAttribute


Constructor Summary
ItemSupplierCountryAttributeImpl(ItemSupplierCountryAttributeDto dto)
           
 
Method Summary
protected  AbstractDto getDto()
           
 java.lang.String getId()
           
 Money getUnitCost()
           
 boolean isPrimaryCountry()
           
 void setPrimaryCountry(boolean primaryCountry)
           
 void setUnitCost(Money unitCost)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDescription, hashCode, isPersisted, isValid, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItemSupplierCountryAttributeImpl

public ItemSupplierCountryAttributeImpl(ItemSupplierCountryAttributeDto dto)
Method Detail

getDto

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

getId

public java.lang.String getId()
Specified by:
getId in interface BusinessObject
Overrides:
getId in class BusinessObjectImpl

isPrimaryCountry

public boolean isPrimaryCountry()
Specified by:
isPrimaryCountry in interface ItemSupplierCountryAttribute

getUnitCost

public Money getUnitCost()
Specified by:
getUnitCost in interface ItemSupplierCountryAttribute

setPrimaryCountry

public void setPrimaryCountry(boolean primaryCountry)
Specified by:
setPrimaryCountry in interface ItemSupplierCountryAttribute

setUnitCost

public void setUnitCost(Money unitCost)
Specified by:
setUnitCost in interface ItemSupplierCountryAttribute


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