Class CallerCalleeEntry

java.lang.Object
kieker.analysis.code.data.CallerCalleeEntry

public class CallerCalleeEntry extends Object
Since:
1.0
Author:
Reiner Jung
  • Constructor Details

    • CallerCalleeEntry

      public CallerCalleeEntry()
    • CallerCalleeEntry

      public CallerCalleeEntry(String sourcePath, String sourceModule, String caller, String targetPath, String targetModule, String callee)
  • Method Details

    • getCallee

      public String getCallee()
    • setCallee

      public void setCallee(String callee)
    • getCaller

      public String getCaller()
    • setCaller

      public void setCaller(String caller)
    • getSourcePath

      public String getSourcePath()
    • setSourcePath

      public void setSourcePath(String sourcePath)
    • getTargetPath

      public String getTargetPath()
    • setTargetPath

      public void setTargetPath(String targetPath)
    • getSourceModule

      public String getSourceModule()
    • setSourceModule

      public void setSourceModule(String sourceModule)
    • getTargetModule

      public String getTargetModule()
    • setTargetModule

      public void setTargetModule(String targetModule)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object