com.retek.component.item
Interface ProductInformationAttribute
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Subinterfaces:
- FreeFormUdaProductInformationAttribute, ItemProductInformationAttribute, UdaHeaderProductInformationAttribute, UdaProductInformationAttribute
- public interface ProductInformationAttribute
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
isCustom
public boolean isCustom()
throws SystemException
- Throws:
SystemException
isDynamic
public boolean isDynamic()
throws SystemException
- Throws:
SystemException
isUda
public boolean isUda()
throws SystemException
- Throws:
SystemException
isDifferentiator
public boolean isDifferentiator()
throws SystemException
- Throws:
SystemException
getAttributeName
public java.lang.String getAttributeName(Item item)
throws SystemException
- Throws:
SystemException
getAttributeValue
public java.lang.String getAttributeValue(Item item)
throws SystemException
- Throws:
SystemException
getDescription
public java.lang.String getDescription()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getProductInformation
public ProductInformation getProductInformation()
throws SystemException
- Throws:
SystemException
getCustomData
public java.lang.String getCustomData()
throws SystemException
- Throws:
SystemException
getItemNumber
public java.lang.String getItemNumber()
throws SystemException
- Throws:
SystemException
setCustomData
public void setCustomData(java.lang.String customData)
throws SystemException
- Throws:
SystemException
setProductInformation
public void setProductInformation(ProductInformation productInformation)
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25