com.retek.component.item.impl.remote
Class ItemLocationDto

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.AbstractDto
      extended bycom.retek.component.item.impl.remote.ItemLocationDto
All Implemented Interfaces:
java.io.Serializable

public class ItemLocationDto
extends AbstractDto
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ItemLocationDto()
           
 
Method Summary
 RDate getCreateDateTime()
           
 Quantity getDailyWastePercentage()
           
 int getHeight()
           
 java.lang.String getId()
           
 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()
           
 java.lang.String getLocationDisplayCode()
           
 java.lang.String getLocationId()
           
 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 skuId)
           
 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 locationType)
           
 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.remote.AbstractDto
equals, getDescription, getDistributedReferences, getIds, hashCode, isPersisted, setDescription, setId, setIsPersisted
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemLocationDto

public ItemLocationDto()
Method Detail

getId

public java.lang.String getId()
Overrides:
getId in class AbstractDto

getItemId

public java.lang.String getItemId()

getLocationId

public java.lang.String getLocationId()

isNoLongerAvailableIndicator

public boolean isNoLongerAvailableIndicator()

getOutboundHandlingDays

public int getOutboundHandlingDays()

getStatus

public java.lang.String getStatus()

setItemId

public void setItemId(java.lang.String skuId)

setLocationId

public void setLocationId(java.lang.String locationId)

setNoLongerAvailableIndicator

public void setNoLongerAvailableIndicator(boolean noLongerAvailableIndicator)

setOutboundHandlingDays

public void setOutboundHandlingDays(int outboundHandlingDays)

setStatus

public void setStatus(java.lang.String status)

getLocationType

public java.lang.String getLocationType()

setLocationType

public void setLocationType(java.lang.String locationType)

isClear

public boolean isClear()

getCreateDateTime

public RDate getCreateDateTime()

getDailyWastePercentage

public Quantity getDailyWastePercentage()

getHeight

public int getHeight()

getItemGrandparent

public java.lang.String getItemGrandparent()

getItemParent

public java.lang.String getItemParent()

getLastUpdateDateTime

public RDate getLastUpdateDateTime()

getLastUpdateId

public java.lang.String getLastUpdateId()

getLocalItemDesc

public java.lang.String getLocalItemDesc()

getLocalShortDesc

public java.lang.String getLocalShortDesc()

getMeasureOfEach

public Quantity getMeasureOfEach()

getMeasureOfPrice

public Quantity getMeasureOfPrice()

getPrimaryCostPack

public java.lang.String getPrimaryCostPack()

getPrimaryCountry

public java.lang.String getPrimaryCountry()

getPrimarySupplier

public java.lang.String getPrimarySupplier()

getPrimaryVariant

public java.lang.String getPrimaryVariant()

getPromoRetail

public Money getPromoRetail()

getPromoSellingRetail

public Money getPromoSellingRetail()

getPromoSellingUom

public java.lang.String getPromoSellingUom()

getReceiveAsType

public java.lang.String getReceiveAsType()

getSellingUnitRetail

public Money getSellingUnitRetail()

getSellingUom

public java.lang.String getSellingUom()

getStatusUpdateDate

public RDate getStatusUpdateDate()

getStoreOrderMultiple

public java.lang.String getStoreOrderMultiple()

isTaxable

public boolean isTaxable()

getTier

public int getTier()

getUnitRetail

public Money getUnitRetail()

getUomOfPrice

public java.lang.String getUomOfPrice()

setClear

public void setClear(boolean clear)

setCreateDateTime

public void setCreateDateTime(RDate createDateTime)

setDailyWastePercentage

public void setDailyWastePercentage(Quantity dailyWastePercentage)

setHeight

public void setHeight(int height)

setItemGrandparent

public void setItemGrandparent(java.lang.String itemGrandparent)

setItemParent

public void setItemParent(java.lang.String itemParent)

setLastUpdateDateTime

public void setLastUpdateDateTime(RDate lastUpdateDateTime)

setLastUpdateId

public void setLastUpdateId(java.lang.String lastUpdateId)

setLocalItemDesc

public void setLocalItemDesc(java.lang.String localItemDesc)

setLocalShortDesc

public void setLocalShortDesc(java.lang.String localShortDesc)

setMeasureOfEach

public void setMeasureOfEach(Quantity measureOfEach)

setMeasureOfPrice

public void setMeasureOfPrice(Quantity measureOfPrice)

setPrimaryCostPack

public void setPrimaryCostPack(java.lang.String primaryCostPack)

setPrimaryCountry

public void setPrimaryCountry(java.lang.String primaryCountry)

setPrimarySupplier

public void setPrimarySupplier(java.lang.String primarySupplier)

setPrimaryVariant

public void setPrimaryVariant(java.lang.String primaryVariant)

setPromoRetail

public void setPromoRetail(Money promoRetail)

setPromoSellingRetail

public void setPromoSellingRetail(Money promoSellingRetail)

setPromoSellingUom

public void setPromoSellingUom(java.lang.String promoSellingUom)

setReceiveAsType

public void setReceiveAsType(java.lang.String receiveAsType)

setSellingUnitRetail

public void setSellingUnitRetail(Money sellingUnitRetail)

setSellingUom

public void setSellingUom(java.lang.String sellingUom)

setStatusUpdateDate

public void setStatusUpdateDate(RDate statusUpdateDate)

setStoreOrderMultiple

public void setStoreOrderMultiple(java.lang.String storeOrderMultiple)

setTaxable

public void setTaxable(boolean taxable)

setTier

public void setTier(int tier)

setUnitRetail

public void setUnitRetail(Money unitRetail)

setUomOfPrice

public void setUomOfPrice(java.lang.String uomOfPrice)

isRepackRequired

public boolean isRepackRequired()

setRepackRequired

public void setRepackRequired(boolean repackRequired)

getLocationDisplayCode

public java.lang.String getLocationDisplayCode()

setLocationDisplayCode

public void setLocationDisplayCode(java.lang.String locationDisplayCode)


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