com.retek.component.location.impl
Class CountryNonBusinessDateImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.location.impl.CountryNonBusinessDateImpl
All Implemented Interfaces:
BusinessObject, CountryNonBusinessDate, DistributedObject

public class CountryNonBusinessDateImpl
extends DistributedObjectImpl
implements CountryNonBusinessDate


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
 
Constructor Summary
CountryNonBusinessDateImpl(DistributedContext context, DistributedReference reference)
           
CountryNonBusinessDateImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 Country getCountry()
           
 RDate getDate()
           
 java.lang.String getDateDescription()
           
 CountryNonBusinessDateDto getDto()
           
 void setCountry(Country country)
           
 void setDate(RDate nonBusinessDate)
           
 void setDateDescription(java.lang.String dateDescription)
           
 
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

CountryNonBusinessDateImpl

public CountryNonBusinessDateImpl(DistributedContext context,
                                  DistributedReference reference,
                                  boolean createHollow)
                           throws SystemException

CountryNonBusinessDateImpl

public CountryNonBusinessDateImpl(DistributedContext context,
                                  DistributedReference reference)
                           throws SystemException
Method Detail

getDto

public CountryNonBusinessDateDto getDto()
                                 throws SystemException
Throws:
SystemException

setCountry

public void setCountry(Country country)
                throws SystemException
Throws:
SystemException

setDate

public void setDate(RDate nonBusinessDate)
             throws SystemException
Specified by:
setDate in interface CountryNonBusinessDate
Throws:
SystemException

setDateDescription

public void setDateDescription(java.lang.String dateDescription)
                        throws SystemException
Specified by:
setDateDescription in interface CountryNonBusinessDate
Throws:
SystemException

getCountry

public Country getCountry()
                   throws SystemException
Specified by:
getCountry in interface CountryNonBusinessDate
Throws:
SystemException

getDate

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

getDateDescription

public java.lang.String getDateDescription()
                                    throws SystemException
Specified by:
getDateDescription in interface CountryNonBusinessDate
Throws:
SystemException


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