public class GetEntityNotesWhere
extends java.lang.Object
Java class for getEntityNotesWhere complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEntityNotesWhere"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="notesWhere" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
entityName |
protected int |
id |
protected java.lang.String |
notesWhere |
protected java.lang.String |
session |
Constructor and Description |
---|
GetEntityNotesWhere() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
int |
getId()
Gets the value of the id property.
|
java.lang.String |
getNotesWhere()
Gets the value of the notesWhere property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setNotesWhere(java.lang.String value)
Sets the value of the notesWhere property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected java.lang.String entityName
protected int id
protected java.lang.String notesWhere
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityName()
String
public void setEntityName(java.lang.String value)
value
- allowed object is
String
public int getId()
public void setId(int value)
public java.lang.String getNotesWhere()
String
public void setNotesWhere(java.lang.String value)
value
- allowed object is
String