com.retek.component.item.impl
Class ItemLocationImpl

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

public class ItemLocationImpl
extends BusinessObjectImpl
implements ItemLocation


Constructor Summary
ItemLocationImpl(ItemLocationDto dto)
           
 
Method Summary
 RDate getCreateDateTime()
           
 Quantity getDailyWastePercentage()
           
protected  AbstractDto getDto()
           
 int getHeight()
           
 java.lang.String getItemGrandparent()
           
 java.lang.String getItemId()
           
 java.lang.String getItemParent()
           
 RDate getLastUpdateDateTime()
           
 java.lang.String getLastUpdateId()
           
 java.lang.String getLocalItemDesc()
           
 java.lang.String getLocalShortDesc()
           
 Location getLocation()
           
 java.lang.String getLocationDisplayCode()
           
 java.lang.String getLocationType()
           
 Quantity getMeasureOfEach()
           
 Quantity getMeasureOfPrice()
           
 int getOutboundHandlingDays()
           
 java.lang.String getPrimaryCostPack()
           
 java.lang.String getPrimaryCountry()
           
 java.lang.String getPrimarySupplier()
           
 java.lang.String getPrimaryVariant()
           
 Money getPromoRetail()
           
 Money getPromoSellingRetail()
           
 java.lang.String getPromoSellingUom()
           
 java.lang.String getReceiveAsType()
           
 Money getSellingUnitRetail()
           
 java.lang.String getSellingUom()
           
 java.lang.String getStatus()
           
 RDate getStatusUpdateDate()
           
 java.lang.String getStoreOrderMultiple()
           
 int getTier()
           
 Money getUnitRetail()
           
 java.lang.String getUomOfPrice()
           
 boolean isClear()
           
 boolean isNoLongerAvailableIndicator()
           
 boolean isRepackRequired()
           
 boolean isTaxable()
           
 void setClear(boolean clear)
           
 void setCreateDateTime(RDate createDateTime)
           
 void setDailyWastePercentage(Quantity dailyWastePercentage)
           
 void setHeight(int height)
           
 void setItemGrandparent(java.lang.String itemGrandparent)
           
 void setItemId(java.lang.String itemId)
           
 void setItemParent(java.lang.String itemParent)
           
 void setLastUpdateDateTime(RDate lastUpdateDateTime)
           
 void setLastUpdateId(java.lang.String lastUpdateId)
           
 void setLocalItemDesc(java.lang.String localItemDesc)
           
 void setLocalShortDesc(java.lang.String localShortDesc)
           
 void setLocationDisplayCode(java.lang.String locationDisplayCode)
           
 void setLocationId(java.lang.String locationId)
           
 void setLocationType(java.lang.String typeFlag)
           
 void setMeasureOfEach(Quantity measureOfEach)
           
 void setMeasureOfPrice(Quantity measureOfPrice)
           
 void setNoLongerAvailableIndicator(boolean noLongerAvailableIndicator)
           
 void setOutboundHandlingDays(int outboundHandlingDays)
           
 void setPrimaryCostPack(java.lang.String primaryCostPack)
           
 void setPrimaryCountry(java.lang.String primaryCountry)
           
 void setPrimarySupplier(java.lang.String primarySupplier)
           
 void setPrimaryVariant(java.lang.String primaryVariant)
           
 void setPromoRetail(Money promoRetail)
           
 void setPromoSellingRetail(Money promoSellingRetail)
           
 void setPromoSellingUom(java.lang.String promoSellingUom)
           
 void setReceiveAsType(java.lang.String receiveAsType)
           
 void setRepackRequired(boolean repackRequired)
           
 void setSellingUnitRetail(Money sellingUnitRetail)
           
 void setSellingUom(java.lang.String sellingUom)
           
 void setStatus(java.lang.String status)
           
 void setStatusUpdateDate(RDate statusUpdateDate)
           
 void setStoreOrderMultiple(java.lang.String storeOrderMultiple)
           
 void setTaxable(boolean taxable)
           
 void setTier(int tier)
           
 void setUnitRetail(Money unitRetail)
           
 void setUomOfPrice(java.lang.String uomOfPrice)
           
 
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.ItemLocation
isPersisted
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

ItemLocationImpl

public ItemLocationImpl(ItemLocationDto dto)
Method Detail

getDto

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

getLocationType

public java.lang.String getLocationType()
Specified by:
getLocationType in interface ItemLocation

getStatus

public java.lang.String getStatus()
Specified by:
getStatus in interface ItemLocation

isNoLongerAvailableIndicator

