Package iip.datatypes
Class RoutingTestDataImpl
- java.lang.Object
-
- iip.datatypes.RoutingTestDataImpl
-
- All Implemented Interfaces:
RoutingTestData
public class RoutingTestDataImpl extends java.lang.Object implements RoutingTestData
Implementation of the application data type RoutingTestData. Generated by: EASy-Producer.
-
-
Field Summary
Fields Modifier and Type Field Description private intserNrprivate java.lang.StringstringField
-
Constructor Summary
Constructors Constructor Description RoutingTestDataImpl()Default constructor.RoutingTestDataImpl(RoutingTestData from)Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)intgetSerNr()Returns the value ofserNr.java.lang.StringgetStringField()Returns the value ofstringField.inthashCode()voidsetSerNr(int value)Changes the value ofserNr.voidsetStringField(java.lang.String value)Changes the value ofstringField.java.lang.StringtoString()
-
-
-
Constructor Detail
-
RoutingTestDataImpl
public RoutingTestDataImpl()
Default constructor. Fields are pre-allocated with default Java values.
-
RoutingTestDataImpl
public RoutingTestDataImpl(RoutingTestData from)
Copy constructor.- Parameters:
from- the instance to copy the values from
-
-
Method Detail
-
getSerNr
public int getSerNr()
Description copied from interface:RoutingTestDataReturns the value ofserNr.- Specified by:
getSerNrin interfaceRoutingTestData- Returns:
- the value
-
getStringField
public java.lang.String getStringField()
Description copied from interface:RoutingTestDataReturns the value ofstringField.- Specified by:
getStringFieldin interfaceRoutingTestData- Returns:
- the value
-
setSerNr
public void setSerNr(int value)
Description copied from interface:RoutingTestDataChanges the value ofserNr.- Specified by:
setSerNrin interfaceRoutingTestData- Parameters:
value- the new value
-
setStringField
public void setStringField(java.lang.String value)
Description copied from interface:RoutingTestDataChanges the value ofstringField.- Specified by:
setStringFieldin interfaceRoutingTestData- 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
-
-