com.retek.component.media
Interface SourceCode
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- SourceCodeImpl
- public interface SourceCode
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28