com.retek.component.media.impl
Class DepictionImpl

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

public class DepictionImpl
extends DistributedObjectImpl
implements Depiction


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
 
Constructor Summary
DepictionImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
DepictionImpl(DistributedContext context, DistributedReference ref, Media media)
           
 
Method Summary
 java.lang.String getDepictionCode()
           
 java.lang.String getDescription()
           
 DepictionDto getDto()
           
 Media getMedia()
           
 Percent getPercentOfDepiction()
           
 Money getSpaceCost()
           
 java.math.BigDecimal getTotalAreaOfDepiction()
           
 void recalculatePercentOfDepiction()
           
 void recalculateSpaceCost()
           
 void setDepictionCode(java.lang.String depictionCode)
           
 void setDescription(java.lang.String description)
           
 void setPercentOfDepiction(Percent percentOfDepiction)
           
 void setSpaceCost(Money spaceCost)
           
 void setTotalAreaOfDepiction(java.math.BigDecimal totalAreaOfDepiction)
           
 
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

DepictionImpl

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

DepictionImpl

public DepictionImpl(DistributedContext context,
                     DistributedReference ref,
                     Media media)
              throws SystemException
Method Detail

getDto

public DepictionDto getDto()
                    throws SystemException
Throws:
SystemException

getDepictionCode

public java.lang.String getDepictionCode()
                                  throws SystemException
Specified by:
getDepictionCode in interface Depiction
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface Depiction
Throws:
SystemException

getPercentOfDepiction

public Percent getPercentOfDepiction()
                              throws SystemException
Specified by:
getPercentOfDepiction in interface Depiction
Throws:
SystemException

getSpaceCost

public Money getSpaceCost()
                   throws SystemException
Specified by:
getSpaceCost in interface Depiction
Throws:
SystemException

getTotalAreaOfDepiction

public java.math.BigDecimal getTotalAreaOfDepiction()
                                             throws SystemException
Specified by:
getTotalAreaOfDepiction in interface Depiction
Throws:
SystemException

setDepictionCode

public void setDepictionCode(java.lang.String depictionCode)
                      throws SystemException
Specified by:
setDepictionCode in interface Depiction
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Specified by:
setDescription in interface Depiction
Throws:
SystemException

setSpaceCost

public void setSpaceCost(Money spaceCost)
                  throws SystemException
Specified by:
setSpaceCost in interface Depiction
Throws:
SystemException

setPercentOfDepiction

public void setPercentOfDepiction(Percent percentOfDepiction)
                           throws SystemException,
                                  MediaBusinessException
Specified by:
setPercentOfDepiction in interface Depiction
Throws:
SystemException
MediaBusinessException

setTotalAreaOfDepiction

public void setTotalAreaOfDepiction(java.math.BigDecimal totalAreaOfDepiction)
                             throws SystemException,
                                    BusinessException
Specified by:
setTotalAreaOfDepiction in interface Depiction
Throws:
SystemException
BusinessException

getMedia

public Media getMedia()
               throws SystemException
Specified by:
getMedia in interface Depiction
Throws:
SystemException

recalculatePercentOfDepiction

public void recalculatePercentOfDepiction()
                                   throws SystemException,
                                          BusinessException
Specified by:
recalculatePercentOfDepiction in interface Depiction
Throws:
SystemException
BusinessException

recalculateSpaceCost

public void recalculateSpaceCost()
                          throws SystemException
Specified by:
recalculateSpaceCost in interface Depiction
Throws:
SystemException


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