public boolean isNoLongerAvailableIndicator()
Specified by:
isNoLongerAvailableIndicator in interface ItemLocation

getItemId

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

getLocation

public Location getLocation()
                     throws SystemException
Specified by:
getLocation in interface ItemLocation
Throws:
SystemException

getLocationDisplayCode

public java.lang.String getLocationDisplayCode()

getOutboundHandlingDays

public int getOutboundHandlingDays()
                            throws BusinessException,
                                   SystemException
Specified by:
getOutboundHandlingDays in interface ItemLocation
Throws:
BusinessException
SystemException

setStatus

public void setStatus(java.lang.String status)
Specified by:
setStatus in interface ItemLocation

setNoLongerAvailableIndicator

public void setNoLongerAvailableIndicator(boolean noLongerAvailableIndicator)
Specified by:
setNoLongerAvailableIndicator in interface ItemLocation

setItemId

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

setLocationId

public void setLocationId(java.lang.String locationId)
Specified by:
setLocationId in interface ItemLocation

setLocationDisplayCode

public void setLocationDisplayCode(java.lang.String locationDisplayCode)

setOutboundHandlingDays

public void setOutboundHandlingDays(int outboundHandlingDays)
Specified by:
setOutboundHandlingDays in interface ItemLocation

setLocationType

public void setLocationType(java.lang.String typeFlag)
Specified by:
setLocationType in interface ItemLocation

isClear

public boolean isClear()
Specified by:
isClear in interface ItemLocation

getCreateDateTime

public RDate getCreateDateTime()
Specified by:
getCreateDateTime in interface ItemLocation

getDailyWastePercentage

public Quantity getDailyWastePercentage()
Specified by:
getDailyWastePercentage in interface ItemLocation

getHeight

public int getHeight()
Specified by:
getHeight in interface ItemLocation

getItemGrandparent

public java.lang.String getItemGrandparent()
Specified by:
getItemGrandparent in interface ItemLocation

getItemParent

public java.lang.String getItemParent()
Specified by:
getItemParent in interface ItemLocation

getLastUpdateDateTime

public RDate getLastUpdateDateTime()
Specified by:
getLastUpdateDateTime in interface ItemLocation

getLastUpdateId

public java.lang.String getLastUpdateId()
Specified by:
getLastUpdateId in interface ItemLocation

getLocalItemDesc

public java.lang.String getLocalItemDesc()
Specified by:
getLocalItemDesc in interface ItemLocation

getLocalShortDesc

public java.lang.String getLocalShortDesc()
Specified by:
getLocalShortDesc in interface ItemLocation

getMeasureOfEach

public Quantity getMeasureOfEach()
Specified by:
getMeasureOfEach in interface ItemLocation

getMeasureOfPrice

public Quantity getMeasureOfPrice()
Specified by:
getMeasureOfPrice in interface ItemLocation

getPrimaryCostPack

public java.lang.String getPrimaryCostPack()
Specified by:
getPrimaryCostPack in interface ItemLocation

getPrimaryCountry

public java.lang.String getPrimaryCountry()
Specified by:
getPrimaryCountry in interface ItemLocation

getPrimarySupplier

public java.lang.String getPrimarySupplier()
Specified by:
getPrimarySupplier in interface ItemLocation

getPrimaryVariant

public java.lang.String getPrimaryVariant()
Specified by:
getPrimaryVariant in interface ItemLocation

getPromoRetail

public Money getPromoRetail()
Specified by:
getPromoRetail in interface ItemLocation

getPromoSellingRetail

public Money getPromoSellingRetail()
Specified by:
getPromoSellingRetail in interface ItemLocation

getPromoSellingUom

public java.lang.String getPromoSellingUom()
Specified by:
getPromoSellingUom in interface ItemLocation

getReceiveAsType

public java.lang.String getReceiveAsType()
Specified by:
getReceiveAsType in interface ItemLocation

getSellingUnitRetail

public Money getSellingUnitRetail()
Specified by:
getSellingUnitRetail in interface ItemLocation

getSellingUom

public java.lang.String getSellingUom()
Specified by:
getSellingUom in interface ItemLocation

getStatusUpdateDate

public RDate getStatusUpdateDate()
Specified by:
getStatusUpdateDate in interface ItemLocation

getStoreOrderMultiple

public java.lang.String getStoreOrderMultiple()
Specified by:
getStoreOrderMultiple in interface ItemLocation

isTaxable

public boolean isTaxable()
Specified by:
isTaxable in interface ItemLocation

getTier

