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()
String
public void setAction(java.lang.String value)
value
- allowed object is
String
public byte[] getBhTimeStamp()
public void setBhTimeStamp(byte[] value)
value
- allowed object is
byte[]public java.lang.Integer getCommentingPersonID()
Integer
public void setCommentingPersonID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getComments()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getJobOrderID()
Integer
public void setJobOrderID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getMinutesSpent()
Integer
public void setMinutesSpent(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getNoteID()
Integer
public void setNoteID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPersonReferenceID()
Integer
public void setPersonReferenceID(java.lang.Integer value)
value
- allowed object is
Integer