org.broadleafcommerce.vendor.cybersource.service.api
Class Batch

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.Batch
All Implemented Interfaces:
java.io.Serializable

public class Batch
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Batch()
           
Batch(java.lang.String batchID, java.lang.String recordID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBatchID()
          Gets the batchID value for this Batch.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getRecordID()
          Gets the recordID value for this Batch.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBatchID(java.lang.String batchID)
          Sets the batchID value for this Batch.
 void setRecordID(java.lang.String recordID)
          Sets the recordID value for this Batch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batch

public Batch()

Batch

public Batch(java.lang.String batchID,
             java.lang.String recordID)
Method Detail

getBatchID

public java.lang.String getBatchID()
Gets the batchID value for this Batch.

Returns:
batchID

setBatchID

public void setBatchID(java.lang.String batchID)
Sets the batchID value for this Batch.

Parameters:
batchID -

getRecordID

public java.lang.String getRecordID()
Gets the recordID value for this Batch.

Returns:
recordID

setRecordID

public void setRecordID(java.lang.String recordID)
Sets the recordID value for this Batch.

Parameters:
recordID -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.