Package iip.datatypes

Class KRec13Impl

  • All Implemented Interfaces:
    KRec13

    public class KRec13Impl
    extends java.lang.Object
    implements KRec13
    Implementation of the application data type KRec13. Generated by: EASy-Producer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int intField  
      private java.lang.String stringField  
    • Constructor Summary

      Constructors 
      Constructor Description
      KRec13Impl()
      Default constructor.
      KRec13Impl​(KRec13 from)
      Copy constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int getIntField()
      Returns the value of intField.
      java.lang.String getStringField()
      Returns the value of stringField.
      int hashCode()  
      void setIntField​(int value)
      Changes the value of intField.
      void setStringField​(java.lang.String value)
      Changes the value of stringField.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • intField

        private int intField
      • stringField

        private java.lang.String stringField
    • Constructor Detail

      • KRec13Impl

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

        public KRec13Impl​(KRec13 from)
        Copy constructor.
        Parameters:
        from - the instance to copy the values from
    • Method Detail

      • getIntField

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

        public java.lang.String getStringField()
        Description copied from interface: KRec13
        Returns the value of stringField.
        Specified by:
        getStringField in interface KRec13
        Returns:
        the value
      • setIntField

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

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

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

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object