com.ibm.uddi.v3.management
Class EntitlementInfo

java.lang.Object
  extended bycom.ibm.uddi.v3.management.PropertyInfo
      extended bycom.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

Field Summary
static java.lang.String JAVA_COPYRIGHT
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
See Also:
Constant Field Values
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