public abstract class TocEntryObject extends TocEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ENTRYTYPE |
static String |
PROPERTY_IPS_OBJECT_ID |
static String |
PROPERTY_IPS_OBJECT_QNAME |
PROPERTY_IMPLEMENTATION_CLASS, PROPERTY_XML_RESOURCE| Modifier | Constructor and Description |
|---|---|
protected |
TocEntryObject(String ipsObjectId,
String ipsObjectQualifiedName,
String xmlResourceName,
String implementationClassName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToXml(Element entryElement)
Adds this instance's property values to the xml element.
|
boolean |
equals(Object obj) |
String |
getIpsObjectId()
Returns the id for the object (either the runtime id if the object is a product component or
the qualified name if the object is a table
|
String |
getIpsObjectQualifiedName()
Returns the qualified name of the object.
|
int |
hashCode() |
String |
toString() |
getImplementationClassName, getXmlElementTag, getXmlResourceName, toXmlpublic static final String PROPERTY_ENTRYTYPE
public static final String PROPERTY_IPS_OBJECT_ID
public static final String PROPERTY_IPS_OBJECT_QNAME
public String getIpsObjectId()
public String getIpsObjectQualifiedName()
protected void addToXml(Element entryElement)
TocEntryCopyright © 2014. All rights reserved.