com.ibm.uddi.v3.management

Class PropertyInfo

  • java.lang.Object
    • com.ibm.uddi.v3.management.PropertyInfo
  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    EntitlementInfo, TierInfo


    public abstract class PropertyInfo
    extends java.lang.Object
    implements java.io.Serializable
    Represents a UDDI property.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PropertyInfo()
      Constructor
      PropertyInfo(java.lang.String id, java.lang.String nameKey, java.lang.String descriptionKey)
      Convenience constructor taking an id, name key and description key.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDescriptionKey()
      Returns the message key for the description of this property.
      java.lang.String getId()
      Returns the identifier for this property.
      java.lang.String getNameKey()
      Returns the message key for the name of this property.
      abstract void populateMessageKeys()
      Generates message keys for the name and description attributes
      void setDescriptionKey(java.lang.String descriptionKey) 
      void setId(java.lang.String id) 
      void setNameKey(java.lang.String nameKey) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertyInfo

        public PropertyInfo()
        Constructor
      • PropertyInfo

        public PropertyInfo(java.lang.String id,
                    java.lang.String nameKey,
                    java.lang.String descriptionKey)
        Convenience constructor taking an id, name key and description key.

        Parameters:
        id -
        nameKey -
        descriptionKey -
    • Method Detail

      • getDescriptionKey

        public java.lang.String getDescriptionKey()
        Returns the message key for the description of this property.

        Returns:
        - the message key for the description.
      • getId

        public java.lang.String getId()
        Returns the identifier for this property.

        Returns:
        - the property identifier.
      • getNameKey

        public java.lang.String getNameKey()
        Returns the message key for the name of this property.

        Returns:
        - the message key for the name.
      • setDescriptionKey

        public void setDescriptionKey(java.lang.String descriptionKey)
        Parameters:
        string -
      • setId

        public void setId(java.lang.String id)
        Parameters:
        string -
      • setNameKey

        public void setNameKey(java.lang.String nameKey)
        Parameters:
        string -
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • populateMessageKeys

        public abstract void populateMessageKeys()
        Generates message keys for the name and description attributes
IBM WebSphere Application ServerTM
Release 8.5