Class DbProductCmptTocEntry
java.lang.Object
org.faktorips.runtime.internal.toc.TocEntry
org.faktorips.runtime.internal.toc.TocEntryObject
org.faktorips.runtime.internal.toc.ProductCmptTocEntry
org.faktorips.runtime.productdata.jpa.toc.DbProductCmptTocEntry
- All Implemented Interfaces:
DbTocEntryAdapter
public class DbProductCmptTocEntry
extends org.faktorips.runtime.internal.toc.ProductCmptTocEntry
implements DbTocEntryAdapter
An
ProductCmptTocEntry reading its values from an ProductCmptTocEntryEntity.-
Field Summary
Fields inherited from class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
PROPERTY_GENERATION_IMPL_CLASS_NAME, PROPERTY_KIND_ID, PROPERTY_VALID_TO, PROPERTY_VERSION_ID, XML_TAGFields inherited from class org.faktorips.runtime.internal.toc.TocEntryObject
PROPERTY_ENTRYTYPE, PROPERTY_IPS_OBJECT_ID, PROPERTY_IPS_OBJECT_QNAMEFields inherited from class org.faktorips.runtime.internal.toc.TocEntry
PROPERTY_IMPLEMENTATION_CLASS, PROPERTY_XML_RESOURCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTheContentContainerthat should be used to extract the XML content.Methods inherited from class org.faktorips.runtime.internal.toc.ProductCmptTocEntry
addToXml, equals, findGenerationEntry, findGenerationEntry, findLatestGenerationEntry, findNextGenerationEntry, findPreviousGenerationEntry, getGenerationEntries, getGenerationEntry, getGenerationEntry, getGenerationImplClassName, getKindId, getLatestGenerationEntry, getNextGenerationEntry, getNumberOfGenerationEntries, getPreviousGenerationEntry, getValidTo, getVersionId, getXmlElementTag, hashCode, setGenerationEntriesMethods inherited from class org.faktorips.runtime.internal.toc.TocEntryObject
getIpsObjectId, getIpsObjectQualifiedName, toStringMethods inherited from class org.faktorips.runtime.internal.toc.TocEntry
getImplementationClassName, getXmlResourceName, toXmlMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.faktorips.runtime.productdata.jpa.toc.DbTocEntryAdapter
getXmlContent
-
Constructor Details
-
DbProductCmptTocEntry
-
-
Method Details
-
getContentContainer
Description copied from interface:DbTocEntryAdapterTheContentContainerthat should be used to extract the XML content.- Specified by:
getContentContainerin interfaceDbTocEntryAdapter- Returns:
- the
ContentContainerentity read from database
-