public class NotifReleaseProperty
extends BasePOJO
Constructor and Description |
---|
NotifReleaseProperty(java.lang.String pCode,
java.lang.String pName,
DataTypeEnum pType,
java.lang.String pDescription,
boolean pIsEncrypted,
java.lang.String pValueAsString)
Contructs a release property from the given metadata and value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Returns the code of the release property.
|
java.lang.String |
getDescription()
Returns the description of the release property
|
java.lang.String |
getName()
Returns the display name of the release property.
|
java.lang.String |
getType()
Returns the type name of the release property (i.e.
|
DataTypeEnum |
getTypeEnum()
Returns the datatype for this release property.
|
java.io.Serializable |
getValue()
Returns the value of the release property, converted to the corresponding datatype (i.e.
|
boolean |
isEncrypted()
Returns whether the release property is encrypted.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
public NotifReleaseProperty(java.lang.String pCode, java.lang.String pName, DataTypeEnum pType, java.lang.String pDescription, boolean pIsEncrypted, java.lang.String pValueAsString)
pCode
- The code of the release property.pName
- The display name of the release property.pType
- The datatype of the release property.pDescription
- The description of the release property.pIsEncrypted
- Whether the release property is encrypted or not. Supported for String properties only.pValueAsString
- The value of the release property as a String. The value will be converted to appropriate primitive wrapper.public java.lang.String getCode()
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isEncrypted()
public java.io.Serializable getValue()
public DataTypeEnum getTypeEnum()
public java.lang.String getType()
public java.lang.String toString()