public class OLASearchObject
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OLASearchObject()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_currentActiveConnectionCount()
Returns the number of active connections used by the search object.
|
java.lang.String |
get_currentActiveConnectionCountOperator()
Returns the value of the active connections operator.
|
java.lang.Boolean |
get_flagActive()
Returns the value of the active flag used by the search object.
|
java.lang.Boolean |
get_flagDaemonType()
Returns the value of the daemon registration flag used by the search
object.
|
java.lang.Boolean |
get_flagExternalAddressType()
Returns the value of the external address space flag used by the
search object.
|
java.lang.Boolean |
get_flagSecurity()
Returns the value of the security flag used by the search object.
|
java.lang.Boolean |
get_flagServerType()
Returns the value of the server registration flag used by the search
object.
|
java.lang.Boolean |
get_flagTransactionSupport()
Returns the value of the transaction flag used by the search object.
|
java.lang.String |
get_jobName()
Returns the job name that will be used to search registrations.
|
java.lang.String |
get_jobNum()
Returns the job number that will be used to search registrations.
|
java.lang.Integer |
get_maxConnections()
Returns the number of maximum connections used by the search object.
|
java.lang.String |
get_maxConnectionsOperator()
Returns the value of the maximum connections operator.
|
java.lang.Integer |
get_minConnections()
Returns the number of minimum connections used by the search object.
|
java.lang.String |
get_minConnectionsOperator()
Returns the value of the minimum connections operator.
|
java.lang.String |
get_name()
Returns the registration name that will be used to search registrations.
|
java.lang.Long |
get_serverRGEAddress()
Returns the server RGE address used by the search object.
|
java.lang.String |
get_serverRGEAddressOperator()
Returns the value of the server RGE address operator.
|
java.lang.Integer |
get_state()
Returns the state value used by the search object.
|
java.lang.String |
get_stateOperator()
Returns the value of the state operator.
|
java.lang.String |
get_uuid()
Returns the uuid that will be used to search registered servers.
|
java.lang.Short |
get_version()
Returns the version value used by the search object.
|
java.lang.String |
get_versionOperator()
Returns the value of the version operator.
|
void |
set_currentActiveConnectionCount(java.lang.Integer activeConnectionCount)
Sets the number of active connections used by the search object.
|
void |
set_currentActiveConnectionCountOperator(java.lang.String activeConnectionCountOperator)
Sets the value of the active connections operator.
|
void |
set_flagActive(java.lang.Boolean active)
Sets the value of the active flag used by the search object.
|
void |
set_flagDaemonType(java.lang.Boolean daemonType)
Sets the value of the daemon registration flag used by the search object.
|
void |
set_flagExternalAddressType(java.lang.Boolean externalAddressType)
Sets the value of the external address space flag used by the search
object.
|
void |
set_flagSecurity(java.lang.Boolean security)
Sets the value of the security flag used by the search object.
|
void |
set_flagServerType(java.lang.Boolean serverType)
Sets the value of the server registration flag used by the search object.
|
void |
set_flagTransactionSupport(java.lang.Boolean transactionSupport)
Sets the value of the transaction flag used by the search object.
|
void |
set_jobName(java.lang.String jobName)
Sets the job name that will be used to search registrations.
|
void |
set_jobNum(java.lang.String jobNum)
Sets the job number that will be used to search registrations.
|
void |
set_maxConnections(java.lang.Integer connections)
Sets the number of maximum connections used by the search object.
|
void |
set_maxConnectionsOperator(java.lang.String connectionsOperator)
Sets the value of the maximum connections operator.
|
void |
set_minConnections(java.lang.Integer connections)
Sets the number of minimum connections used by the search object.
|
void |
set_minConnectionsOperator(java.lang.String connectionsOperator)
Sets the value of the minimum connections operator.
|
void |
set_name(java.lang.String name)
Supplies the registration name that will be used to search registrations.
|
void |
set_serverRGEAddress(java.lang.Long _serverrge)
Sets the server RGE address used by the search object.
|
void |
set_serverRGEAddressOperator(java.lang.String operator)
Sets the value of the server RGE address operator.
|
void |
set_state(java.lang.Integer state)
Sets the state value used by the search object.
|
void |
set_stateOperator(java.lang.String stateOperator)
Sets the value of the state operator.
|
void |
set_uuid(java.lang.String uuid)
Sets the uuid that will be used to search registered servers.
|
void |
set_version(java.lang.Short _version)
Sets the version value used by the search object.
|
void |
set_versionOperator(java.lang.String operator)
Sets the value of the version operator.
|
java.lang.String |
toString()
toString method.
|
public java.lang.String get_name()
public void set_name(java.lang.String name)
name
- the registration name used to search for registrations.public java.lang.String get_jobName()
public void set_jobName(java.lang.String jobName)
jobName
- the job name used by the search objectpublic java.lang.String get_jobNum()
public void set_jobNum(java.lang.String jobNum)
jobNum
- the job number used by the search objectpublic java.lang.String get_uuid()
public void set_uuid(java.lang.String uuid)
uuid
- the uuid used by the search objectpublic java.lang.Boolean get_flagDaemonType()
public void set_flagDaemonType(java.lang.Boolean daemonType)
daemonType
- the value of the daemon flag variablepublic java.lang.Boolean get_flagServerType()
public void set_flagServerType(java.lang.Boolean serverType)
serverType
- the value of the server flag variablepublic java.lang.Boolean get_flagExternalAddressType()
public void set_flagExternalAddressType(java.lang.Boolean externalAddressType)
externalAddressType
- the value of the external address space flagpublic java.lang.Boolean get_flagSecurity()
public void set_flagSecurity(java.lang.Boolean security)
security
- the the value of the security flag to setpublic java.lang.Boolean get_flagTransactionSupport()
public void set_flagTransactionSupport(java.lang.Boolean transactionSupport)
transactionSupport
- the value of the transaction flagpublic java.lang.Boolean get_flagActive()
public void set_flagActive(java.lang.Boolean active)
active
- the value of the active flagpublic java.lang.Integer get_minConnections()
public void set_minConnections(java.lang.Integer connections)
connections
- the value of minimum connectionspublic java.lang.String get_minConnectionsOperator()
public void set_minConnectionsOperator(java.lang.String connectionsOperator)
connectionsOperator
- the minConnectionsOperator to setpublic java.lang.Integer get_maxConnections()
public void set_maxConnections(java.lang.Integer connections)
connections
- the value of maximum connectionspublic java.lang.String get_maxConnectionsOperator()
public void set_maxConnectionsOperator(java.lang.String connectionsOperator)
connectionsOperator
- the maxConnectionsOperator to setpublic java.lang.Integer get_currentActiveConnectionCount()
public void set_currentActiveConnectionCount(java.lang.Integer activeConnectionCount)
activeConnectionCount
- the value of active connectionspublic java.lang.String get_currentActiveConnectionCountOperator()
public void set_currentActiveConnectionCountOperator(java.lang.String activeConnectionCountOperator)
activeConnectioncountOperator
- the currentActiveConnectionsOperator
to setpublic java.lang.Integer get_state()
public void set_state(java.lang.Integer state)
state
- the state value used by the search objectpublic java.lang.String get_stateOperator()
public void set_stateOperator(java.lang.String stateOperator)
stateOperator
- the stateOperator to setpublic java.lang.Short get_version()
public void set_version(java.lang.Short _version)
_version
- the version value used by the search objectpublic java.lang.String get_versionOperator()
public void set_versionOperator(java.lang.String operator)
operator
- the versionOperator to setpublic java.lang.Long get_serverRGEAddress()
public void set_serverRGEAddress(java.lang.Long _serverrge)
_serverrge
- The server RGE addresspublic java.lang.String get_serverRGEAddressOperator()
public void set_serverRGEAddressOperator(java.lang.String operator)
operator
- the serverRGEAddressOperator to setpublic java.lang.String toString()
toString
in class java.lang.Object