com.retek.component.media
Interface SourceCode

All Superinterfaces:
BusinessObject, DistributedObject

public interface SourceCode
extends DistributedObject


Field Summary
static java.lang.String DESCRIPTION
           
static java.lang.String DISPLAY_CODE
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
 ShippingRateTable getShippingRateTable(RDate effectiveDate)
          Return the shipping rate table for the specified effectiveDate.
 void setDescription(java.lang.String description)
           
 void setDisplayCode(java.lang.String displayCode)
           
 
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
 

Field Detail

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

DISPLAY_CODE

public static final java.lang.String DISPLAY_CODE
See Also:
Constant Field Values
Method Detail

getDisplayCode

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

setDisplayCode

public void setDisplayCode(java.lang.String displayCode)
                    throws SystemException
Throws:
SystemException

getDescription

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

setDescription

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

getShippingRateTable

public ShippingRateTable getShippingRateTable(RDate effectiveDate)
                                       throws SystemException
Return the shipping rate table for the specified effectiveDate.

Returns:
ShippingRateTable shipping rate table for effective date
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25