Package de.hsh.graja.regression.recorded
Class ContentRepresentationTO
java.lang.Object
de.hsh.graja.regression.recorded.ContentRepresentationTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DiffRepresentationTO,HtmlRepresentationTO,ImageRepresentationTO,SingleStringRepresentationTO
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentRepresentationTO(String className) ContentRepresentationTO(String className, List<ContentRepresentationTO> children) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanprotected intintbooleaninthashCode()voidsetChildren(List<ContentRepresentationTO> children) voidsetClassName(String className) voidsetLevenshteinDistanceThreshold(Integer levenshteinDistance) voidsetStackdumpId(int stackdumpId)
-
Constructor Details
-
ContentRepresentationTO
public ContentRepresentationTO() -
ContentRepresentationTO
-
ContentRepresentationTO
-
-
Method Details
-
getClassName
-
setClassName
-
hasChildren
public boolean hasChildren() -
childCount
public int childCount() -
getChildren
-
setChildren
-
getStackdumpId
public int getStackdumpId() -
setStackdumpId
public void setStackdumpId(int stackdumpId) -
getLevenshteinDistanceThreshold
-
getLevenshteinDistanceThresholdForMeAnd
-
setLevenshteinDistanceThreshold
-
hashCode
public int hashCode() -
equals
-
getStringContentRepresentation
-