public abstract class VariableFieldImpl extends Object implements VariableField
| Constructor and Description |
|---|
VariableFieldImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VariableField aObject)
Compare's this
VariableField to the supplied one. |
Long |
getId()
Return the field's ID.
|
String |
getTag()
Returns this field's tag.
|
void |
setId(Long aID)
Sets an ID.
|
void |
setTag(String aTag)
Sets this field's tag.
|
String |
toString()
Returns a string representation of this variable field.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindpublic void setTag(String aTag)
setTag in interface VariableFieldaTag - This field's tagpublic String getTag()
getTag in interface VariableFieldpublic int compareTo(VariableField aObject)
VariableField to the supplied one.compareTo in interface Comparable<VariableField>aObject - A VariableField to compare to this onepublic void setId(Long aID)
setId in interface VariableFieldaID - A unique ID for this fieldpublic Long getId()
getId in interface VariableFieldCopyright © 2014 FreeLibrary. All Rights Reserved.