|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.marc4j.marc.impl.VariableFieldImpl
public abstract class VariableFieldImpl
Represents a variable field in a MARC record.
Constructor Summary | |
---|---|
VariableFieldImpl()
Creates a new VariableField . |
|
VariableFieldImpl(String tag)
Creates a new VariableField and sets the tag name. |
Method Summary | |
---|---|
int |
compareTo(Object obj)
|
String |
getTag()
Returns the tag name. |
void |
setTag(String tag)
Sets the tag name. |
String |
toString()
Returns a string representation of this variable field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.marc4j.marc.VariableField |
---|
find, getId, setId |
Constructor Detail |
---|
public VariableFieldImpl()
VariableField
.
public VariableFieldImpl(String tag)
VariableField
and sets the tag name.
Method Detail |
---|
public void setTag(String tag)
VariableField
setTag
in interface VariableField
tag
- the tag namepublic String getTag()
VariableField
getTag
in interface VariableField
public int compareTo(Object obj)
compareTo
in interface Comparable
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |