Class PostLoad


  • public class PostLoad
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      PostLoad()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getMethodName()
      Gets the value of the methodName property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setMethodName​(java.lang.String value)
      Sets the value of the methodName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • description

        protected java.lang.String description
      • methodName

        protected java.lang.String methodName
    • Constructor Detail

      • PostLoad

        public PostLoad()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getMethodName

        public java.lang.String getMethodName()
        Gets the value of the methodName property.
        Returns:
        possible object is String
      • setMethodName

        public void setMethodName​(java.lang.String value)
        Sets the value of the methodName property.
        Parameters:
        value - allowed object is String