org.csapi.jr.se.cs
Class MerchantAccountID

java.lang.Object
  |
  +--org.csapi.jr.se.cs.MerchantAccountID
All Implemented Interfaces:
java.io.Serializable

public final class MerchantAccountID
extends java.lang.Object
implements java.io.Serializable

Defines a Sequence of Data Elements that defines the used service.

See Also:
Serialized Form

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

MerchantAccountID

public MerchantAccountID()
Creates a new MerchantAccountID instance.


MerchantAccountID

public MerchantAccountID(java.lang.String _merchantID,
                         int _accountID)
Creates a new MerchantAccountID instance.

Parameters:
_merchantID -
_accountID -
Method Detail

getMerchantID

public java.lang.String getMerchantID()
This method returns a merchantID.

Returns:
a String value

getAccountID

public int getAccountID()
This method returns a accountID.

Returns:
a int value

setMerchantID

public void setMerchantID(java.lang.String merchantID)
This method sets a merchantID.


setAccountID

public void setAccountID(int accountID)
This method sets a accountID.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object