com.retek.component.media
Interface DropCode
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface DropCode
- 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
DATE
public static final java.lang.String DATE
- See Also:
- Constant Field Values
CIRCULATION
public static final java.lang.String CIRCULATION
- See Also:
- Constant Field Values
getDescription
public java.lang.String getDescription()
throws SystemException
- Throws:
SystemException
setDescription
public void setDescription(java.lang.String description)
throws SystemException
- Throws:
SystemException
getSourceCodes
public java.util.Collection getSourceCodes()
throws SystemException
- Throws:
SystemException
getSourceCode
public SourceCode getSourceCode(java.lang.String code)
throws SystemException
- Throws:
SystemException
getDate
public RDate getDate()
throws SystemException
- Throws:
SystemException
setDate
public void setDate(RDate date)
throws SystemException
- Throws:
SystemException
getCirculation
public long getCirculation()
throws SystemException
- Throws:
SystemException
setCirculation
public void setCirculation(long circulation)
throws SystemException
- Throws:
SystemException
hasSourceCode
public boolean hasSourceCode(java.lang.String id)
throws SystemException
- Throws:
SystemException
getDisplayCode
public java.lang.String getDisplayCode()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25