com.retek.component.item
Interface ItemSupplier
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable
- public interface ItemSupplier
- extends BusinessObject, com.retek.swing11.commons.type.Displayable
Methods inherited from interface com.retek.swing11.commons.type.Displayable |
toDisplayString |
PERSONALIZATION_ATTRIBUTE
public static final java.lang.String PERSONALIZATION_ATTRIBUTE
- See Also:
- Constant Field Values
PERSONALIZATION_AVAILABLE
public static final java.lang.String PERSONALIZATION_AVAILABLE
- See Also:
- Constant Field Values
getDiscontinueDate
public RDate getDiscontinueDate()
getItemId
public java.lang.String getItemId()
getItem
public Item getItem()
throws SystemException
- Throws:
SystemException
getSupplier
public Supplier getSupplier()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getLabel
public java.lang.String getLabel()
getVpn
public java.lang.String getVpn()
getItemSupplierPersonalizationAttribute
public ItemSupplierPersonalizationAttribute getItemSupplierPersonalizationAttribute(PersonalizationStyleType styletype)
throws BusinessException
- Throws:
BusinessException
getItemSupplierPersonalizationAttributes
public java.util.Collection getItemSupplierPersonalizationAttributes()
getPersonalizationStyleTypes
public java.util.Set getPersonalizationStyleTypes()
getItemSupplierCountryAttributes
public java.util.Set getItemSupplierCountryAttributes()
isPersisted
public boolean isPersisted()
isDirectShipIndicator
public boolean isDirectShipIndicator()
isPrimarySupplierIndicator
public boolean isPrimarySupplierIndicator()
isPrimaryDirectShipSupplierIndicator
public boolean isPrimaryDirectShipSupplierIndicator()
isSpecialCustomerOrdersPossibleIndicator
public boolean isSpecialCustomerOrdersPossibleIndicator()
isPersonalizationActive
public boolean isPersonalizationActive()
setDescription
public void setDescription(java.lang.String description)
setDiscontinueDate
public void setDiscontinueDate(RDate discontinueDate)
setDirectShipIndicator
public void setDirectShipIndicator(boolean directShipIndicator)
setPrimarySupplierIndicator
public void setPrimarySupplierIndicator(boolean primarySupplierIndicator)
setItemId
public void setItemId(java.lang.String itemId)
setSupplierId
public void setSupplierId(java.lang.String supplierId)
setLabel
public void setLabel(java.lang.String label)
setPrimaryDirectShipSupplierIndicator
public void setPrimaryDirectShipSupplierIndicator(boolean primaryDirectShipSupplierIndicator)
setSpecialCustomerOrdersPossibleIndicator
public void setSpecialCustomerOrdersPossibleIndicator(boolean specialCustomerOrdersPossibleIndicator)
setVpn
public void setVpn(java.lang.String vpn)
setPersonalizationActive
public void setPersonalizationActive(boolean active)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
addItemSupplierPersonalizationAttribute
public void addItemSupplierPersonalizationAttribute(PersonalizationStyleType styleType,
ItemSupplierPersonalizationAttribute itemSupplierPersonalizationAttribute)
throws BusinessException
- Throws:
BusinessException
addItemSupplierCountryAttribute
public void addItemSupplierCountryAttribute(ItemSupplierCountryAttribute attribute)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25