Each row of this table represents a business account between a Buyer organization and a Seller organization. A business account can be used to organize various trading agreements, and to specify special trading terms and conditions.
Method Summary | |
java.lang.String | getAccountId() |
java.lang.String | getComments() |
java.lang.String | getCurrency() |
java.lang.String | getDefaultContract() |
java.lang.String | getMarkForDelete() |
java.lang.String | getMemberId() |
java.lang.String | getName() |
java.lang.String | getState() |
java.lang.String | getStoreId() |
java.lang.String | getTimeActivated() |
java.lang.String | getTimeApproved() |
java.lang.String | getTimeCreated() |
java.lang.String | getTimeUpdated() |
void | setAccountId(java.lang.String newValue) |
void | setComments(java.lang.String newValue) |
void | setCurrency(java.lang.String newValue) |
void | setDefaultContract(java.lang.String newValue) |
void | setMarkForDelete(java.lang.String newValue) |
void | setMemberId(java.lang.String newValue) |
void | setName(java.lang.String newValue) |
void | setState(java.lang.String newValue) |
void | setStoreId(java.lang.String newValue) |
void | setTimeActivated(java.lang.String newValue) |
void | setTimeApproved(java.lang.String newValue) |
void | setTimeCreated(java.lang.String newValue) |
void | setTimeUpdated(java.lang.String newValue) |
Method Detail |
public java.lang.String getTimeApproved() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTimeApproved(java.lang.String newValue)
public java.lang.String getTimeActivated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTimeActivated(java.lang.String newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setState(java.lang.String newValue)
public java.lang.String getDefaultContract() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDefaultContract(java.lang.String newValue)
public java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAccountId(java.lang.String newValue)
public java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTimeUpdated(java.lang.String newValue)
public java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
public java.lang.String getComments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setComments(java.lang.String newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setTimeCreated(java.lang.String newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.