com.retek.component.item
Interface ProductInformation
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface ProductInformation
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
ITEM
public static final java.lang.String ITEM
- See Also:
- Constant Field Values
BANNER
public static final java.lang.String BANNER
- See Also:
- Constant Field Values
START_DATE
public static final java.lang.String START_DATE
- See Also:
- Constant Field Values
END_DATE
public static final java.lang.String END_DATE
- See Also:
- Constant Field Values
ATTRIBUTES
public static final java.lang.String ATTRIBUTES
- See Also:
- Constant Field Values
CUSTOM_ATTRIBUTE_DATA
public static final java.lang.String CUSTOM_ATTRIBUTE_DATA
- See Also:
- Constant Field Values
setItemId
public void setItemId(java.lang.String itemId)
throws SystemException
- Throws:
SystemException
setScreenType
public void setScreenType(ItemAttributeScreenType screenType)
throws SystemException
- Throws:
SystemException
setStartDate
public void setStartDate(RDate startDate)
throws SystemException
- Throws:
SystemException
setEndDate
public void setEndDate(RDate endDate)
throws SystemException
- Throws:
SystemException
setBanner
public void setBanner(Banner banner)
throws SystemException
- Throws:
SystemException
getItemId
public java.lang.String getItemId()
throws SystemException
- Throws:
SystemException
getScreenType
public ItemAttributeScreenType getScreenType()
throws SystemException
- Throws:
SystemException
getStartDate
public RDate getStartDate()
throws SystemException
- Throws:
SystemException
getEndDate
public RDate getEndDate()
throws SystemException
- Throws:
SystemException
getBanner
public Banner getBanner()
throws SystemException
- Throws:
SystemException
getProductInformationAttributes
public java.util.Set getProductInformationAttributes()
throws SystemException
- Throws:
SystemException
submit
public void submit(java.util.Set piAttributes)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
getDynamicAttributes
public java.util.Set getDynamicAttributes()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25