org.faktorips.runtime.internal.toc
Class FormulaTestTocEntry

java.lang.Object
  extended by org.faktorips.runtime.internal.toc.TocEntry
      extended by org.faktorips.runtime.internal.toc.TocEntryObject
          extended by org.faktorips.runtime.internal.toc.TestCaseTocEntry
              extended by org.faktorips.runtime.internal.toc.FormulaTestTocEntry

public class FormulaTestTocEntry
extends TestCaseTocEntry

A special kind of TestCaseTocEntry for formula test entries

Author:
dirmeier

Field Summary
static String FORMULA_TEST_XML_TAG
           
 
Fields inherited from class org.faktorips.runtime.internal.toc.TestCaseTocEntry
TEST_XML_TAG
 
Fields inherited from class org.faktorips.runtime.internal.toc.TocEntryObject
PROPERTY_ENTRYTYPE, PROPERTY_IPS_OBJECT_ID, PROPERTY_IPS_OBJECT_QNAME
 
Fields inherited from class org.faktorips.runtime.internal.toc.TocEntry
PROPERTY_IMPLEMENTATION_CLASS, PROPERTY_XML_RESOURCE
 
Constructor Summary
FormulaTestTocEntry(String ipsObjectId, String ipsObjectQualifiedName, String kindId, String versionId, String implementationClassName)
           
 
Method Summary
protected  void addToXml(Element entryElement)
          Adds this instance's property values to the xml element.
 boolean equals(Object obj)
           
 String getKindId()
           
 String getVersionId()
           
protected  String getXmlElementTag()
          Getting the xml element tag for this toc entry
 int hashCode()
           
 
Methods inherited from class org.faktorips.runtime.internal.toc.TocEntryObject
getIpsObjectId, getIpsObjectQualifiedName, toString
 
Methods inherited from class org.faktorips.runtime.internal.toc.TocEntry
getImplementationClassName, getXmlResourceName, toXml
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FORMULA_TEST_XML_TAG

public static final String FORMULA_TEST_XML_TAG
See Also:
Constant Field Values
Constructor Detail

FormulaTestTocEntry

public FormulaTestTocEntry(String ipsObjectId,
                           String ipsObjectQualifiedName,
                           String kindId,
                           String versionId,
                           String implementationClassName)
Method Detail

getKindId

public String getKindId()

getVersionId

public String getVersionId()

addToXml

protected void addToXml(Element entryElement)
Description copied from class: TocEntry
Adds this instance's property values to the xml element.

Overrides:
addToXml in class TocEntryObject

getXmlElementTag

protected String getXmlElementTag()
Description copied from class: TocEntry
Getting the xml element tag for this toc entry

Overrides:
getXmlElementTag in class TestCaseTocEntry

hashCode

public int hashCode()
Overrides:
hashCode in class TocEntryObject

equals

public boolean equals(Object obj)
Overrides:
equals in class TocEntryObject


Copyright © 2015. All rights reserved.