Package iip.datatypes

Class RoutingConnOutImpl

  • All Implemented Interfaces:
    RoutingConnOut

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String data  
      private int serNr  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getData()
      Returns the value of data.
      int getSerNr()
      Returns the value of serNr.
      int hashCode()  
      void setData​(java.lang.String value)
      Changes the value of data.
      void setSerNr​(int value)
      Changes the value of serNr.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • serNr

        private int serNr
      • data

        private java.lang.String data
    • Constructor Detail

      • RoutingConnOutImpl

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

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

      • getSerNr

        public int getSerNr()
        Description copied from interface: RoutingConnOut
        Returns the value of serNr.
        Specified by:
        getSerNr in interface RoutingConnOut
        Returns:
        the value
      • getData

        public java.lang.String getData()
        Description copied from interface: RoutingConnOut
        Returns the value of data.
        Specified by:
        getData in interface RoutingConnOut
        Returns:
        the value
      • setSerNr

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

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