IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Class EntitlementInfo

java.lang.Object
  extended by com.ibm.uddi.v3.management.PropertyInfo
      extended by com.ibm.uddi.v3.management.EntitlementInfo
All Implemented Interfaces:
java.io.Serializable

public class EntitlementInfo
extends PropertyInfo

Represents an entitlement, without specifying its value.

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.
 
Method Summary
 void populateMessageKeys()
          Generates message keys for the name and description attributes
 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

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

IBM WebSphere Application ServerTM
Release 8