com.retek.component.media
Interface SellingItemDepiction

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

public interface SellingItemDepiction
extends DistributedObject


Field Summary
static java.lang.String DEPICTION_CODE
           
static java.lang.String DEPICTION_DESCRIPTION
           
static java.lang.String KEY
           
static java.lang.String PAGE_SPREAD
           
static java.lang.String PERCENT_OF_DEPICTION
           
static java.lang.String PLACEMENT
           
static java.lang.String SPACE_COST
           
static java.lang.String TOTAL_AREA_OF_DEPICTION
           
 
Method Summary
 Depiction getDepiction()
           
 java.lang.String getKey()
           
 java.lang.String getPageSpread()
           
 java.lang.String getPlacement()
           
 SellingItem getSellingItem()
           
 void setDepiction(Depiction depiction)
           
 void setKey(java.lang.String key)
           
 void setPageSpread(java.lang.String pageSpread)
           
 void setPlacement(java.lang.String placement)
           
 
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

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

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