com.retek.component.item
Interface ItemLocation
- All Superinterfaces:
- BusinessObject
- All Known Implementing Classes:
- ItemLocationImpl
- public interface ItemLocation
- extends BusinessObject
isPersisted
public boolean isPersisted()
getItemId
public java.lang.String getItemId()
getLocation
public Location getLocation()
throws SystemException
- Throws:
SystemException
isNoLongerAvailableIndicator
public boolean isNoLongerAvailableIndicator()
getOutboundHandlingDays
public int getOutboundHandlingDays()
throws BusinessException,
SystemException
- Throws:
BusinessException
SystemException
getLocationType
public java.lang.String getLocationType()
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)
setLocationType
public void setLocationType(java.lang.String typeFlag)
setStatus
public void setStatus(java.lang.String status)
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)
throws SystemException
- Throws:
SystemException
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)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28