|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.agent.MetaObject
public class MetaObject
Base class for all meta data objects.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of the object as specified in the Design Tool. |
java.lang.String |
getName()
Gets the name of the object as specified in the Design Tool. |
void |
setDescription(java.lang.String description)
For internal use only. |
void |
setName(java.lang.String name)
For internal use only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getDescription()
public void setName(java.lang.String name)
name
- namepublic void setDescription(java.lang.String description)
description
- description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |