public abstract class NoteDtoBase extends AbstractDto
Java class for noteDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="noteDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="bhTimeStamp" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="commentingPersonID" 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="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="jobOrderID" 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="minutesSpent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="noteID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="personReferenceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
action |
protected byte[] |
bhTimeStamp |
protected java.lang.Integer |
commentingPersonID |
protected java.lang.String |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Integer |
jobOrderID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
minutesSpent |
protected java.lang.Integer |
noteID |
protected java.lang.Integer |
personReferenceID |
| Constructor and Description |
|---|
NoteDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Gets the value of the action property.
|
byte[] |
getBhTimeStamp()
Gets the value of the bhTimeStamp property.
|
java.lang.Integer |
getCommentingPersonID()
Gets the value of the commentingPersonID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.Integer |
getJobOrderID()
Gets the value of the jobOrderID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getMinutesSpent()
Gets the value of the minutesSpent property.
|
java.lang.Integer |
getNoteID()
Gets the value of the noteID property.
|
java.lang.Integer |
getPersonReferenceID()
Gets the value of the personReferenceID property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setAction(java.lang.String value)
Sets the value of the action property.
|
void |
setBhTimeStamp(byte[] value)
Sets the value of the bhTimeStamp property.
|
void |
setCommentingPersonID(java.lang.Integer value)
Sets the value of the commentingPersonID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setJobOrderID(java.lang.Integer value)
Sets the value of the jobOrderID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setMinutesSpent(java.lang.Integer value)
Sets the value of the minutesSpent property.
|
void |
setNoteID(java.lang.Integer value)
Sets the value of the noteID property.
|
void |
setPersonReferenceID(java.lang.Integer value)
Sets the value of the personReferenceID property.
|
protected java.lang.String action
protected byte[] bhTimeStamp
protected java.lang.Integer commentingPersonID
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Boolean isDeleted
protected java.lang.Integer jobOrderID
protected java.lang.String migrateGUID
protected java.lang.Integer minutesSpent
protected java.lang.Integer noteID
protected java.lang.Integer personReferenceID
public java.lang.String getAction()
Stringpublic void setAction(java.lang.String value)
value - allowed object is
Stringpublic byte[] getBhTimeStamp()
public void setBhTimeStamp(byte[] value)
value - allowed object is
byte[]public java.lang.Integer getCommentingPersonID()
Integerpublic void setCommentingPersonID(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 javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getJobOrderID()
Integerpublic void setJobOrderID(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.lang.Integer getMinutesSpent()
Integerpublic void setMinutesSpent(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getNoteID()
Integerpublic void setNoteID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPersonReferenceID()
Integerpublic void setPersonReferenceID(java.lang.Integer value)
value - allowed object is
Integer