Package iip.datatypes
Class RoutingCommandImpl
- java.lang.Object
-
- iip.datatypes.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.Stringcmd
-
Constructor Summary
Constructors Constructor Description RoutingCommandImpl()Default constructor.RoutingCommandImpl(RoutingCommand from)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetCmd()Returns the value ofcmd.inthashCode()voidsetCmd(java.lang.String value)Changes the value ofcmd.java.lang.StringtoString()
-
-
-
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:RoutingCommandReturns the value ofcmd.- Specified by:
getCmdin interfaceRoutingCommand- Returns:
- the value
-
setCmd
public void setCmd(java.lang.String value)
Description copied from interface:RoutingCommandChanges the value ofcmd.- Specified by:
setCmdin interfaceRoutingCommand- Parameters:
value- the new value
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-