org.kuali.ole.editor.bo
Class DublinEditorField

java.lang.Object
  extended by org.kuali.ole.editor.bo.DublinEditorField
All Implemented Interfaces:
Serializable

public class DublinEditorField
extends Object
implements Serializable

DublinEditorField is business object class for Dublin Editor

See Also:
Serialized Form

Constructor Summary
DublinEditorField()
           
 
Method Summary
 String getElement()
          Gets the element attribute.
 String getValue()
          Gets the value attribute.
 void setElement(String element)
          Sets the element attribute value.
 void setValue(String value)
          Sets the value attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DublinEditorField

public DublinEditorField()
Method Detail

getElement

public String getElement()
Gets the element attribute.

Returns:
Returns the element.

setElement

public void setElement(String element)
Sets the element attribute value.

Parameters:
element - The element to set.

getValue

public String getValue()
Gets the value attribute.

Returns:
Returns the value.

setValue

public void setValue(String value)
Sets the value attribute value.

Parameters:
value - The value to set.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.