public class HIBCLICSecondaryAndAdditionalDataCodetext extends HIBCLICComplexCodetext
Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data.
Constructor and Description |
---|
HIBCLICSecondaryAndAdditionalDataCodetext() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified
HIBCLICSecondaryAndAdditionalDataCodetext value. |
java.lang.String |
getConstructedCodetext()
Constructs codetext
|
SecondaryAndAdditionalData |
getData()
Identifies secodary and additional supplemental data.
|
char |
getLinkCharacter()
Identifies link character.
|
int |
hashCode()
Returns the hash code for this instance.
|
void |
initFromString(java.lang.String constructedCodetext)
Initializes instance from constructed codetext.
|
void |
setData(SecondaryAndAdditionalData value)
Identifies secodary and additional supplemental data.
|
void |
setLinkCharacter(char value)
Identifies link character.
|
getBarcodeType, setBarcodeType
public HIBCLICSecondaryAndAdditionalDataCodetext()
public SecondaryAndAdditionalData getData()
Identifies secodary and additional supplemental data.
public void setData(SecondaryAndAdditionalData value)
Identifies secodary and additional supplemental data.
public char getLinkCharacter()
Identifies link character.
public void setLinkCharacter(char value)
Identifies link character.
public java.lang.String getConstructedCodetext()
Constructs codetext
getConstructedCodetext
in interface IComplexCodetext
getConstructedCodetext
in class HIBCLICComplexCodetext
public void initFromString(java.lang.String constructedCodetext)
Initializes instance from constructed codetext.
initFromString
in interface IComplexCodetext
initFromString
in class HIBCLICComplexCodetext
constructedCodetext
- Constructed codetext.public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext
value.
equals
in class java.lang.Object
obj
- An HIBCLICSecondaryAndAdditionalDataCodetext
value to compare to this instance.<b>true</b>
if obj has the same value as this instance; otherwise, <b>false</b>
.public int hashCode()
Returns the hash code for this instance.
hashCode
in class java.lang.Object