com.retek.component.item
Interface ProductInformationAttribute

All Superinterfaces:
BusinessObject, DistributedObject
All Known Subinterfaces:
FreeFormUdaProductInformationAttribute, ItemProductInformationAttribute, UdaHeaderProductInformationAttribute, UdaProductInformationAttribute

public interface ProductInformationAttribute
extends DistributedObject


Method Summary
 java.lang.String getAttributeName(Item item)
           
 java.lang.String getAttributeValue(Item item)
           
 java.lang.String getCustomData()
           
 java.lang.String getDescription()
           
 java.lang.String getItemNumber()
           
 ProductInformation getProductInformation()
           
 boolean isCustom()
           
 boolean isDifferentiator()
           
 boolean isDynamic()
           
 boolean isUda()
           
 void setCustomData(java.lang.String customData)
           
 void setProductInformation(ProductInformation productInformation)
           
 
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

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