-
Field Summary
Fields
static final int
defines the size of string versions of the dbID (ex:0000012134)
-
Method Summary
boolean
Does this ID exist in the system?
Warning will always result in a DB call, use sparingly
int
gets thing state as it exists in the DB
warning will always result in a DB call, use sparingly
get the meta context for this thing
void
boolean
-
Field Details
-
THINGID_WIDTH
static final int THINGID_WIDTH
defines the size of string versions of the dbID (ex:0000012134)
- See Also:
-
-
Method Details
-
getMetaContext
get the meta context for this thing
- Returns:
- IMetaContext
-
isValid
boolean isValid()
false if not a valid ID
- Returns:
- boolean
-
getThing
- Returns:
- instantiated thing, or null if invalid ID or xtype ID
-
getDBState
int getDBState()
gets thing state as it exists in the DB
warning will always result in a DB call, use sparingly
- See Also:
-
-
exists
boolean exists()
Does this ID exist in the system?
Warning will always result in a DB call, use sparingly
-
toString
The URI of this thingID
- Specified by:
toString
in interface IURI
- Overrides:
toString
in class Object
- Returns:
- string representation
- See Also:
-
-