org.kuali.ole.editor.bo
Class MarcEditorDataField

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

public class MarcEditorDataField
extends Object
implements Serializable

MarcEditorDataField is business object class for Marc Editor

See Also:
Serialized Form

Constructor Summary
MarcEditorDataField()
           
 
Method Summary
 boolean equals(Object obj)
          Implementing equals,Indicates whether some other object is "equal to" this one.
 String getInd1()
          Gets the ind1 attribute.
 String getInd2()
          Gets the ind2 attribute.
 String getTag()
          Gets the tag attribute.
 String getValue()
          Gets the value attribute.
 void setInd1(String ind1)
          Sets the ind1 attribute value.
 void setInd2(String ind2)
          Sets the ind2 attribute value.
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarcEditorDataField

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

getInd1

public String getInd1()
Gets the ind1 attribute.

Returns:
Returns the ind1.

setInd1

public void setInd1(String ind1)
Sets the ind1 attribute value.

Parameters:
ind1 - The ind1 to set.

getInd2

public String getInd2()
Gets the ind2 attribute.

Returns:
Returns the ind2.

setInd2

public void setInd2(String ind2)
Sets the ind2 attribute value.

Parameters:
ind2 - The ind2 to set.

equals

public boolean equals(Object obj)
Implementing equals,Indicates whether some other object is "equal to" this one.

Overrides:
equals in class Object
Parameters:
obj -
Returns:
boolean


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