Class VirtualAttributeMethodInfo

java.lang.Object
org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
All Implemented Interfaces:
Serializable

public class VirtualAttributeMethodInfo extends Object implements Serializable
Data-holding object that holds information about object used by mappings with a VIRTUAL access type. This data is used by our weaver to determine which methods to weave
See Also:
  • Field Details

    • getMethodName

      protected String getMethodName
    • setMethodName

      protected String setMethodName
  • Constructor Details

    • VirtualAttributeMethodInfo

      public VirtualAttributeMethodInfo(String getMethodName, String setMethodName)
  • Method Details

    • getGetMethodName

      public String getGetMethodName()
    • setGetMethodName

      public void setGetMethodName(String getMethodName)
    • getSetMethodName

      public String getSetMethodName()
    • setSetMethodName

      public void setSetMethodName(String setMethodName)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object