Package iip.datatypes
Class RoutingConnInImpl
- java.lang.Object
-
- iip.datatypes.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 Summary
Fields Modifier and Type Field Description private intintField
-
Constructor Summary
Constructors Constructor Description RoutingConnInImpl()Default constructor.RoutingConnInImpl(RoutingConnIn from)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)intgetIntField()Returns the value ofintField.inthashCode()voidsetIntField(int value)Changes the value ofintField.java.lang.StringtoString()
-
-
-
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:RoutingConnInReturns the value ofintField.- Specified by:
getIntFieldin interfaceRoutingConnIn- Returns:
- the value
-
setIntField
public void setIntField(int value)
Description copied from interface:RoutingConnInChanges the value ofintField.- Specified by:
setIntFieldin interfaceRoutingConnIn- 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
-
-