Class Rec13Impl
java.lang.Object
test.de.iip_ecosphere.platform.services.environment.pythonEnv.Rec13Impl
- All Implemented Interfaces:
Rec13
Implementation of the application data type Rec13.
Generated by: EASy-Producer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic booleanApplies equals with null.intReturns 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
-
Rec13Impl
public Rec13Impl()Default constructor. Fields are pre-allocated with default Java values. -
Rec13Impl
Copy constructor.- Parameters:
from- the instance to copy the values from
-
-
Method Details
-
getIntField
public int getIntField()Description copied from interface:Rec13Returns the value ofintField.- Specified by:
getIntFieldin interfaceRec13- Returns:
- the value
-
getStringField
Description copied from interface:Rec13Returns the value ofstringField.- Specified by:
getStringFieldin interfaceRec13- Returns:
- the value
-
setIntField
public void setIntField(int value) Description copied from interface:Rec13Changes the value ofintField.- Specified by:
setIntFieldin interfaceRec13- Parameters:
value- the new value
-
setStringField
Description copied from interface:Rec13Changes the value ofstringField.- Specified by:
setStringFieldin interfaceRec13- Parameters:
value- the new value
-
equals
Applies equals with null.- Parameters:
o1- the first objecto2- the second object- Returns:
trueif equals or both are null,falseelse
-
equals
-
hashCode
public int hashCode() -
toString
-