com.retek.component.media
Interface SellingItemDepiction
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- SellingItemDepictionImpl
- public interface SellingItemDepiction
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
PAGE_SPREAD
public static final java.lang.String PAGE_SPREAD
- See Also:
- Constant Field Values
KEY
public static final java.lang.String KEY
- See Also:
- Constant Field Values
DEPICTION_CODE
public static final java.lang.String DEPICTION_CODE
- See Also:
- Constant Field Values
DEPICTION_DESCRIPTION
public static final java.lang.String DEPICTION_DESCRIPTION
- See Also:
- Constant Field Values
PLACEMENT
public static final java.lang.String PLACEMENT
- See Also:
- Constant Field Values
TOTAL_AREA_OF_DEPICTION
public static final java.lang.String TOTAL_AREA_OF_DEPICTION
- See Also:
- Constant Field Values
PERCENT_OF_DEPICTION
public static final java.lang.String PERCENT_OF_DEPICTION
- See Also:
- Constant Field Values
SPACE_COST
public static final java.lang.String SPACE_COST
- See Also:
- Constant Field Values
getPageSpread
public java.lang.String getPageSpread()
throws SystemException
- Throws:
SystemException
getKey
public java.lang.String getKey()
throws SystemException
- Throws:
SystemException
getPlacement
public java.lang.String getPlacement()
throws SystemException
- Throws:
SystemException
getDepiction
public Depiction getDepiction()
throws SystemException
- Throws:
SystemException
getSellingItem
public SellingItem getSellingItem()
throws SystemException
- Throws:
SystemException
setPageSpread
public void setPageSpread(java.lang.String pageSpread)
throws SystemException
- Throws:
SystemException
setKey
public void setKey(java.lang.String key)
throws SystemException
- Throws:
SystemException
setPlacement
public void setPlacement(java.lang.String placement)
throws SystemException
- Throws:
SystemException
setDepiction
public void setDepiction(Depiction depiction)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28