|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cs.MerchantAccountID
Defines a Sequence of Data Elements that defines the used service.
Constructor Summary | |
MerchantAccountID()
Creates a new MerchantAccountID instance. |
|
MerchantAccountID(java.lang.String _merchantID,
int _accountID)
Creates a new MerchantAccountID instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getAccountID()
This method returns a accountID. |
java.lang.String |
getMerchantID()
This method returns a merchantID. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAccountID(int accountID)
This method sets a accountID. |
void |
setMerchantID(java.lang.String merchantID)
This method sets a merchantID. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MerchantAccountID()
public MerchantAccountID(java.lang.String _merchantID, int _accountID)
_merchantID
- _accountID
- Method Detail |
public java.lang.String getMerchantID()
public int getAccountID()
public void setMerchantID(java.lang.String merchantID)
public void setAccountID(int accountID)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |