public abstract class HousingComplexAmenityDtoBase extends AbstractDto
Java class for housingComplexAmenityDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="housingComplexAmenityDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="amenityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="housingComplexAmenityID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
amenityName |
protected java.lang.Integer |
corporationID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.Integer |
housingComplexAmenityID |
protected java.lang.Boolean |
isDeleted |
protected java.lang.String |
migrateGUID |
Constructor and Description |
---|
HousingComplexAmenityDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmenityName()
Gets the value of the amenityName property.
|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.Integer |
getHousingComplexAmenityID()
Gets the value of the housingComplexAmenityID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setAmenityName(java.lang.String value)
Sets the value of the amenityName property.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setHousingComplexAmenityID(java.lang.Integer value)
Sets the value of the housingComplexAmenityID property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
protected java.lang.String amenityName
protected java.lang.Integer corporationID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Integer housingComplexAmenityID
protected java.lang.Boolean isDeleted
protected java.lang.String migrateGUID
public java.lang.String getAmenityName()
String
public void setAmenityName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCorporationID()
Integer
public void setCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getHousingComplexAmenityID()
Integer
public void setHousingComplexAmenityID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String