public abstract class TearsheetDtoBase extends AbstractDto
Java class for tearsheetDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tearsheetDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tearsheetID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.String |
description |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isPrivate |
protected java.lang.String |
name |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
password |
protected java.lang.Integer |
tearsheetID |
| Constructor and Description |
|---|
TearsheetDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.Integer |
getTearsheetID()
Gets the value of the tearsheetID property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsPrivate()
Gets the value of the isPrivate property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsPrivate(java.lang.Boolean value)
Sets the value of the isPrivate property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setTearsheetID(java.lang.Integer value)
Sets the value of the tearsheetID property.
|
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.String description
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isPrivate
protected java.lang.String name
protected java.lang.Integer ownerID
protected java.lang.String password
protected java.lang.Integer tearsheetID
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsPrivate()
Booleanpublic void setIsPrivate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getOwnerID()
Integerpublic void setOwnerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getTearsheetID()
Integerpublic void setTearsheetID(java.lang.Integer value)
value - allowed object is
Integer