public class GLOBALINSTANCEID extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_File |
static int |
_Note |
static int |
_NoteID |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
GLOBALINSTANCEID() |
GLOBALINSTANCEID(long data) |
GLOBALINSTANCEID(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
TIMEDATE |
getFile()
Returns the "File" field of the struct as a
TIMEDATE object. |
TIMEDATE |
getNote()
Returns the "Note" field of the struct as a
TIMEDATE object. |
int |
getNoteId() |
void |
setFile(TIMEDATE timeDate) |
void |
setNote(TIMEDATE note) |
void |
setNoteId(int noteId) |
_checkRefValidity, _getBYTE, _getDHandle, _getDWORD, _getFONTID, _getHTMLAPI_REF_TYPE, _getInt, _getLong, _getNOTEID, _getPointer, _getUSHORT, _getWORD, _setBYTE, _setDHandle, _setDWORD, _setFONTID, _setInt, _setLong, _setNOTEID, _setUSHORT, _setWORD, finalize, free, free, getAllocatedStructCount, getDataPtr, getField, isRefValid, isTraceCreation, setDataPtr, setTraceCreation, toString
public static final int sizeOf
public static final int _File
public static final int _Note
public static final int _NoteID
public GLOBALINSTANCEID()
public GLOBALINSTANCEID(long data)
public GLOBALINSTANCEID(long data, boolean owned)
public TIMEDATE getFile()
TIMEDATE
object. This object is not a
copy of the data; it references the same memory as the surrounding struct.
The field's official type is "DBID", which is an alias of TIMEDATE.
public void setFile(TIMEDATE timeDate)
public TIMEDATE getNote()
TIMEDATE
object. This object is not a
copy of the data; it references the same memory as the surrounding struct.public void setNote(TIMEDATE note)
public int getNoteId()
public void setNoteId(int noteId)
Copyright © 2014–2018. All rights reserved.