|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.v3.management.PropertyInfo
public abstract class PropertyInfo
Represents a UDDI property.
Constructor Summary | |
---|---|
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 | |
---|---|
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 |
---|
public PropertyInfo()
public PropertyInfo(java.lang.String id, java.lang.String nameKey, java.lang.String descriptionKey)
id
- nameKey
- descriptionKey
- Method Detail |
---|
public java.lang.String getDescriptionKey()
public java.lang.String getId()
public java.lang.String getNameKey()
public void setDescriptionKey(java.lang.String descriptionKey)
string
- public void setId(java.lang.String id)
string
- public void setNameKey(java.lang.String nameKey)
string
- public java.lang.String toString()
toString
in class java.lang.Object
public abstract void populateMessageKeys()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |