Package iip.datatypes
Class Rec1Impl
java.lang.Object
iip.datatypes.Rec1Impl
- All Implemented Interfaces:
Rec1
Implementation of the application data type Rec1.
Generated by: EASy-Producer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns the value ofintField.Returns the value ofstringField.inthashCode()voidsetIntField(int value) Changes the value ofintField.voidsetStringField(String value) Changes the value ofstringField.toString()
-
Field Details
-
intField
private int intField -
stringField
-
-
Constructor Details
-
Rec1Impl
public Rec1Impl()Default constructor. Fields are pre-allocated with default Java values. -
Rec1Impl
Copy constructor.- Parameters:
from- the instance to copy the values from
-
-
Method Details
-
getIntField
public int getIntField()Description copied from interface:Rec1Returns the value ofintField.- Specified by:
getIntFieldin interfaceRec1- Returns:
- the value
-
setIntField
public void setIntField(int value) Description copied from interface:Rec1Changes the value ofintField.- Specified by:
setIntFieldin interfaceRec1- Parameters:
value- the new value
-
getStringField
Description copied from interface:Rec1Returns the value ofstringField.- Specified by:
getStringFieldin interfaceRec1- Returns:
- the value
-
setStringField
Description copied from interface:Rec1Changes the value ofstringField.- Specified by:
setStringFieldin interfaceRec1- Parameters:
value- the new value
-
hashCode
public int hashCode() -
equals
-
toString
-