Package iip.datatypes

Class KRec13AnonImpl

  • All Implemented Interfaces:
    KRec13Anon

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

      Fields 
      Modifier and Type Field Description
      private int intField  
      private java.lang.String kip  
      private java.lang.String stringField  
    • 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 getKip()
      Returns the value of kip.
      java.lang.String getStringField()
      Returns the value of stringField.
      int hashCode()  
      void setIntField​(int value)
      Changes the value of intField.
      void setKip​(java.lang.String value)
      Changes the value of kip.
      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

      • kip

        private java.lang.String kip
      • intField

        private int intField
      • stringField

        private java.lang.String stringField
    • Constructor Detail

      • KRec13AnonImpl

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

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

      • getKip

        public java.lang.String getKip()
        Description copied from interface: KRec13Anon
        Returns the value of kip.
        Specified by:
        getKip in interface KRec13Anon
        Returns:
        the value
      • getIntField

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

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

        public void setKip​(java.lang.String value)
        Description copied from interface: KRec13Anon
        Changes the value of kip.
        Specified by:
        setKip in interface KRec13Anon
        Parameters:
        value - the new value
      • setIntField

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

        public void setStringField​(java.lang.String value)
        Description copied from interface: KRec13Anon
        Changes the value of stringField.
        Specified by:
        setStringField in interface KRec13Anon
        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