BEA Systems, Inc.

com.connecterra.ale.reader.access
Class LockDeviceOpSpec

java.lang.Object
  extended by com.connecterra.ale.reader.access.DeviceOpSpec
      extended by com.connecterra.ale.reader.access.LockDeviceOpSpec

public class LockDeviceOpSpec
extends DeviceOpSpec

Operate on a tag by setting its lock bits.

See Also:
the EPCglobal Class 1 Generation 2 UHF Air Interface Protocol Standard Version 1.0.9, Section 6.3.2.10.3.5

Method Summary
 boolean equals(Object other)
           
 long getMaskBits()
           
 long getValueBits()
           
 int hashCode()
           
 
Methods inherited from class com.connecterra.ale.reader.access.DeviceOpSpec
checkParameters, clearParameters
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMaskBits

public long getMaskBits()
Returns:
a long value containing the mask bits which specify which of LockDeviceOpSpec.getValueBits() should be written to the tag.

getValueBits

public long getValueBits()
Returns:
a long value containing the value bits which should be written to the tag.

hashCode

public int hashCode()
Specified by:
hashCode in class DeviceOpSpec

equals

public boolean equals(Object other)
Specified by:
equals in class DeviceOpSpec

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.