Class 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
    Author:
    tware
    See Also:
    Serialized Form
    • Field Detail

      • getMethodName

        protected String getMethodName
      • setMethodName

        protected String setMethodName
    • Constructor Detail

      • VirtualAttributeMethodInfo

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

      • getGetMethodName

        public String getGetMethodName()
      • setGetMethodName

        public void setGetMethodName​(String getMethodName)
      • getSetMethodName

        public String getSetMethodName()
      • setSetMethodName

        public void setSetMethodName​(String setMethodName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object