public class NotifInput
extends BasePOJO
| Constructor and Description | 
|---|
NotifInput(WorkflowRequestInputDataObject pWorkflowRequestInputDataObject,
          java.lang.String pDisplayName,
          java.lang.String pDescription,
          DataTypeEnum pDataTypeEnum)
Create an instance of this object from the information stored in the database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCode()
Returns the code of the Input. 
 | 
java.lang.String | 
getDescription()
Returns the optional description of the Input. 
 | 
java.lang.Long | 
getId()
Returns the internal identifier of the input. 
 | 
java.lang.String | 
getName()
Returns the display name of the Input. 
 | 
java.lang.String | 
getType()
Returns the datatype name of the Input. 
 | 
DataTypeEnum | 
getTypeEnum()
Returns an Enum representing the datatype of the Input. 
 | 
java.io.Serializable | 
getValue()
Returns the value of this Input. 
 | 
public NotifInput(WorkflowRequestInputDataObject pWorkflowRequestInputDataObject,
                  java.lang.String pDisplayName,
                  java.lang.String pDescription,
                  DataTypeEnum pDataTypeEnum)
pWorkflowRequestInputDataObject - The data from the database.pDisplayName - The display name from the metadata.pDataTypeEnum - The datatype from the metadata.public java.lang.Long getId()
public java.lang.String getCode()
public java.lang.String getName()
public java.lang.String getDescription()
public DataTypeEnum getTypeEnum()
public java.lang.String getType()
public java.io.Serializable getValue()