Class ContentRepresentationTO

java.lang.Object
de.hsh.graja.regression.recorded.ContentRepresentationTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DiffRepresentationTO, HtmlRepresentationTO, ImageRepresentationTO, SingleStringRepresentationTO

public class ContentRepresentationTO extends Object implements Serializable
See Also:
  • Constructor Details

    • ContentRepresentationTO

      public ContentRepresentationTO()
    • ContentRepresentationTO

      public ContentRepresentationTO(String className)
    • ContentRepresentationTO

      public ContentRepresentationTO(String className, List<ContentRepresentationTO> children)
  • Method Details

    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • hasChildren

      public boolean hasChildren()
    • childCount

      public int childCount()
    • getChildren

      public List<ContentRepresentationTO> getChildren()
    • setChildren

      public void setChildren(List<ContentRepresentationTO> children)
    • getStackdumpId

      public int getStackdumpId()
    • setStackdumpId

      public void setStackdumpId(int stackdumpId)
    • getLevenshteinDistanceThreshold

      public Integer getLevenshteinDistanceThreshold()
    • getLevenshteinDistanceThresholdForMeAnd

      protected int getLevenshteinDistanceThresholdForMeAnd(ContentRepresentationTO other)
    • setLevenshteinDistanceThreshold

      public void setLevenshteinDistanceThreshold(Integer levenshteinDistance)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getStringContentRepresentation

      public String getStringContentRepresentation()