Class MethodAccessor_Double<B>

  • All Implemented Interfaces:
    Receiver

    public class MethodAccessor_Double<B>
    extends Accessor<B,​Double>
    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_Double

        public MethodAccessor_Double()
    • Method Detail

      • get

        public Double 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,​Double>
        Parameters:
        bean - must not be null.
      • set

        public void set​(B bean,
                        Double value)
        Description copied from class: Accessor
        Sets the value of the property of the given bean object.
        Specified by:
        set in class Accessor<B,​Double>
        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.)