|
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.ValueSetStatus
public class ValueSetStatus
Represents the status of a value set in a UDDI node.
Constructor Summary | |
---|---|
ValueSetStatus()
|
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Gets the 'friendly' name for a value set. |
java.lang.String |
getName()
Returns the tModel name of the value set. |
java.util.List |
getProperties()
Returns the properties of the value set. |
java.lang.String |
getTModelKey()
Returns the tModel key of the value set. |
boolean |
isSupported()
Returns true if value set is supported by policy. |
void |
setDisplayName(java.lang.String displayName)
Sets the 'friendly' name for a value set. |
void |
setName(java.lang.String name)
Sets the tModel name of the value set. |
void |
setProperties(java.util.List properties)
Sets the properties of the value set. |
void |
setSupported(boolean supported)
Sets the supported by policy flag |
void |
setTModelKey(java.lang.String tModelKey)
Sets the tModel key of the value set. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValueSetStatus()
Method Detail |
---|
public java.lang.String getName()
public java.util.List getProperties()
public boolean isSupported()
true
if value set is supported by policy.
public java.lang.String getTModelKey()
public void setName(java.lang.String name)
name
- public void setProperties(java.util.List properties)
properties
- public void setSupported(boolean supported)
supported
- true
if the value set is supported.public void setTModelKey(java.lang.String tModelKey)
tModelKey
- public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |