com.retek.component.item
Interface ProductInformation

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
ProductInformationImpl

public interface ProductInformation
extends DistributedObject


Field Summary
static java.lang.String ATTRIBUTES
           
static java.lang.String BANNER
           
static java.lang.String CUSTOM_ATTRIBUTE_DATA
           
static java.lang.String END_DATE
           
static java.lang.String ITEM
           
static java.lang.String START_DATE
           
 
Method Summary
 Banner getBanner()
           
 java.util.Set getDynamicAttributes()
           
 RDate getEndDate()
           
 java.lang.String getItemId()
           
 java.util.Set getProductInformationAttributes()
           
 ItemAttributeScreenType getScreenType()
           
 RDate getStartDate()
           
 void setBanner(Banner banner)
           
 void setEndDate(RDate endDate)
           
 void setItemId(java.lang.String itemId)
           
 void setScreenType(ItemAttributeScreenType screenType)
           
 void setStartDate(RDate startDate)
           
 void submit(java.util.Set piAttributes)
           
 
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
 

Field Detail

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
Method Detail

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28