com.retek.component.item.impl
Class DirectShipItemSupplierImpl

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

public class DirectShipItemSupplierImpl
extends BusinessObjectImpl
implements DirectShipItemSupplier


Field Summary
 
Fields inherited from interface com.retek.component.item.DirectShipItemSupplier
CONTACT_DAY, CONTACT_LEVEL, ITEM_ID, LINES_PER_DIRECT_SHIP_PO, SUPPLIER_ID, UNITS_PER_CONTACT
 
Constructor Summary
DirectShipItemSupplierImpl(DirectShipItemSupplierDto dto)
           
 
Method Summary
 ContactDayType getContactDay()
           
 ContactLevelType getContactLevel()
           
protected  AbstractDto getDto()
           
 java.lang.String getItemId()
           
 java.lang.String getLinesPerDirectShipPo()
           
 java.lang.String getSupplierId()
           
 java.lang.String getUnitsPerContact()
           
 boolean isOrderTypeSeparateIndicator()
           
 boolean isPersonalizationSeparateIndicator()
           
 void setContactDay(ContactDayType contactDay)
           
 void setContactLevel(ContactLevelType contactLevel)
           
 void setItemId(java.lang.String itemId)
           
 void setLinesPerDirectShipPo(java.lang.String linesPerDirectShipPo)
           
 void setOrderTypeSeparateIndicator(boolean orderTypeSeparateIndicator)
           
 void setPersonalizationSeparateIndicator(boolean personalizationSeparateIndicator)
           
 void setSupplierId(java.lang.String supplierId)
           
 void setUnitsPerContact(java.lang.String unitsPerContact)
           
 void submit()
           
 
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.component.item.DirectShipItemSupplier
isPersisted
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

DirectShipItemSupplierImpl

public DirectShipItemSupplierImpl(DirectShipItemSupplierDto dto)
Method Detail

getContactDay

public ContactDayType getContactDay()
Specified by:
getContactDay in interface DirectShipItemSupplier

getContactLevel

public ContactLevelType getContactLevel()
Specified by:
getContactLevel in interface DirectShipItemSupplier

getLinesPerDirectShipPo

public java.lang.String getLinesPerDirectShipPo()
Specified by:
getLinesPerDirectShipPo in interface DirectShipItemSupplier

isOrderTypeSeparateIndicator

public boolean isOrderTypeSeparateIndicator()
Specified by:
isOrderTypeSeparateIndicator in interface DirectShipItemSupplier

isPersonalizationSeparateIndicator

public boolean isPersonalizationSeparateIndicator()
Specified by:
isPersonalizationSeparateIndicator in interface DirectShipItemSupplier

getSupplierId

public java.lang.String getSupplierId()
Specified by:
getSupplierId in interface DirectShipItemSupplier

getItemId

public java.lang.String getItemId()
Specified by:
getItemId in interface DirectShipItemSupplier

getUnitsPerContact

public java.lang.String getUnitsPerContact()
Specified by:
getUnitsPerContact in interface DirectShipItemSupplier

setContactDay

public void setContactDay(ContactDayType contactDay)
Specified by:
setContactDay in interface DirectShipItemSupplier

setContactLevel

public void setContactLevel(ContactLevelType contactLevel)
Specified by:
setContactLevel in interface DirectShipItemSupplier

setLinesPerDirectShipPo

public void setLinesPerDirectShipPo(java.lang.String linesPerDirectShipPo)
Specified by:
setLinesPerDirectShipPo in interface DirectShipItemSupplier

setOrderTypeSeparateIndicator

public void setOrderTypeSeparateIndicator(boolean orderTypeSeparateIndicator)
Specified by:
setOrderTypeSeparateIndicator in interface DirectShipItemSupplier

setPersonalizationSeparateIndicator

public void setPersonalizationSeparateIndicator(boolean personalizationSeparateIndicator)
Specified by:
setPersonalizationSeparateIndicator in interface DirectShipItemSupplier

setSupplierId

public void setSupplierId(java.lang.String supplierId)
Specified by:
setSupplierId in interface DirectShipItemSupplier

setItemId

public void setItemId(java.lang.String itemId)
Specified by:
setItemId in interface DirectShipItemSupplier

setUnitsPerContact

public void setUnitsPerContact(java.lang.String unitsPerContact)
Specified by:
setUnitsPerContact in interface DirectShipItemSupplier

getDto

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

submit

public void submit()
            throws SystemException,
                   BusinessException
Specified by:
submit in interface DirectShipItemSupplier
Throws:
SystemException
BusinessException


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