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 TypeMethodDescriptionint
boolean
protected int
int
boolean
int
hashCode()
void
setChildren
(List<ContentRepresentationTO> children) void
setClassName
(String className) void
setLevenshteinDistanceThreshold
(Integer levenshteinDistance) void
setStackdumpId
(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
-