Package iip.datatypes

Class Rec1Impl

java.lang.Object
iip.datatypes.Rec1Impl
All Implemented Interfaces:
Rec1

public class Rec1Impl extends Object implements Rec1
Implementation of the application data type Rec1. Generated by: EASy-Producer.
  • Field Details

    • intField

      private int intField
    • stringField

      private String stringField
  • Constructor Details

    • Rec1Impl

      public Rec1Impl()
      Default constructor. Fields are pre-allocated with default Java values.
    • Rec1Impl

      public Rec1Impl(Rec1 from)
      Copy constructor.
      Parameters:
      from - the instance to copy the values from
  • Method Details

    • getIntField

      public int getIntField()
      Description copied from interface: Rec1
      Returns the value of intField.
      Specified by:
      getIntField in interface Rec1
      Returns:
      the value
    • setIntField

      public void setIntField(int value)
      Description copied from interface: Rec1
      Changes the value of intField.
      Specified by:
      setIntField in interface Rec1
      Parameters:
      value - the new value
    • getStringField

      public String getStringField()
      Description copied from interface: Rec1
      Returns the value of stringField.
      Specified by:
      getStringField in interface Rec1
      Returns:
      the value
    • setStringField

      public void setStringField(String value)
      Description copied from interface: Rec1
      Changes the value of stringField.
      Specified by:
      setStringField in interface Rec1
      Parameters:
      value - the new value
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object