Class FieldAccessor_Long

  • All Implemented Interfaces:
    Receiver

    public class FieldAccessor_Long
    extends Accessor
    Template Accessor for long fields.

    Auto-generated, do not edit.

    All the FieldAccessors are generated from FieldAccessor_B y t e

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • FieldAccessor_Long

        public FieldAccessor_Long()
    • Method Detail

      • get

        public java.lang.Object get​(java.lang.Object bean)
        Description copied from class: Accessor
        Gets the value of the property of the given bean object.
        Specified by:
        get in class Accessor
        Parameters:
        bean - must not be null.
      • set

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