Package de.hsh.graja.regression.recorded
Class ImageRepresentationTO
java.lang.Object
de.hsh.graja.regression.recorded.ContentRepresentationTO
de.hsh.graja.regression.recorded.ImageRepresentationTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getTitle()
int
hashCode()
void
setBase64data
(String base64data) void
Methods inherited from class de.hsh.graja.regression.recorded.ContentRepresentationTO
childCount, getChildren, getClassName, getLevenshteinDistanceThreshold, getLevenshteinDistanceThresholdForMeAnd, getStackdumpId, hasChildren, setChildren, setClassName, setLevenshteinDistanceThreshold, setStackdumpId
-
Constructor Details
-
ImageRepresentationTO
public ImageRepresentationTO() -
ImageRepresentationTO
-
-
Method Details
-
getTitle
-
setTitle
-
getBase64data
-
setBase64data
-
hashCode
public int hashCode()- Overrides:
hashCode
in classContentRepresentationTO
-
equals
- Overrides:
equals
in classContentRepresentationTO
-
getStringContentRepresentation
- Overrides:
getStringContentRepresentation
in classContentRepresentationTO
-