Package com.cbe
Class Account
- java.lang.Object
-
- com.cbe.Account
-
public class Account extends java.lang.Object
class Account, getter functions for account information.
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
containerId()
Returns the libContainerId for the account.java.lang.String
firstName()
Returns the name of the user.java.lang.String
lastName()
Returns the surname of the user.java.lang.String
password()
Returns the password of the account.Container
rootContainer()
Returns the rootContainer for the accountlong
rootDriveId()
Returns the rootContainerId for the accountjava.lang.String
source()
Returns the source of the account.long
userId()
Returns the account id of the user.java.lang.String
username()
Returns the username of the account.
-
-
-
Method Detail
-
userId
public long userId()
Returns the account id of the user.
-
username
public java.lang.String username()
Returns the username of the account.
-
password
public java.lang.String password()
Returns the password of the account.
-
source
public java.lang.String source()
Returns the source of the account.
-
firstName
public java.lang.String firstName()
Returns the name of the user.
-
lastName
public java.lang.String lastName()
Returns the surname of the user.
-
rootContainer
public Container rootContainer()
Returns the rootContainer for the account
-
containerId
public long containerId()
Returns the libContainerId for the account. For more information about libContainers see documentation.
-
rootDriveId
public long rootDriveId()
Returns the rootContainerId for the account
-
-