Package iip.datatypes
Class KRec13AnonImpl
- java.lang.Object
-
- iip.datatypes.KRec13AnonImpl
-
- All Implemented Interfaces:
KRec13Anon
public class KRec13AnonImpl extends java.lang.Object implements KRec13Anon
Implementation of the application data type KRec13Anon. Generated by: EASy-Producer.
-
-
Field Summary
Fields Modifier and Type Field Description private intintFieldprivate java.lang.Stringkipprivate java.lang.StringstringField
-
Constructor Summary
Constructors Constructor Description KRec13AnonImpl()Default constructor.KRec13AnonImpl(KRec13Anon 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.java.lang.StringgetKip()Returns the value ofkip.java.lang.StringgetStringField()Returns the value ofstringField.inthashCode()voidsetIntField(int value)Changes the value ofintField.voidsetKip(java.lang.String value)Changes the value ofkip.voidsetStringField(java.lang.String value)Changes the value ofstringField.java.lang.StringtoString()
-
-
-
Constructor Detail
-
KRec13AnonImpl
public KRec13AnonImpl()
Default constructor. Fields are pre-allocated with default Java values.
-
KRec13AnonImpl
public KRec13AnonImpl(KRec13Anon from)
Copy constructor.- Parameters:
from- the instance to copy the values from
-
-
Method Detail
-
getKip
public java.lang.String getKip()
Description copied from interface:KRec13AnonReturns the value ofkip.- Specified by:
getKipin interfaceKRec13Anon- Returns:
- the value
-
getIntField
public int getIntField()
Description copied from interface:KRec13AnonReturns the value ofintField.- Specified by:
getIntFieldin interfaceKRec13Anon- Returns:
- the value
-
getStringField
public java.lang.String getStringField()
Description copied from interface:KRec13AnonReturns the value ofstringField.- Specified by:
getStringFieldin interfaceKRec13Anon- Returns:
- the value
-
setKip
public void setKip(java.lang.String value)
Description copied from interface:KRec13AnonChanges the value ofkip.- Specified by:
setKipin interfaceKRec13Anon- Parameters:
value- the new value
-
setIntField
public void setIntField(int value)
Description copied from interface:KRec13AnonChanges the value ofintField.- Specified by:
setIntFieldin interfaceKRec13Anon- Parameters:
value- the new value
-
setStringField
public void setStringField(java.lang.String value)
Description copied from interface:KRec13AnonChanges the value ofstringField.- Specified by:
setStringFieldin interfaceKRec13Anon- 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
-
-