public abstract class HousingComplexUnitDtoBase extends AbstractDto
Java class for housingComplexUnitDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="housingComplexUnitDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="billingContactID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customContactID1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customContactID2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customDate1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="customDate2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="customDate3" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="customFloat1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customFloat2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customFloat3" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="customInt1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customInt2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customInt3" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="customText1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customText2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customText3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customText4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customText5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customTextBlock1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customTextBlock2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customTextBlock3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customTextBlock4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customTextBlock5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLeaseBegin" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLeaseEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateOfDeposit" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateOfRefund" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="firstMonthProRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="housingComplexID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="housingComplexUnitID" 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="isDepositRefundable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isLeaseOnFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="maxOccupants" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="monthlyRent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="penalties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="securityDeposit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="unitManagerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
billingContactID |
protected java.lang.String |
comments |
protected java.lang.Integer |
customContactID1 |
protected java.lang.Integer |
customContactID2 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate1 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate2 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate3 |
protected java.lang.Double |
customFloat1 |
protected java.lang.Double |
customFloat2 |
protected java.lang.Double |
customFloat3 |
protected java.lang.Integer |
customInt1 |
protected java.lang.Integer |
customInt2 |
protected java.lang.Integer |
customInt3 |
protected java.lang.String |
customText1 |
protected java.lang.String |
customText2 |
protected java.lang.String |
customText3 |
protected java.lang.String |
customText4 |
protected java.lang.String |
customText5 |
protected java.lang.String |
customTextBlock1 |
protected java.lang.String |
customTextBlock2 |
protected java.lang.String |
customTextBlock3 |
protected java.lang.String |
customTextBlock4 |
protected java.lang.String |
customTextBlock5 |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLeaseBegin |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLeaseEnd |
protected javax.xml.datatype.XMLGregorianCalendar |
dateOfDeposit |
protected javax.xml.datatype.XMLGregorianCalendar |
dateOfRefund |
protected java.math.BigDecimal |
firstMonthProRate |
protected java.lang.Integer |
housingComplexID |
protected java.lang.Integer |
housingComplexUnitID |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isDepositRefundable |
protected java.lang.Boolean |
isLeaseOnFile |
protected java.lang.Integer |
maxOccupants |
protected java.lang.String |
migrateGUID |
protected java.math.BigDecimal |
monthlyRent |
protected java.lang.String |
name |
protected java.lang.String |
penalties |
protected java.math.BigDecimal |
securityDeposit |
protected java.lang.Integer |
unitManagerID |
| Constructor and Description |
|---|
HousingComplexUnitDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBillingContactID()
Gets the value of the billingContactID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.Integer |
getCustomContactID1()
Gets the value of the customContactID1 property.
|
java.lang.Integer |
getCustomContactID2()
Gets the value of the customContactID2 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate1()
Gets the value of the customDate1 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate2()
Gets the value of the customDate2 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate3()
Gets the value of the customDate3 property.
|
java.lang.Double |
getCustomFloat1()
Gets the value of the customFloat1 property.
|
java.lang.Double |
getCustomFloat2()
Gets the value of the customFloat2 property.
|
java.lang.Double |
getCustomFloat3()
Gets the value of the customFloat3 property.
|
java.lang.Integer |
getCustomInt1()
Gets the value of the customInt1 property.
|
java.lang.Integer |
getCustomInt2()
Gets the value of the customInt2 property.
|
java.lang.Integer |
getCustomInt3()
Gets the value of the customInt3 property.
|
java.lang.String |
getCustomText1()
Gets the value of the customText1 property.
|
java.lang.String |
getCustomText2()
Gets the value of the customText2 property.
|
java.lang.String |
getCustomText3()
Gets the value of the customText3 property.
|
java.lang.String |
getCustomText4()
Gets the value of the customText4 property.
|
java.lang.String |
getCustomText5()
Gets the value of the customText5 property.
|
java.lang.String |
getCustomTextBlock1()
Gets the value of the customTextBlock1 property.
|
java.lang.String |
getCustomTextBlock2()
Gets the value of the customTextBlock2 property.
|
java.lang.String |
getCustomTextBlock3()
Gets the value of the customTextBlock3 property.
|
java.lang.String |
getCustomTextBlock4()
Gets the value of the customTextBlock4 property.
|
java.lang.String |
getCustomTextBlock5()
Gets the value of the customTextBlock5 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLeaseBegin()
Gets the value of the dateLeaseBegin property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLeaseEnd()
Gets the value of the dateLeaseEnd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateOfDeposit()
Gets the value of the dateOfDeposit property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateOfRefund()
Gets the value of the dateOfRefund property.
|
java.math.BigDecimal |
getFirstMonthProRate()
Gets the value of the firstMonthProRate property.
|
java.lang.Integer |
getHousingComplexID()
Gets the value of the housingComplexID property.
|
java.lang.Integer |
getHousingComplexUnitID()
Gets the value of the housingComplexUnitID property.
|
java.lang.Integer |
getMaxOccupants()
Gets the value of the maxOccupants property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.math.BigDecimal |
getMonthlyRent()
Gets the value of the monthlyRent property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPenalties()
Gets the value of the penalties property.
|
java.math.BigDecimal |
getSecurityDeposit()
Gets the value of the securityDeposit property.
|
java.lang.Integer |
getUnitManagerID()
Gets the value of the unitManagerID property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsDepositRefundable()
Gets the value of the isDepositRefundable property.
|
java.lang.Boolean |
isIsLeaseOnFile()
Gets the value of the isLeaseOnFile property.
|
void |
setBillingContactID(java.lang.Integer value)
Sets the value of the billingContactID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setCustomContactID1(java.lang.Integer value)
Sets the value of the customContactID1 property.
|
void |
setCustomContactID2(java.lang.Integer value)
Sets the value of the customContactID2 property.
|
void |
setCustomDate1(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate1 property.
|
void |
setCustomDate2(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate2 property.
|
void |
setCustomDate3(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate3 property.
|
void |
setCustomFloat1(java.lang.Double value)
Sets the value of the customFloat1 property.
|
void |
setCustomFloat2(java.lang.Double value)
Sets the value of the customFloat2 property.
|
void |
setCustomFloat3(java.lang.Double value)
Sets the value of the customFloat3 property.
|
void |
setCustomInt1(java.lang.Integer value)
Sets the value of the customInt1 property.
|
void |
setCustomInt2(java.lang.Integer value)
Sets the value of the customInt2 property.
|
void |
setCustomInt3(java.lang.Integer value)
Sets the value of the customInt3 property.
|
void |
setCustomText1(java.lang.String value)
Sets the value of the customText1 property.
|
void |
setCustomText2(java.lang.String value)
Sets the value of the customText2 property.
|
void |
setCustomText3(java.lang.String value)
Sets the value of the customText3 property.
|
void |
setCustomText4(java.lang.String value)
Sets the value of the customText4 property.
|
void |
setCustomText5(java.lang.String value)
Sets the value of the customText5 property.
|
void |
setCustomTextBlock1(java.lang.String value)
Sets the value of the customTextBlock1 property.
|
void |
setCustomTextBlock2(java.lang.String value)
Sets the value of the customTextBlock2 property.
|
void |
setCustomTextBlock3(java.lang.String value)
Sets the value of the customTextBlock3 property.
|
void |
setCustomTextBlock4(java.lang.String value)
Sets the value of the customTextBlock4 property.
|
void |
setCustomTextBlock5(java.lang.String value)
Sets the value of the customTextBlock5 property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateLeaseBegin(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLeaseBegin property.
|
void |
setDateLeaseEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLeaseEnd property.
|
void |
setDateOfDeposit(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateOfDeposit property.
|
void |
setDateOfRefund(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateOfRefund property.
|
void |
setFirstMonthProRate(java.math.BigDecimal value)
Sets the value of the firstMonthProRate property.
|
void |
setHousingComplexID(java.lang.Integer value)
Sets the value of the housingComplexID property.
|
void |
setHousingComplexUnitID(java.lang.Integer value)
Sets the value of the housingComplexUnitID property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsDepositRefundable(java.lang.Boolean value)
Sets the value of the isDepositRefundable property.
|
void |
setIsLeaseOnFile(java.lang.Boolean value)
Sets the value of the isLeaseOnFile property.
|
void |
setMaxOccupants(java.lang.Integer value)
Sets the value of the maxOccupants property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setMonthlyRent(java.math.BigDecimal value)
Sets the value of the monthlyRent property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPenalties(java.lang.String value)
Sets the value of the penalties property.
|
void |
setSecurityDeposit(java.math.BigDecimal value)
Sets the value of the securityDeposit property.
|
void |
setUnitManagerID(java.lang.Integer value)
Sets the value of the unitManagerID property.
|
protected java.lang.Integer billingContactID
protected java.lang.String comments
protected java.lang.Integer customContactID1
protected java.lang.Integer customContactID2
protected javax.xml.datatype.XMLGregorianCalendar customDate1
protected javax.xml.datatype.XMLGregorianCalendar customDate2
protected javax.xml.datatype.XMLGregorianCalendar customDate3
protected java.lang.Double customFloat1
protected java.lang.Double customFloat2
protected java.lang.Double customFloat3
protected java.lang.Integer customInt1
protected java.lang.Integer customInt2
protected java.lang.Integer customInt3
protected java.lang.String customText1
protected java.lang.String customText2
protected java.lang.String customText3
protected java.lang.String customText4
protected java.lang.String customText5
protected java.lang.String customTextBlock1
protected java.lang.String customTextBlock2
protected java.lang.String customTextBlock3
protected java.lang.String customTextBlock4
protected java.lang.String customTextBlock5
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateLeaseBegin
protected javax.xml.datatype.XMLGregorianCalendar dateLeaseEnd
protected javax.xml.datatype.XMLGregorianCalendar dateOfDeposit
protected javax.xml.datatype.XMLGregorianCalendar dateOfRefund
protected java.math.BigDecimal firstMonthProRate
protected java.lang.Integer housingComplexID
protected java.lang.Integer housingComplexUnitID
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isDepositRefundable
protected java.lang.Boolean isLeaseOnFile
protected java.lang.Integer maxOccupants
protected java.lang.String migrateGUID
protected java.math.BigDecimal monthlyRent
protected java.lang.String name
protected java.lang.String penalties
protected java.math.BigDecimal securityDeposit
protected java.lang.Integer unitManagerID
public java.lang.Integer getBillingContactID()
Integerpublic void setBillingContactID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCustomContactID1()
Integerpublic void setCustomContactID1(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustomContactID2()
Integerpublic void setCustomContactID2(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getCustomDate1()
XMLGregorianCalendarpublic void setCustomDate1(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getCustomDate2()
XMLGregorianCalendarpublic void setCustomDate2(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getCustomDate3()
XMLGregorianCalendarpublic void setCustomDate3(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Double getCustomFloat1()
Doublepublic void setCustomFloat1(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomFloat2()
Doublepublic void setCustomFloat2(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCustomFloat3()
Doublepublic void setCustomFloat3(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getCustomInt1()
Integerpublic void setCustomInt1(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustomInt2()
Integerpublic void setCustomInt2(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustomInt3()
Integerpublic void setCustomInt3(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCustomText1()
Stringpublic void setCustomText1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomText2()
Stringpublic void setCustomText2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomText3()
Stringpublic void setCustomText3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomText4()
Stringpublic void setCustomText4(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomText5()
Stringpublic void setCustomText5(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomTextBlock1()
Stringpublic void setCustomTextBlock1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomTextBlock2()
Stringpublic void setCustomTextBlock2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomTextBlock3()
Stringpublic void setCustomTextBlock3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomTextBlock4()
Stringpublic void setCustomTextBlock4(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomTextBlock5()
Stringpublic void setCustomTextBlock5(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLeaseBegin()
XMLGregorianCalendarpublic void setDateLeaseBegin(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLeaseEnd()
XMLGregorianCalendarpublic void setDateLeaseEnd(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateOfDeposit()
XMLGregorianCalendarpublic void setDateOfDeposit(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateOfRefund()
XMLGregorianCalendarpublic void setDateOfRefund(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.math.BigDecimal getFirstMonthProRate()
BigDecimalpublic void setFirstMonthProRate(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getHousingComplexID()
Integerpublic void setHousingComplexID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getHousingComplexUnitID()
Integerpublic void setHousingComplexUnitID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsDepositRefundable()
Booleanpublic void setIsDepositRefundable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsLeaseOnFile()
Booleanpublic void setIsLeaseOnFile(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMaxOccupants()
Integerpublic void setMaxOccupants(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getMonthlyRent()
BigDecimalpublic void setMonthlyRent(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPenalties()
Stringpublic void setPenalties(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getSecurityDeposit()
BigDecimalpublic void setSecurityDeposit(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getUnitManagerID()
Integerpublic void setUnitManagerID(java.lang.Integer value)
value - allowed object is
Integer