public class CLIENTID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CLIENTIDSIZE
The maximum allowable client identifier array size.
|
Constructor and Description |
---|
CLIENTID()
Construct a CLIENTID object with null value.
|
CLIENTID(long[] cltid)
Construct a CLIENTID object with long type of array.
|
Modifier and Type | Method and Description |
---|---|
long[] |
getClientID()
Returns the client identifier array.
|
boolean |
isNull()
Check if current CLIENTID object has a null client identifier value.
|
void |
setClientID(long[] cltid)
Set client identifier value with a client identifiers array.
|
java.lang.String |
toString() |
public static final int CLIENTIDSIZE
public CLIENTID()
public CLIENTID(long[] cltid)
cltid
- Client identifier array. Its capacity must be consistent with
CLIENTID.CLIENTIDSIZE.public long[] getClientID()
public void setClientID(long[] cltid)
cltid
- Client identifiers array.public boolean isNull()
public java.lang.String toString()
toString
in class java.lang.Object