Package iip.datatypes

Class RoutingTestDataImpl

  • All Implemented Interfaces:
    RoutingTestData

    public class RoutingTestDataImpl
    extends java.lang.Object
    implements RoutingTestData
    Implementation of the application data type RoutingTestData. Generated by: EASy-Producer.
    • Field Detail

      • serNr

        private int serNr
      • stringField

        private java.lang.String stringField
    • Constructor Detail

      • RoutingTestDataImpl

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

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

      • getStringField

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

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

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