|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.rwt.MetaData
public abstract class MetaData
An abstract base class for all value objects that represent metadata for database objects.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private String |
name
The name of the object. |
| Constructor Summary | |
|---|---|
MetaData()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Default implementation of the equality comparison method. |
String |
getName()
Returns name. |
int |
hashCode()
Return a hash code for this object. |
protected void |
setName(String name)
Set name. |
String |
toString()
Return a string representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String name
| Constructor Detail |
|---|
public MetaData()
| Method Detail |
|---|
public String toString()
getName().
toString in class Objectpublic boolean equals(Object object)
name values.
equals in class Objectobject - The object that is to be compared with this for equality.
true if the object is of the same type
and has the same name.public int hashCode()
hashCode in class Objectname.public String getName()
name.
protected void setName(String name)
name.
name - The value to set.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||