public final class ResourceAccountID
extends java.lang.Object
Contains account and resource id information.
Return value of function getResourceAndAccountID in Resource class.
| Constructor and Description |
|---|
ResourceAccountID() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountID() |
long |
getResourceID() |
void |
setAccountID(long accountID) |
void |
setResourceID(long resourceID) |
java.lang.String |
toString() |