Class MethodAccessor_Integer<B>

  • All Implemented Interfaces:
    Receiver

    public class MethodAccessor_Integer<B>
    extends Accessor<B,​Integer>
    Template Accessor for boolean getter/setter.

    Auto-generated, do not edit.

    All the MethodAccessors are generated from MethodAccessor_Byte

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • MethodAccessor_Integer

        public MethodAccessor_Integer()
    • Method Detail

      • get

        public Integer get​(B bean)
        Description copied from class: Accessor
        Gets the value of the property of the given bean object.
        Specified by:
        get in class Accessor<B,​Integer>
        Parameters:
        bean - must not be null.
      • set

        public void set​(B bean,
                        Integer value)
        Description copied from class: Accessor
        Sets the value of the property of the given bean object.
        Specified by:
        set in class Accessor<B,​Integer>
        Parameters:
        bean - must not be null.
        value - the value to be set. Setting value to null means resetting to the VM default value (even for primitive properties.)