public abstract class NoteEntityDtoBase extends AbstractDto
Java class for noteEntityDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="noteEntityDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="noteEntityID" 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="targetEntityID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="targetEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
noteEntityID |
protected java.lang.Integer |
noteID |
protected java.lang.Integer |
targetEntityID |
protected java.lang.String |
targetEntityName |
Constructor and Description |
---|
NoteEntityDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getNoteEntityID()
Gets the value of the noteEntityID property.
|
java.lang.Integer |
getNoteID()
Gets the value of the noteID property.
|
java.lang.Integer |
getTargetEntityID()
Gets the value of the targetEntityID property.
|
java.lang.String |
getTargetEntityName()
Gets the value of the targetEntityName property.
|
void |
setNoteEntityID(java.lang.Integer value)
Sets the value of the noteEntityID property.
|
void |
setNoteID(java.lang.Integer value)
Sets the value of the noteID property.
|
void |
setTargetEntityID(java.lang.Integer value)
Sets the value of the targetEntityID property.
|
void |
setTargetEntityName(java.lang.String value)
Sets the value of the targetEntityName property.
|
protected java.lang.Integer noteEntityID
protected java.lang.Integer noteID
protected java.lang.Integer targetEntityID
protected java.lang.String targetEntityName
public java.lang.Integer getNoteEntityID()
Integer
public void setNoteEntityID(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 getTargetEntityID()
Integer
public void setTargetEntityID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getTargetEntityName()
String
public void setTargetEntityName(java.lang.String value)
value
- allowed object is
String