com.ibm.uddi.v3.management

Class PropertyInfo

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.PropertyInfo
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
EntitlementInfo, TierInfo

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

See Also:
Serialized Form

Constructor Summary

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

Modifier and Type Method and Description
  1. java.lang.String
getDescriptionKey()
Returns the message key for the description of this property.
  1. java.lang.String
getId()
Returns the identifier for this property.
  1. java.lang.String
getNameKey()
Returns the message key for the name of this property.
  1. abstract
  2. void
populateMessageKeys()
Generates message keys for the name and description attributes
  1. void
setDescriptionKey(java.lang.String descriptionKey)
  1. void
setId(java.lang.String id)
  1. void
setNameKey(java.lang.String nameKey)
  1. java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

PropertyInfo

  1. public PropertyInfo()
Constructor

PropertyInfo

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

Parameters:
id -
nameKey -
descriptionKey -

Method Detail

getDescriptionKey

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

Returns:
- the message key for the description.

getId

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

Returns:
- the property identifier.

getNameKey

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

Returns:
- the message key for the name.

setDescriptionKey

  1. public void setDescriptionKey(java.lang.String descriptionKey)

setId

  1. public void setId(java.lang.String id)

setNameKey

  1. public void setNameKey(java.lang.String nameKey)

toString

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

populateMessageKeys

  1. public abstract void populateMessageKeys( )
Generates message keys for the name and description attributes