com.retek.component.payment
Interface PaymentPlanCode

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

public interface PaymentPlanCode
extends DistributedObject

Class encapsulating data and behavior for representing a payment plan within the Payment domain. PaymentPlanCode objects are related to a specific tender type instance (ex. Pottery Barn private label credit card).

Retek Inc. Copyright (c) 2003


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getPlanCode()
           
 
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

getPlanCode

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

getDescription

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


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