com.retek.component.location
Interface CountryNonBusinessDate

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
CountryNonBusinessDateImpl

public interface CountryNonBusinessDate
extends DistributedObject


Method Summary
 Country getCountry()
           
 RDate getDate()
           
 java.lang.String getDateDescription()
           
 void setDate(RDate nonBusinessDate)
           
 void setDateDescription(java.lang.String dateDescription)
           
 
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
 

Method Detail

setDate

public void setDate(RDate nonBusinessDate)
             throws SystemException
Throws:
SystemException

setDateDescription

public void setDateDescription(java.lang.String dateDescription)
                        throws SystemException
Throws:
SystemException

getCountry

public Country getCountry()
                   throws SystemException
Throws:
SystemException

getDate

public RDate getDate()
              throws SystemException
Throws:
SystemException

getDateDescription

public java.lang.String getDateDescription()
                                    throws SystemException
Throws:
SystemException


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