public int getTier()
Specified by:
getTier in interface ItemLocation

getUnitRetail

public Money getUnitRetail()
Specified by:
getUnitRetail in interface ItemLocation

getUomOfPrice

public java.lang.String getUomOfPrice()
Specified by:
getUomOfPrice in interface ItemLocation

setClear

public void setClear(boolean clear)
Specified by:
setClear in interface ItemLocation

setCreateDateTime

public void setCreateDateTime(RDate createDateTime)
Specified by:
setCreateDateTime in interface ItemLocation

setDailyWastePercentage

public void setDailyWastePercentage(Quantity dailyWastePercentage)
Specified by:
setDailyWastePercentage in interface ItemLocation

setHeight

public void setHeight(int height)
Specified by:
setHeight in interface ItemLocation

setItemGrandparent

public void setItemGrandparent(java.lang.String itemGrandparent)
Specified by:
setItemGrandparent in interface ItemLocation

setItemParent

public void setItemParent(java.lang.String itemParent)
Specified by:
setItemParent in interface ItemLocation

setLastUpdateDateTime

public void setLastUpdateDateTime(RDate lastUpdateDateTime)
Specified by:
setLastUpdateDateTime in interface ItemLocation

setLastUpdateId

public void setLastUpdateId(java.lang.String lastUpdateId)
Specified by:
setLastUpdateId in interface ItemLocation

setLocalItemDesc

public void setLocalItemDesc(java.lang.String localItemDesc)
Specified by:
setLocalItemDesc in interface ItemLocation

setLocalShortDesc

public void setLocalShortDesc(java.lang.String localShortDesc)
Specified by:
setLocalShortDesc in interface ItemLocation

setMeasureOfEach

public void setMeasureOfEach(Quantity measureOfEach)
Specified by:
setMeasureOfEach in interface ItemLocation

setMeasureOfPrice

public void setMeasureOfPrice(Quantity measureOfPrice)
Specified by:
setMeasureOfPrice in interface ItemLocation

setPrimaryCostPack

public void setPrimaryCostPack(java.lang.String primaryCostPack)
Specified by:
setPrimaryCostPack in interface ItemLocation

setPrimaryCountry

public void setPrimaryCountry(java.lang.String primaryCountry)
Specified by:
setPrimaryCountry in interface ItemLocation

setPrimarySupplier

public void setPrimarySupplier(java.lang.String primarySupplier)
Specified by:
setPrimarySupplier in interface ItemLocation

setPrimaryVariant

public void setPrimaryVariant(java.lang.String primaryVariant)
Specified by:
setPrimaryVariant in interface ItemLocation

setPromoRetail

public void setPromoRetail(Money promoRetail)
Specified by:
setPromoRetail in interface ItemLocation

setPromoSellingRetail

public void setPromoSellingRetail(Money promoSellingRetail)
Specified by:
setPromoSellingRetail in interface ItemLocation

setPromoSellingUom

public void setPromoSellingUom(java.lang.String promoSellingUom)
Specified by:
setPromoSellingUom in interface ItemLocation

setReceiveAsType

public void setReceiveAsType(java.lang.String receiveAsType)
Specified by:
setReceiveAsType in interface ItemLocation

setSellingUnitRetail

public void setSellingUnitRetail(Money sellingUnitRetail)
Specified by:
setSellingUnitRetail in interface ItemLocation

setSellingUom

public void setSellingUom(java.lang.String sellingUom)
                   throws SystemException
Specified by:
setSellingUom in interface ItemLocation
Throws:
SystemException

setStatusUpdateDate

public void setStatusUpdateDate(RDate statusUpdateDate)
Specified by:
setStatusUpdateDate in interface ItemLocation

setStoreOrderMultiple

public void setStoreOrderMultiple(java.lang.String storeOrderMultiple)
Specified by:
setStoreOrderMultiple in interface ItemLocation

setTaxable

public void setTaxable(boolean taxable)
Specified by:
setTaxable in interface ItemLocation

setTier

public void setTier(int tier)
Specified by:
setTier in interface ItemLocation

setUnitRetail

public void setUnitRetail(Money unitRetail)
Specified by:
setUnitRetail in interface ItemLocation

setUomOfPrice

public void setUomOfPrice(java.lang.String uomOfPrice)
Specified by:
setUomOfPrice in interface ItemLocation

isRepackRequired

public boolean isRepackRequired()
Specified by:
isRepackRequired in interface ItemLocation

setRepackRequired

public void setRepackRequired(boolean repackRequired)
Specified by:
setRepackRequired in interface ItemLocation


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