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
Represents an entitlement, without specifying its value.
- Author:
- IBM
- See Also:
- Serialized Form
Constructor Summary |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JAVA_COPYRIGHT
public static final java.lang.String JAVA_COPYRIGHT
- See Also:
- Constant Field Values
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.
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