Package iip.datatypes
Class KRec13Impl
- java.lang.Object
-
- iip.datatypes.KRec13Impl
-
-
Field Summary
Fields Modifier and Type Field Description private intintFieldprivate java.lang.StringstringField
-
Constructor Summary
Constructors Constructor Description KRec13Impl()Default constructor.KRec13Impl(KRec13 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.StringgetStringField()Returns the value ofstringField.inthashCode()voidsetIntField(int value)Changes the value ofintField.voidsetStringField(java.lang.String value)Changes the value ofstringField.java.lang.StringtoString()
-
-
-
Constructor Detail
-
KRec13Impl
public KRec13Impl()
Default constructor. Fields are pre-allocated with default Java values.
-
KRec13Impl
public KRec13Impl(KRec13 from)
Copy constructor.- Parameters:
from- the instance to copy the values from
-
-
Method Detail
-
getIntField
public int getIntField()
Description copied from interface:KRec13Returns the value ofintField.- Specified by:
getIntFieldin interfaceKRec13- Returns:
- the value
-
getStringField
public java.lang.String getStringField()
Description copied from interface:KRec13Returns the value ofstringField.- Specified by:
getStringFieldin interfaceKRec13- Returns:
- the value
-
setIntField
public void setIntField(int value)
Description copied from interface:KRec13Changes the value ofintField.- Specified by:
setIntFieldin interfaceKRec13- Parameters:
value- the new value
-
setStringField
public void setStringField(java.lang.String value)
Description copied from interface:KRec13Changes the value ofstringField.- Specified by:
setStringFieldin interfaceKRec13- 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
-
-