Klasse SourcePathPointer

java.lang.Object
org.apache.torque.generator.source.SourcePathPointer

public class SourcePathPointer extends Object
A class containing the value and the path to an object in a model graph
  • Konstruktordetails

    • SourcePathPointer

      public SourcePathPointer(Object value, String path)
  • Methodendetails

    • getValue

      public Object getValue()
    • getPath

      public String getPath()
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object