com.retek.component.media
Interface Depiction

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

public interface Depiction
extends DistributedObject


Method Summary
 java.lang.String getDepictionCode()
           
 java.lang.String getDescription()
           
 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 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
 

Method Detail

getDepictionCode

public java.lang.String getDepictionCode()
                                  throws SystemException
Throws:
SystemException

getPercentOfDepiction

public Percent getPercentOfDepiction()
                              throws SystemException
Throws:
SystemException

getSpaceCost

public Money getSpaceCost()
                   throws SystemException
Throws:
SystemException

getTotalAreaOfDepiction

public java.math.BigDecimal getTotalAreaOfDepiction()
                                             throws SystemException
Throws:
SystemException

setDepictionCode

public void setDepictionCode(java.lang.String depictionCode)
                      throws SystemException
Throws:
SystemException

setPercentOfDepiction

public void setPercentOfDepiction(Percent percentOfDepiction)
                           throws MediaBusinessException,
                                  SystemException
Throws:
MediaBusinessException
SystemException

setSpaceCost

public void setSpaceCost(Money spaceCost)
                  throws SystemException
Throws:
SystemException

setTotalAreaOfDepiction

public void setTotalAreaOfDepiction(java.math.BigDecimal totalAreaOfDepiction)
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

getMedia

public Media getMedia()
               throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

recalculatePercentOfDepiction

public void recalculatePercentOfDepiction()
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

recalculateSpaceCost

public void recalculateSpaceCost()
                          throws SystemException
Throws:
SystemException


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