|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iscreen.impl.xml.XmlConfigLabel
public class XmlConfigLabel
A label represents the "name" of a particular validator. This label can be used to identify the particular validator. The validator may or may not be associated with a particular validation set.
| Constructor Summary | |
|---|---|
XmlConfigLabel()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Retrieves the id of the label. |
java.lang.String |
getResourceId()
Retrieves the resource id. |
java.lang.String |
getResourceKey()
Retrieves the resource key. |
java.lang.String |
getValue()
Retrieves the value of the label. |
void |
setId(java.lang.String theId)
Sets the id of the label. |
void |
setResourceId(java.lang.String id)
Sets the resource id. |
void |
setResourceKey(java.lang.String key)
Sets the resource key. |
void |
setValue(java.lang.String theValue)
Sets the value of the label. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlConfigLabel()
| Method Detail |
|---|
public void setResourceId(java.lang.String id)
id - The resource id.public java.lang.String getResourceId()
public void setResourceKey(java.lang.String key)
key - The resource key.public java.lang.String getResourceKey()
public void setValue(java.lang.String theValue)
theValue - The value of the label.public java.lang.String getValue()
public void setId(java.lang.String theId)
theId - The id of the label.public java.lang.String getId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||