Package iip.datatypes

Class RoutingCommandImpl

  • All Implemented Interfaces:
    RoutingCommand

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String cmd  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getCmd()
      Returns the value of cmd.
      int hashCode()  
      void setCmd​(java.lang.String value)
      Changes the value of cmd.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • cmd

        private java.lang.String cmd
    • Constructor Detail

      • RoutingCommandImpl

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

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

      • getCmd

        public java.lang.String getCmd()
        Description copied from interface: RoutingCommand
        Returns the value of cmd.
        Specified by:
        getCmd in interface RoutingCommand
        Returns:
        the value
      • setCmd

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