|
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
com.sptci.rwt.ObjectMetaData
public abstract class ObjectMetaData
An abstract value object that is used to represent database objects such as tables, views, columns etc that support having comments.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
private CatalogueMetaData |
catalogue
A reference to the parent catalogue to which this object belongs. |
private String |
comment
The comments associated with the table. |
private RootMetaData |
root
A reference to the parent catalogue/schema to which this object belongs. |
| Constructor Summary | |
|---|---|
ObjectMetaData()
|
|
| Method Summary | |
|---|---|
CatalogueMetaData |
getCatalogue()
Returns catalogue. |
String |
getComment()
Returns comment. |
RootMetaData |
getRoot()
Returns root. |
protected void |
setCatalogue(CatalogueMetaData catalogue)
Set catalogue. |
protected void |
setComment(String comment)
Set comment. |
protected void |
setRoot(RootMetaData root)
Set root. |
| Methods inherited from class com.sptci.rwt.MetaData |
|---|
equals, getName, hashCode, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String comment
private CatalogueMetaData catalogue
private RootMetaData root
| Constructor Detail |
|---|
public ObjectMetaData()
| Method Detail |
|---|
public String getComment()
comment.
protected void setComment(String comment)
comment.
comment - The value to set.public CatalogueMetaData getCatalogue()
catalogue.
protected void setCatalogue(CatalogueMetaData catalogue)
catalogue.
catalogue - The value to set.public RootMetaData getRoot()
root.
protected void setRoot(RootMetaData root)
root.
root - The value to set.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||