public class OrderLock
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="token" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="orderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="acquireTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lockOwner" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OrderLock() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAcquireTimestamp()
Gets the value of the acquireTimestamp property.
|
java.lang.String |
getLockOwner()
Gets the value of the lockOwner property.
|
java.lang.String |
getOrderId()
Gets the value of the orderId property.
|
int |
getToken()
Gets the value of the token property.
|
void |
setAcquireTimestamp(java.util.Date value)
Sets the value of the acquireTimestamp property.
|
void |
setLockOwner(java.lang.String value)
Sets the value of the lockOwner property.
|
void |
setOrderId(java.lang.String value)
Sets the value of the orderId property.
|
void |
setToken(int value)
Sets the value of the token property.
|
public int getToken()
public void setToken(int value)
public java.lang.String getOrderId()
Stringpublic void setOrderId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Date getAcquireTimestamp()
Stringpublic void setAcquireTimestamp(java.util.Date value)
value - allowed object is
Stringpublic java.lang.String getLockOwner()
Stringpublic void setLockOwner(java.lang.String value)
value - allowed object is
String