com.ibm.uddi.v3.management

Class EntitlementInfo

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.PropertyInfo
  3. extended bycom.ibm.uddi.v3.management.EntitlementInfo
All implemented interfaces:
java.io.Serializable

  1. public class EntitlementInfo
  2. extends PropertyInfo
Represents an entitlement, without specifying its value.

See Also:
Serialized Form

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
  1. void
populateMessageKeys()
  1. java.lang.String
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

  1. public EntitlementInfo()
Constructor taking no arguments.

EntitlementInfo

  1. public EntitlementInfo(java.lang.String entitlementId,
  2. java.lang.String nameKey,
  3. java.lang.String descriptionKey)
Constructor taking limit ID, name message key and description message key.

Method Detail

toString

  1. public java.lang.String toString( )
Overrides:

populateMessageKeys

  1. public void populateMessageKeys( )
Description copied from class: PropertyInfo
Generates message keys for the name and description attributes
Specified by: