com.retek.component.media.impl
Class DropCodeImpl

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

public class DropCodeImpl
extends DistributedObjectImpl
implements DropCode


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.DropCode
CIRCULATION, DATE, DESCRIPTION
 
Constructor Summary
DropCodeImpl(DistributedContext context, DistributedReference ref)
           
DropCodeImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 long getCirculation()
           
 RDate getDate()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
           
protected  DropCodeDto getDto()
           
 SourceCode getSourceCode(java.lang.String displayCode)
           
 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 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, readLatest, 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

DropCodeImpl

public DropCodeImpl(DistributedContext context,
                    DistributedReference ref,
                    boolean createHollow)
             throws SystemException

DropCodeImpl

public DropCodeImpl(DistributedContext context,
                    DistributedReference ref)
             throws SystemException
Method Detail

getDto

protected DropCodeDto getDto()
                      throws SystemException
Throws:
SystemException

getSourceCodes

public java.util.Collection getSourceCodes()
                                    throws SystemException
Specified by:
getSourceCodes in interface DropCode
Throws:
SystemException

setDate

public void setDate(RDate date)
             throws SystemException
Specified by:
setDate in interface DropCode
Throws:
SystemException

setCirculation

public void setCirculation(long circulation)
                    throws SystemException
Specified by:
setCirculation in interface DropCode
Throws:
SystemException

getDate

public RDate getDate()
              throws SystemException
Specified by:
getDate in interface DropCode
Throws:
SystemException

getCirculation

public long getCirculation()
                    throws SystemException
Specified by:
getCirculation in interface DropCode
Throws:
SystemException

getSourceCode

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

hasSourceCode

public boolean hasSourceCode(java.lang.String id)
                      throws SystemException
Specified by:
hasSourceCode in interface DropCode
Throws:
SystemException

getDescription

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

setDescription

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

getDisplayCode

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


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