com.ibm.uddi.v3.management
Class EntitlementInfo
- java.lang.Object
com.ibm.uddi.v3.management.PropertyInfo
com.ibm.uddi.v3.management.EntitlementInfo
All implemented interfaces:
java.io.Serializable
- public class EntitlementInfo
- extends PropertyInfo
See Also:
Constructor Summary
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.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
populateMessageKeys()
|
|
toString()
|
Methods inherited from class com.ibm.uddi.v3.management.PropertyInfo |
---|
getDescriptionKey, getId, getNameKey, setDescriptionKey, setId, setNameKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
EntitlementInfo
- public EntitlementInfo()
Constructor taking no arguments.
EntitlementInfo
- public EntitlementInfo(java.lang.String entitlementId,
- java.lang.String nameKey,
- java.lang.String descriptionKey)
Constructor taking limit ID, name message key and description message key.
Method Detail
toString
- public java.lang.String toString( )
Overrides:
toString
in class PropertyInfo
populateMessageKeys
- public void populateMessageKeys( )
Description copied from class:
PropertyInfo
Generates message keys for the name and description attributes
Specified by:
populateMessageKeys
in class PropertyInfo