com.wrq.apptrieve.agent
Class MetaObject

java.lang.Object
  extended by com.wrq.apptrieve.agent.MetaObject

public class MetaObject
extends java.lang.Object

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

getName

public java.lang.String getName()
Gets the name of the object as specified in the Design Tool.

Returns:
the name

getDescription

public java.lang.String getDescription()
Gets the description of the object as specified in the Design Tool.

Returns:
the description

setName

public void setName(java.lang.String name)
For internal use only.

Parameters:
name - name

setDescription

public void setDescription(java.lang.String description)
For internal use only.

Parameters:
description - description