public class DirectoryHeader
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Comparison is based on field "lid".
|
byte[] |
getAccessConditions()
Gets a reference to access conditions.
|
byte |
getDfStatus()
Gets the DF status.
|
byte[] |
getKeyIndexes()
Gets a reference to keys indexes.
|
byte |
getKif(PoTransaction.SessionSetting.AccessLevel level)
Gets the KIF associated to the provided session access level.
|
byte |
getKvc(PoTransaction.SessionSetting.AccessLevel level)
Gets the KVC associated to the provided session access level.
|
short |
getLid()
Gets the associated LID.
|
int |
hashCode()
Comparison is based on field "lid".
|
boolean |
isKifAvailable(PoTransaction.SessionSetting.AccessLevel level)
Returns true if the KIF for the provided level is available.
|
boolean |
isKvcAvailable(PoTransaction.SessionSetting.AccessLevel level)
Returns true if the KVC for the provided level is available.
|
java.lang.String |
toString() |
public short getLid()
public byte[] getAccessConditions()
public byte[] getKeyIndexes()
public byte getDfStatus()
public boolean isKifAvailable(PoTransaction.SessionSetting.AccessLevel level)
level - the session access level (should be not null)public boolean isKvcAvailable(PoTransaction.SessionSetting.AccessLevel level)
level - the session access level (should be not null)public byte getKif(PoTransaction.SessionSetting.AccessLevel level)
level - the session access level (should be not null)java.lang.IllegalArgumentException - if level is null.java.util.NoSuchElementException - if KIF is not found.public byte getKvc(PoTransaction.SessionSetting.AccessLevel level)
level - the session access level (should be not null)java.lang.IllegalArgumentException - if level is null.java.util.NoSuchElementException - if KVC is not found.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to comparepublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object