public class Agreement extends Base implements Serializable
| Constructor and Description |
|---|
Agreement() |
Agreement(long id,
String name,
String description,
String emailAddress,
boolean executed,
Calendar executionDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this Agreement.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEmailAddress()
Gets the emailAddress value for this Agreement.
|
Calendar |
getExecutionDate()
Gets the executionDate value for this Agreement.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isExecuted()
Gets the executed value for this Agreement.
|
void |
setDescription(String description)
Sets the description value for this Agreement.
|
void |
setEmailAddress(String emailAddress)
Sets the emailAddress value for this Agreement.
|
void |
setExecuted(boolean executed)
Sets the executed value for this Agreement.
|
void |
setExecutionDate(Calendar executionDate)
Sets the executionDate value for this Agreement.
|
public String getDescription()
public void setDescription(String description)
description - public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - public boolean isExecuted()
public void setExecuted(boolean executed)
executed - public Calendar getExecutionDate()
public void setExecutionDate(Calendar executionDate)
executionDate - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.