public class ProposalTermsAndConditions extends Object implements Serializable
Proposal.| Constructor and Description |
|---|
ProposalTermsAndConditions() |
ProposalTermsAndConditions(Long termsAndConditionsId,
String name,
String content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent()
Gets the content value for this ProposalTermsAndConditions.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this ProposalTermsAndConditions.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getTermsAndConditionsId()
Gets the termsAndConditionsId value for this ProposalTermsAndConditions.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setContent(String content)
Sets the content value for this ProposalTermsAndConditions.
|
void |
setName(String name)
Sets the name value for this ProposalTermsAndConditions.
|
void |
setTermsAndConditionsId(Long termsAndConditionsId)
Sets the termsAndConditionsId value for this ProposalTermsAndConditions.
|
String |
toString() |
public Long getTermsAndConditionsId()
public void setTermsAndConditionsId(Long termsAndConditionsId)
termsAndConditionsId - * The ID of the terms and conditions added to the proposal.
This attribute is
required.public String getName()
public void setName(String name)
name - * The name of the terms and conditions at the time it was added
to the proposal.
This is a snapshot of the terms and conditions' name.
It will not be updated
if the terms and conditions name is updated.
This attribute is read-only.public String getContent()
public void setContent(String content)
content - * The content of the terms and conditions at the time it was
added to the proposal.
This is a snapshot of the terms and conditions' content.
It will not be updated
if the terms and conditions content is updated.
This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.