org.kuali.ole.describe.bo
Class WorkMarcEditorControlField

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

public class WorkMarcEditorControlField
extends Object
implements Serializable

MarcEditorControlField is business object class for Marc Editor

See Also:
Serialized Form

Constructor Summary
WorkMarcEditorControlField()
           
 
Method Summary
 String getTag()
          Gets the tag attribute.
 String getValue()
          Gets the value attribute.
 void setTag(String tag)
          Sets the tag 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

WorkMarcEditorControlField

public WorkMarcEditorControlField()
Method Detail

getTag

public String getTag()
Gets the tag attribute.

Returns:
Returns the tag.

setTag

public void setTag(String tag)
Sets the tag attribute value.

Parameters:
tag - The tag 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.