public class MarcEditorDataField extends Object implements Serializable, Comparable<MarcEditorDataField>
| Constructor and Description | 
|---|
| MarcEditorDataField() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(MarcEditorDataField o) | 
| 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. | 
public MarcEditorDataField()
public void setTag(String tag)
tag - The tag to set.public void setValue(String value)
value - The value to set.public void setInd1(String ind1)
ind1 - The ind1 to set.public void setInd2(String ind2)
ind2 - The ind2 to set.public boolean equals(Object obj)
public int compareTo(MarcEditorDataField o)
compareTo in interface Comparable<MarcEditorDataField>Copyright © 2004–2015 The Kuali Foundation. All rights reserved.