org.kuali.ole.describe.bo
Class WorkDublinEditorField

java.lang.Object
  extended by org.kuali.ole.describe.bo.WorkDublinEditorField
All Implemented Interfaces:
Serializable

public class WorkDublinEditorField
extends Object
implements Serializable

DublinEditorField is business object class for Dublin Editor

See Also:
Serialized Form

Constructor Summary
WorkDublinEditorField()
           
 
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

WorkDublinEditorField

public WorkDublinEditorField()
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.