com.retek.component.media.impl
Class DepictionImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.media.impl.DepictionImpl
- All Implemented Interfaces:
- BusinessObject, Depiction, DistributedObject
- public class DepictionImpl
- extends DistributedObjectImpl
- implements Depiction
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 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 |
DepictionImpl
public DepictionImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
DepictionImpl
public DepictionImpl(DistributedContext context,
DistributedReference ref,
Media media)
throws SystemException
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