com.retek.component.media.impl
Class SourceCodeImpl

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

public class SourceCodeImpl
extends DistributedObjectImpl
implements SourceCode


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.SourceCode
DESCRIPTION, DISPLAY_CODE
 
Constructor Summary
SourceCodeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
SourceCodeImpl(DistributedContext context, DistributedReference reference, java.lang.String displayCode, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
 SourceCodeDto getDto()
           
 ShippingRateTable getShippingRateTable(RDate effectiveDate)
          Return the shipping rate table for the specified effectiveDate.
protected  Dto readLatest()
           
 void setDescription(java.lang.String description)
           
 void setDisplayCode(java.lang.String displayCode)
           
 
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, 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

SourceCodeImpl

public SourceCodeImpl(DistributedContext context,
                      DistributedReference reference,
                      boolean createHollow)
               throws SystemException

SourceCodeImpl

public SourceCodeImpl(DistributedContext context,
                      DistributedReference reference,
                      java.lang.String displayCode,
                      java.lang.String description)
               throws BusinessException,
                      SystemException
Method Detail

getDto

public SourceCodeDto getDto()
                     throws SystemException
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException

getDescription

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

getDisplayCode

public java.lang.String getDisplayCode()
                                throws SystemException
Specified by:
getDisplayCode in interface SourceCode
Throws:
SystemException

setDescription

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

setDisplayCode

public void setDisplayCode(java.lang.String displayCode)
                    throws SystemException
Specified by:
setDisplayCode in interface SourceCode
Throws:
SystemException

getShippingRateTable

public ShippingRateTable getShippingRateTable(RDate effectiveDate)
                                       throws SystemException
Description copied from interface: SourceCode
Return the shipping rate table for the specified effectiveDate.

Specified by:
getShippingRateTable in interface SourceCode
Returns:
ShippingRateTable shipping rate table for effective date
Throws:
SystemException


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