Package org.teiid.adminapi.impl
Class EntryMetaData
- java.lang.Object
-
- org.teiid.adminapi.impl.AdminObjectImpl
-
- org.teiid.adminapi.impl.EntryMetaData
-
- All Implemented Interfaces:
Serializable
,AdminObject
,Entry
public class EntryMetaData extends AdminObjectImpl implements Entry
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.adminapi.impl.AdminObjectImpl
attachments
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Constructor Summary
Constructors Constructor Description EntryMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
DescriptionString
getPath()
Get Path to the entryvoid
setDescription(String description)
void
setPath(String path)
-
Methods inherited from class org.teiid.adminapi.impl.AdminObjectImpl
addAttachment, addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Description copied from interface:Entry
Description- Specified by:
getDescription
in interfaceEntry
- Returns:
-
setDescription
public void setDescription(String description)
-
setPath
public void setPath(String path)
-
-