public class TxnApprovalInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TxnApprovalInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TxnApprovalInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApprovalStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApprovalStatusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastChangedByUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastChangedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
approvalStatus |
protected String |
approvalStatusDetail |
protected String |
lastChangedByUser |
protected Date |
lastChangedDate |
| Constructor and Description |
|---|
TxnApprovalInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getApprovalStatus()
Gets the value of the approvalStatus property.
|
String |
getApprovalStatusDetail()
Gets the value of the approvalStatusDetail property.
|
String |
getLastChangedByUser()
Gets the value of the lastChangedByUser property.
|
Date |
getLastChangedDate()
Gets the value of the lastChangedDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setApprovalStatus(String value)
Sets the value of the approvalStatus property.
|
void |
setApprovalStatusDetail(String value)
Sets the value of the approvalStatusDetail property.
|
void |
setLastChangedByUser(String value)
Sets the value of the lastChangedByUser property.
|
void |
setLastChangedDate(Date value)
Sets the value of the lastChangedDate property.
|
protected String approvalStatus
protected String approvalStatusDetail
protected String lastChangedByUser
protected Date lastChangedDate
public String getApprovalStatus()
Stringpublic void setApprovalStatus(String value)
value - allowed object is
Stringpublic String getApprovalStatusDetail()
Stringpublic void setApprovalStatusDetail(String value)
value - allowed object is
Stringpublic String getLastChangedByUser()
Stringpublic void setLastChangedByUser(String value)
value - allowed object is
Stringpublic Date getLastChangedDate()
Stringpublic void setLastChangedDate(Date value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2025. All Rights Reserved.