|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.ibm.rfid.premises.app.entities.EPCTagGroup
public class EPCTagGroup
The EPCTagGroup is a Vector extended class that groups similar EPCTag objects together.
EPCTag objects are grouped together in this EPCTagGroup object if they have the same:
Field Summary | |
---|---|
static int |
DOD_DIGIT
int used to represent USDOD encoding |
static int |
GIAI_DIGIT
int used to represent GIAI encoding |
static int |
GID_DIGIT
int used to represent GID encoding |
static int |
GRAI_DIGIT
int used to represent GRAI encoding |
static int |
SGLN_DIGIT
int used to represent SGLN encoding |
static int |
SGTIN_DIGIT
int used to represent SGTIN encoding |
static int |
SSCC_DIGIT
int used to represent SSCC encoding |
Fields inherited from class java.util.Vector |
---|
capacityIncrement, elementCount, elementData |
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
EPCTagGroup()
base constructor |
Method Summary | |
---|---|
java.lang.String |
getCompanyPrefix()
|
java.lang.String |
getFilterValue()
gets filter value of tags |
java.lang.String |
getGroupname()
gets the unique name used to describe this EPCTagGroup |
java.lang.String |
getGroupTagFormat()
gets the group's tag format (epc encoding) |
int |
getGroupTagFormatDigit()
gets group tag format digit |
java.lang.String |
getIndicatorDigit()
get indicator digit |
java.lang.String |
getItemRef()
gets item reference of tags |
boolean |
hasCompanyPrefix()
checks if tags have a company prefix |
boolean |
hasFilterValue()
checks if tags have filter value |
boolean |
hasItemRef()
checks if tags have item reference |
boolean |
isCaseGrp()
checks to see if group represents case tags |
boolean |
isPalletGrp()
checks to see if group represents pallet tags |
boolean |
isRetailunit()
checks if this group represents retail tags (filter decimal value of |
boolean |
isShippingandretailunit()
checks if this group represents both shipping and retail units |
boolean |
isShippingunit()
checks if tags are shipping units |
void |
setFilterValue(java.lang.String string)
set the filter value |
void |
setGroupname(java.lang.String string)
sets the group name. |
void |
setGroupTagFormat(java.lang.String string)
sets the tag format (epc encoding) |
void |
setGroupTagFormatDigit(int i)
sets the group tag format digit to i |
void |
setIndicatorDigit(java.lang.String string)
sets the indicator digit for this tag group |
void |
setItemRef(java.lang.String string)
sets item reference |
void |
setRetailunit(boolean b)
sets isRetailUnit boolean |
void |
setShippingandretailunit(boolean b)
sets isShippingnadretailunit boolean |
void |
setShippingunit(boolean b)
sets isShippingunit boolean |
Methods inherited from class java.util.Vector |
---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
iterator, listIterator, listIterator |
Field Detail |
---|
public static final int GID_DIGIT
public static final int SSCC_DIGIT
public static final int GIAI_DIGIT
public static final int GRAI_DIGIT
public static final int SGTIN_DIGIT
public static final int DOD_DIGIT
public static final int SGLN_DIGIT
Constructor Detail |
---|
public EPCTagGroup()
Method Detail |
---|
public java.lang.String getGroupname()
public java.lang.String getGroupTagFormat()
public boolean isRetailunit()
public boolean isShippingandretailunit()
public boolean isShippingunit()
public boolean isPalletGrp()
public boolean isCaseGrp()
public boolean hasFilterValue()
public boolean hasItemRef()
public boolean hasCompanyPrefix()
public java.lang.String getFilterValue()
public java.lang.String getItemRef()
public void setFilterValue(java.lang.String string)
string
- filter value Stringpublic void setItemRef(java.lang.String string)
string
- item reference Stringpublic void setGroupname(java.lang.String string) throws InvalidTagURIException
string
- group name String
InvalidTagURIException
getGroupname()
public void setGroupTagFormat(java.lang.String string)
string
- tag format Stringpublic void setRetailunit(boolean b)
b
- isRetailUnitisRetailunit()
public void setShippingandretailunit(boolean b)
b
- isShipping and retailunitisShippingandretailunit()
public void setShippingunit(boolean b)
b
- isShippingunitisShippingunit()
public java.lang.String getIndicatorDigit()
public void setIndicatorDigit(java.lang.String string)
string
- indicator digit to setpublic int getGroupTagFormatDigit()
public void setGroupTagFormatDigit(int i)
i
- format digit to setpublic java.lang.String getCompanyPrefix()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |