Class VirtualAttributeMethodInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class VirtualAttributeMethodInfo
    extends java.lang.Object
    implements java.io.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
    Author:
    tware
    See Also:
    Serialized Form
    • Field Detail

      • getMethodName

        protected java.lang.String getMethodName
      • setMethodName

        protected java.lang.String setMethodName
    • Constructor Detail

      • VirtualAttributeMethodInfo

        public VirtualAttributeMethodInfo​(java.lang.String getMethodName,
                                          java.lang.String setMethodName)
    • Method Detail

      • getGetMethodName

        public java.lang.String getGetMethodName()
      • setGetMethodName

        public void setGetMethodName​(java.lang.String getMethodName)
      • getSetMethodName

        public java.lang.String getSetMethodName()
      • setSetMethodName

        public void setSetMethodName​(java.lang.String setMethodName)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object