org.iscreen.impl.xml
Class XmlConfigLabel

java.lang.Object
  extended by org.iscreen.impl.xml.XmlConfigLabel

public class XmlConfigLabel
extends java.lang.Object

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.

Author:
Shellman, Dan

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

XmlConfigLabel

public XmlConfigLabel()
Default constructor.

Method Detail

setResourceId

public void setResourceId(java.lang.String id)
Sets the resource id.

Parameters:
id - The resource id.

getResourceId

public java.lang.String getResourceId()
Retrieves the resource id.

Returns:
Returns the resource id.

setResourceKey

public void setResourceKey(java.lang.String key)
Sets the resource key.

Parameters:
key - The resource key.

getResourceKey

public java.lang.String getResourceKey()
Retrieves the resource key.

Returns:
Returns the resource key.

setValue

public void setValue(java.lang.String theValue)
Sets the value of the label.

Parameters:
theValue - The value of the label.

getValue

public java.lang.String getValue()
Retrieves the value of the label.

Returns:
Returns the value of the label.

setId

public void setId(java.lang.String theId)
Sets the id of the label.

Parameters:
theId - The id of the label.

getId

public java.lang.String getId()
Retrieves the id of the label.

Returns:
Returns the label's id.