Package iip.datatypes

Class RoutingConnInImpl

  • All Implemented Interfaces:
    RoutingConnIn

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

      • intField

        private int intField
    • Constructor Detail

      • RoutingConnInImpl

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

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

      • getIntField

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

        public void setIntField​(int value)
        Description copied from interface: RoutingConnIn
        Changes the value of intField.
        Specified by:
        setIntField in interface RoutingConnIn
        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