Package iip.datatypes
Class RoutingConnOutImpl
- java.lang.Object
-
- iip.datatypes.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.
-
-
Constructor Summary
Constructors Constructor Description RoutingConnOutImpl()Default constructor.RoutingConnOutImpl(RoutingConnOut from)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetData()Returns the value ofdata.intgetSerNr()Returns the value ofserNr.inthashCode()voidsetData(java.lang.String value)Changes the value ofdata.voidsetSerNr(int value)Changes the value ofserNr.java.lang.StringtoString()
-
-
-
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:RoutingConnOutReturns the value ofserNr.- Specified by:
getSerNrin interfaceRoutingConnOut- Returns:
- the value
-
getData
public java.lang.String getData()
Description copied from interface:RoutingConnOutReturns the value ofdata.- Specified by:
getDatain interfaceRoutingConnOut- Returns:
- the value
-
setSerNr
public void setSerNr(int value)
Description copied from interface:RoutingConnOutChanges the value ofserNr.- Specified by:
setSerNrin interfaceRoutingConnOut- Parameters:
value- the new value
-
setData
public void setData(java.lang.String value)
Description copied from interface:RoutingConnOutChanges the value ofdata.- Specified by:
setDatain interfaceRoutingConnOut- 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
-
-