com.retek.component.item
Interface UdaProductInformationAttribute

All Superinterfaces:
BusinessObject, DistributedObject, ProductInformationAttribute
All Known Subinterfaces:
FreeFormUdaProductInformationAttribute, UdaHeaderProductInformationAttribute

public interface UdaProductInformationAttribute
extends ProductInformationAttribute


Method Summary
 void addUda(java.lang.Object udaObject)
           
 java.lang.String getItemId()
           
 java.util.Set getUdaIds()
           
 boolean hasUda(java.lang.Object udaObject)
           
 boolean isEmpty()
           
 boolean isFreeForm()
           
 void removeUda(java.lang.Object udaObject)
           
 void setDynamic(boolean dynamic)
           
 void setItemId(java.lang.String itemId)
           
 
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
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25