public class ProposalTermsAndConditions extends Object
Proposal.
Java class for ProposalTermsAndConditions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalTermsAndConditions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="termsAndConditionsId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
name |
protected Long |
termsAndConditionsId |
| Constructor and Description |
|---|
ProposalTermsAndConditions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getTermsAndConditionsId()
Gets the value of the termsAndConditionsId property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTermsAndConditionsId(Long value)
Sets the value of the termsAndConditionsId property.
|
protected Long termsAndConditionsId
protected String name
protected String content
public Long getTermsAndConditionsId()
Longpublic void setTermsAndConditionsId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getContent()
StringCopyright © 2018. All Rights Reserved.