|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.editor.bo.MarcEditorDataField
public class MarcEditorDataField
MarcEditorDataField is business object class for Marc Editor
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 |
---|
public MarcEditorDataField()
Method Detail |
---|
public String getTag()
public void setTag(String tag)
tag
- The tag to set.public String getValue()
public void setValue(String value)
value
- The value to set.public String getInd1()
public void setInd1(String ind1)
ind1
- The ind1 to set.public String getInd2()
public void setInd2(String ind2)
ind2
- The ind2 to set.public boolean equals(Object obj)
equals
in class Object
obj
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |