public class EntitlementInfo extends PropertyInfo
| Constructor and Description |
|---|
EntitlementInfo()
Constructor taking no arguments.
|
EntitlementInfo(java.lang.String entitlementId,
java.lang.String nameKey,
java.lang.String descriptionKey)
Constructor taking limit ID, name message key and description message key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
populateMessageKeys()
Generates message keys for the name and description attributes
|
java.lang.String |
toString() |
getDescriptionKey, getId, getNameKey, setDescriptionKey, setId, setNameKeypublic EntitlementInfo()
public EntitlementInfo(java.lang.String entitlementId,
java.lang.String nameKey,
java.lang.String descriptionKey)
public java.lang.String toString()
toString in class PropertyInfopublic void populateMessageKeys()
PropertyInfopopulateMessageKeys in class PropertyInfo