com.retek.component.media
Interface DropCode

All Superinterfaces:
BusinessObject, DistributedObject

public interface DropCode
extends DistributedObject


Field Summary
static java.lang.String CIRCULATION
           
static java.lang.String DATE
           
static java.lang.String DESCRIPTION
           
 
Method Summary
 long getCirculation()
           
 RDate getDate()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
 SourceCode getSourceCode(java.lang.String code)
           
 java.util.Collection getSourceCodes()
           
 boolean hasSourceCode(java.lang.String id)
           
 void setCirculation(long circulation)
           
 void setDate(RDate date)
           
 void setDescription(java.lang.String description)
           
 
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

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
Method Detail

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