public class Code128DataPortion
extends java.lang.Object
Contains the data of subtype for Code128 type barcode
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified
Code128DataPortion value. |
int |
getCode128SubType()
Gets the type of Code128 subset
|
java.lang.String |
getData()
Gets the part of code text related to subtype.
|
int |
hashCode()
Returns the hash code for this instance.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
Code128DataPortion. |
public java.lang.String getData()
Gets the part of code text related to subtype.
public int getCode128SubType()
Gets the type of Code128 subset
public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified Code128DataPortion value.
equals in class java.lang.Objectobj - An System.Object 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.Objectpublic java.lang.String toString()
Returns a human-readable string representation of this Code128DataPortion.
toString in class java.lang.ObjectCode128DataPortion.