com.retek.component.item
Interface UdaProductInformationAttribute
- All Superinterfaces:
- BusinessObject, DistributedObject, ProductInformationAttribute
- All Known Subinterfaces:
- FreeFormUdaProductInformationAttribute, UdaHeaderProductInformationAttribute
- All Known Implementing Classes:
- FreeFormUdaProductInformationAttributeImpl, UdaHeaderProductInformationAttributeImpl
- public interface UdaProductInformationAttribute
- extends ProductInformationAttribute
Methods inherited from interface com.retek.component.item.ProductInformationAttribute |
getAttributeName, getAttributeValue, getCustomData, getDescription, getItemNumber, getProductInformation, isCustom, isDifferentiator, isDynamic, isUda, setCustomData, setProductInformation |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
setItemId
public void setItemId(java.lang.String itemId)
throws SystemException
- Throws:
SystemException
getItemId
public java.lang.String getItemId()
throws SystemException
- Throws:
SystemException
setDynamic
public void setDynamic(boolean dynamic)
throws SystemException
- Throws:
SystemException
addUda
public void addUda(java.lang.Object udaObject)
throws SystemException
- Throws:
SystemException
removeUda
public void removeUda(java.lang.Object udaObject)
throws SystemException
- Throws:
SystemException
getUdaIds
public java.util.Set getUdaIds()
throws SystemException
- Throws:
SystemException
hasUda
public boolean hasUda(java.lang.Object udaObject)
throws SystemException
- Throws:
SystemException
isFreeForm
public boolean isFreeForm()
throws SystemException
- Throws:
SystemException
isEmpty
public boolean isEmpty()
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28