PrimaryData

PrimaryData class

Class for storing HIBC LIC primary data.

public class PrimaryData : joint.BaseJavaClass

Constructors

NameDescription
PrimaryDataInitializes a new instance of the PrimaryData class.

Methods

NameDescription
construct(object)
equals(object)Returns a value indicating whether this instance is equal to a specified PrimaryData value.
getLabelerIdentificationCodeIdentifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
getProductOrCatalogNumberIdentifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
getUnitOfMeasureIDIdentifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
hashCodeReturns the hash code for this instance.
init
parseFromString(object)Instantiates primary data from string format according HIBC LIC specification.
setLabelerIdentificationCode(object)Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
setProductOrCatalogNumber(object)Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
setUnitOfMeasureID(object)Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.
toStringConverts data to string format according HIBC LIC specification.

Fields

NameDescription
JAVA_CLASS_NAME

See Also