nz.co.econz.nads.soap2
Class ConcurrentUpdateFailure

java.lang.Object
  extended by nz.co.econz.nads.soap2.ConcurrentUpdateFailure
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ConcurrentUpdateFailure()
           
ConcurrentUpdateFailure(ConcurrentUpdateSource source, int serverUpdateIndex, int requestUpdateIndex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getRequestUpdateIndex()
          Gets the requestUpdateIndex value for this ConcurrentUpdateFailure.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getServerUpdateIndex()
          Gets the serverUpdateIndex value for this ConcurrentUpdateFailure.
 ConcurrentUpdateSource getSource()
          Gets the source value for this ConcurrentUpdateFailure.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRequestUpdateIndex(int requestUpdateIndex)
          Sets the requestUpdateIndex value for this ConcurrentUpdateFailure.
 void setServerUpdateIndex(int serverUpdateIndex)
          Sets the serverUpdateIndex value for this ConcurrentUpdateFailure.
 void setSource(ConcurrentUpdateSource source)
          Sets the source value for this ConcurrentUpdateFailure.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentUpdateFailure

public ConcurrentUpdateFailure()

ConcurrentUpdateFailure

public ConcurrentUpdateFailure(ConcurrentUpdateSource source,
                               int serverUpdateIndex,
                               int requestUpdateIndex)
Method Detail

getSource

public ConcurrentUpdateSource getSource()
Gets the source value for this ConcurrentUpdateFailure.

Returns:
source * The class in which the concurrent update was detected, useful where an update would effect more than one object, such as the JobCustomerBean update

setSource

public void setSource(ConcurrentUpdateSource source)
Sets the source value for this ConcurrentUpdateFailure.

Parameters:
source - * The class in which the concurrent update was detected, useful where an update would effect more than one object, such as the JobCustomerBean update

getServerUpdateIndex

public int getServerUpdateIndex()
Gets the serverUpdateIndex value for this ConcurrentUpdateFailure.

Returns:
serverUpdateIndex

setServerUpdateIndex

public void setServerUpdateIndex(int serverUpdateIndex)
Sets the serverUpdateIndex value for this ConcurrentUpdateFailure.

Parameters:
serverUpdateIndex -

getRequestUpdateIndex

public int getRequestUpdateIndex()
Gets the requestUpdateIndex value for this ConcurrentUpdateFailure.

Returns:
requestUpdateIndex

setRequestUpdateIndex

public void setRequestUpdateIndex(int requestUpdateIndex)
Sets the requestUpdateIndex value for this ConcurrentUpdateFailure.

Parameters:
requestUpdateIndex -

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 © 2017 The Electronic Company of New Zealand (1971) Limited