public class TPTRANID
extends java.lang.Object
| Constructor and Description | 
|---|
TPTRANID()
Construct a TPTRANID object with null information. 
 | 
TPTRANID(TPTRANID trnid)
Construct a TPTRANID object and copy the data from source of TPTRANID
 object specified with parameter trnid. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isNull()
Check if current TPTRANID object has a valid transaction identifier information. 
 | 
void | 
setTranID(TPTRANID trnid)
Set current transaction identifier value with source of
 TPTRANID object specified with parameter trnid. 
 | 
java.lang.String | 
toString()  | 
public TPTRANID()
public TPTRANID(TPTRANID trnid)
public void setTranID(TPTRANID trnid)
trnid - a TPTRANID object. If trnid is null, then nothing is
 done to current TPTRANID object.public boolean isNull()
public java.lang.String toString()
toString in class java.lang.Object