public class ServiceNodePool extends AbstractFormManagedObject implements ReportableIf
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_SERVICE_NODE_POOL |
formMoId| Constructor and Description |
|---|
ServiceNodePool() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getInstanceQuery()
Returns the query to be executed to retrieve all applicable rows in the table for this object.
|
long |
getLastUpdated() |
java.lang.String |
getMessage() |
java.lang.String |
getName() |
void |
setDescription(java.lang.String description) |
void |
setLastUpdated(long lastUpdated) |
void |
setMessage(java.lang.String message) |
void |
setName(java.lang.String name) |
cloneFromCache, commitCache, getFormMOId, getValue, resetCache, setFormMOId, setValuepublic static final java.lang.String DEFAULT_SERVICE_NODE_POOL
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public long getLastUpdated()
public void setLastUpdated(long lastUpdated)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public java.lang.String getInstanceQuery()
ReportableIfgetInstanceQuery in interface ReportableIf