public class NotifInstance
extends BasePOJO
| Constructor and Description | 
|---|
NotifInstance(InstanceDetails pInstance)
Create an instance of this object from the information retrieved from the Instance cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCode()
Returns the code of the Instance. 
 | 
java.lang.String | 
getDescription()
Returns the optional description of the Instance. 
 | 
java.lang.String | 
getGroup()
Returns the optional group of the Instance. 
 | 
java.lang.Long | 
getId()
Returns the internal identifier of this Instance. 
 | 
java.lang.String | 
getName()
Returns the display name of the Instance. 
 | 
java.lang.String | 
getSubGroup()
Returns the optional sub-group of the Instance. 
 | 
boolean | 
isActive()
Returns whether this Instance is active. 
 | 
boolean | 
isDeployTarget()
Returns whether this instance is defined as a deploy target. 
 | 
public NotifInstance(InstanceDetails pInstance)
pDataObject - The instance data.public java.lang.Long getId()
public java.lang.String getName()
public java.lang.String getCode()
public java.lang.String getDescription()
public java.lang.String getGroup()
public java.lang.String getSubGroup()
public boolean isDeployTarget()
public boolean isActive()