public class NotifEnvironment
extends BasePOJO
| Constructor and Description | 
|---|
NotifEnvironment(EnvironmentDetails pEnvDetails)
Create an instance of this object from the information stored in the database/cache. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCode()
Returns the code of the environment. 
 | 
java.lang.Long | 
getId()
Returns the internal generated id of the environment. 
 | 
java.lang.String | 
getName()
Returns the display name of the environment. 
 | 
java.lang.Integer | 
getSortNumber()
Returns the numeric sort numbe that is defined for this environment. 
 | 
boolean | 
isActive()
Returns whether this environment is active or not. 
 | 
boolean | 
isBuildEnvironment()
Returns whether this environment is a build environment. 
 | 
public NotifEnvironment(EnvironmentDetails pEnvDetails)
pEnvDetails - An object containing details of the environmentpublic java.lang.Long getId()
public java.lang.String getCode()
public java.lang.String getName()
public boolean isBuildEnvironment()
public java.lang.Integer getSortNumber()
public boolean isActive()