java.lang.Objectcom.ibm.commerce.tools.contract.beans.PaymentTCDataBean
Retrieve all the data associated with a Payment Term and Condition Set the account or contract and language identifiers in order to populate the bean.
Field Summary |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
PaymentTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId) Construct an PaymentTCDataBean from an existing contract identifier Find the Payment terms and conditions in the contract |
Method Summary | |
java.lang.String[] | getAddrMemberDN() Get the address member distinguished names for the payment term and conditions |
java.lang.String[] | getAddrMemberDNType() Get the address member distinguished name types for the payment term and conditions |
java.lang.String[] | getAddrMemberID() Get the address member identifiers for the payment term and conditions |
java.lang.String[] | getAddrNickName() Get the billing address nicknames for the payment term and conditions |
java.util.Hashtable[] | getAttrs() Get the attributes for the payment term and conditions |
CommandContext | getCommandContext() Returns the current command's context |
Protectable | getDelegate() Return the access control delegate of this databean |
java.lang.String[] | getDisplayName() Get the display names for the payment term and conditions |
java.lang.String[] | getPolicyName() Get the policy names for the payment term and conditions |
java.lang.String[] | getReferenceNumber() Get the reference numbers for the payment term and conditions |
TypedProperty | getRequestProperties() Get the request properties |
java.lang.String[] | getStoreIdentity() Get the store member identities for the payment term and conditions |
java.lang.String[] | getStoreMemberDN() Get the store member distinguished names for the payment term and conditions |
java.lang.String[] | getStoreMemberDNType() Get the store member distinguished name types for the payment term and conditions |
java.lang.String[] | getStoreMemberId() Get the store member identifiers for the payment term and conditions |
void | populate() Populates the databean with data elements. |
void | setCommandContext(CommandContext newICommandContext) Set the command context |
void | setRequestProperties(TypedProperty param) Set the requestProperties associated with the data bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PaymentTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
Method Detail |
public java.lang.String[] getAddrMemberDN()
public java.lang.String[] getAddrMemberDNType()
public java.lang.String[] getAddrMemberID()
public java.lang.String[] getAddrNickName()
public java.util.Hashtable[] getAttrs()
public CommandContext getCommandContext()
public Protectable getDelegate() throws java.lang.Exception
public java.lang.String[] getDisplayName()
public java.lang.String[] getPolicyName()
public java.lang.String[] getReferenceNumber()
public TypedProperty getRequestProperties()
public java.lang.String[] getStoreIdentity()
public java.lang.String[] getStoreMemberDN()
public java.lang.String[] getStoreMemberDNType()
public java.lang.String[] getStoreMemberId()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newICommandContext)
public void setRequestProperties(TypedProperty param)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.