com.retek.component.media.impl
Class SellingItemDepictionImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.media.impl.SellingItemDepictionImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, SellingItemDepiction

public class SellingItemDepictionImpl
extends DistributedObjectImpl
implements SellingItemDepiction


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.media.SellingItemDepiction
DEPICTION_CODE, DEPICTION_DESCRIPTION, KEY, PAGE_SPREAD, PERCENT_OF_DEPICTION, PLACEMENT, SPACE_COST, TOTAL_AREA_OF_DEPICTION
 
Constructor Summary
SellingItemDepictionImpl(DistributedContext context, DistributedReference ref)
           
SellingItemDepictionImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 Depiction getDepiction()
           
 SellingItemDepictionDto getDto()
           
 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)
           
 void setSellingItem(SellingItem sellingItem)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

SellingItemDepictionImpl

public SellingItemDepictionImpl(DistributedContext context,
                                DistributedReference ref,
                                boolean createHollow)
                         throws SystemException

SellingItemDepictionImpl

public SellingItemDepictionImpl(DistributedContext context,
                                DistributedReference ref)
                         throws SystemException
Method Detail

getDto

public SellingItemDepictionDto getDto()
                               throws SystemException
Throws:
SystemException

getSellingItem

public SellingItem getSellingItem()
                           throws SystemException
Specified by:
getSellingItem in interface SellingItemDepiction
Throws:
SystemException

getKey

public java.lang.String getKey()
                        throws SystemException
Specified by:
getKey in interface SellingItemDepiction
Throws:
SystemException

getPageSpread

public java.lang.String getPageSpread()
                               throws SystemException
Specified by:
getPageSpread in interface SellingItemDepiction
Throws:
SystemException

getPlacement

public java.lang.String getPlacement()
                              throws SystemException
Specified by:
getPlacement in interface SellingItemDepiction
Throws:
SystemException

setKey

public void setKey(java.lang.String key)
            throws SystemException
Specified by:
setKey in interface SellingItemDepiction
Throws:
SystemException

setPageSpread

public void setPageSpread(java.lang.String pageSpread)
                   throws SystemException
Specified by:
setPageSpread in interface SellingItemDepiction
Throws:
SystemException

setPlacement

public void setPlacement(java.lang.String placement)
                  throws SystemException
Specified by:
setPlacement in interface SellingItemDepiction
Throws:
SystemException

getDepiction

public Depiction getDepiction()
                       throws SystemException
Specified by:
getDepiction in interface SellingItemDepiction
Throws:
SystemException

setDepiction

public void setDepiction(Depiction depiction)
                  throws SystemException
Specified by:
setDepiction in interface SellingItemDepiction
Throws:
SystemException

setSellingItem

public void setSellingItem(SellingItem sellingItem)
                    throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28