|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.persistence.metadata.Element
The Element class is the abstract base class for functionality common to all metadata classes.
Field Summary | |
static String |
versionId
|
Method Summary | |
boolean |
equals(Object other)
|
int |
getColumnNumber()
Returns the column number for this metadata element. |
String |
getFilename()
Returns the filename for this metadata element. |
int |
getLineNumber()
Returns the line number for this metadata element. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Method Detail |
public String getFilename()
public int getLineNumber()
public int getColumnNumber()
public int hashCode()
public boolean equals(Object other)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |