Class TocEntryObject
java.lang.Object
org.faktorips.runtime.internal.toc.TocEntry
org.faktorips.runtime.internal.toc.TocEntryObject
- Direct Known Subclasses:
CustomTocEntryObject,EnumContentTocEntry,EnumXmlAdapterTocEntry,ModelTypeTocEntry,ProductCmptTocEntry,TableContentTocEntry,TestCaseTocEntry
A toc entry that represents a product component, a table, a test case or an enum content
identified by the qualified name. Each entry gives access to the class implementing either the
product component, the table, the test case or the enum content.
- Author:
- Jan Ortmann
-
Field Summary
FieldsFields inherited from class org.faktorips.runtime.internal.toc.TocEntry
PROPERTY_IMPLEMENTATION_CLASS, PROPERTY_XML_RESOURCE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTocEntryObject(String ipsObjectId, String ipsObjectQualifiedName, String xmlResourceName, String implementationClassName) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAdds this instance's property values to the xml element.booleanReturns 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 tableReturns the qualified name of the object.inthashCode()toString()Methods inherited from class org.faktorips.runtime.internal.toc.TocEntry
getImplementationClassName, getXmlElementTag, getXmlResourceName, toXml
-
Field Details
-
PROPERTY_ENTRYTYPE
- See Also:
-
PROPERTY_IPS_OBJECT_ID
- See Also:
-
PROPERTY_IPS_OBJECT_QNAME
- See Also:
-
-
Constructor Details
-
TocEntryObject
-
-
Method Details
-
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 -
getIpsObjectQualifiedName
Returns the qualified name of the object. -
addToXml
Description copied from class:TocEntryAdds this instance's property values to the xml element. -
toString
-
hashCode
public int hashCode() -
equals
-