com.retek.component.payment.impl
Class TenderTypePaymentPlanCodeImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.payment.impl.TenderTypePaymentPlanCodeImpl
All Implemented Interfaces:
BusinessObject, SecondClassObject, TenderTypePaymentPlanCode

public class TenderTypePaymentPlanCodeImpl
extends SecondClassObjectImpl
implements TenderTypePaymentPlanCode


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
TenderTypePaymentPlanCodeImpl(DistributedContext context)
           
TenderTypePaymentPlanCodeImpl(DistributedContext context, TenderTypePaymentPlanCodeDto dto)
          Called by SecondClassObjectImpl.wrap()
 
Method Summary
protected  TenderTypePaymentPlanCodeDto getDto()
           
 PaymentPlanCode getPaymentPlanCode()
           
 boolean isDefaultPlanCode()
           
 void setDefaultPlanCode(boolean defaultPlanCode)
           
 void setPaymentPlanCode(PaymentPlanCode paymentPlanCode)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, 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.BusinessObject
getBusinessInterface
 

Constructor Detail

TenderTypePaymentPlanCodeImpl

public TenderTypePaymentPlanCodeImpl(DistributedContext context)

TenderTypePaymentPlanCodeImpl

public TenderTypePaymentPlanCodeImpl(DistributedContext context,
                                     TenderTypePaymentPlanCodeDto dto)
Called by SecondClassObjectImpl.wrap()

Method Detail

getDto

protected TenderTypePaymentPlanCodeDto getDto()
                                       throws SystemException
Throws:
SystemException

isDefaultPlanCode

public boolean isDefaultPlanCode()
                          throws SystemException
Specified by:
isDefaultPlanCode in interface TenderTypePaymentPlanCode
Throws:
SystemException

getPaymentPlanCode

public PaymentPlanCode getPaymentPlanCode()
                                   throws SystemException
Specified by:
getPaymentPlanCode in interface TenderTypePaymentPlanCode
Throws:
SystemException

setDefaultPlanCode

public void setDefaultPlanCode(boolean defaultPlanCode)
                        throws SystemException
Specified by:
setDefaultPlanCode in interface TenderTypePaymentPlanCode
Throws:
SystemException

setPaymentPlanCode

public void setPaymentPlanCode(PaymentPlanCode paymentPlanCode)
                        throws SystemException
Specified by:
setPaymentPlanCode in interface TenderTypePaymentPlanCode
Throws:
SystemException


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