public class ValueSetStatus
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ValueSetStatus() |
Modifier and Type | Method and Description |
---|---|
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() |
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