Package pyvb :: Module state :: Class vbState
[hide private]
[frames] | no frames]

Class vbState

source code

An abstraction representing a VirtualBox machine state.

Instance Methods [hide private]
pyvb.state.vbState
__init__(self, **kw)
Constructor.
source code
None
setName(self, name)
Set the name attribute of this pyvb.state.vbState instance.
source code
None
setDate(self, date)
Set the date attribute of this pyvb.state.vbState instance.
source code
String
getName(self)
Return the name attribute of this pyvb.state.vbState instance.
source code
String
getDate(self)
Return the date attribute of this pyvb.state.vbState instance.
source code
Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Constructor. Initialize the attributes.

Returns: pyvb.state.vbState
A new pyvb.state.vbState instance.

setName(self, name)

source code 

Set the name attribute of this pyvb.state.vbState instance.

Parameters:
  • name (String) - The name attribute.
Returns: None
None

setDate(self, date)

source code 

Set the date attribute of this pyvb.state.vbState instance.

Parameters:
  • date (String) - The date attribute.
Returns: None
None

getName(self)

source code 

Return the name attribute of this pyvb.state.vbState instance.

Returns: String
The name attribute.

getDate(self)

source code 

Return the date attribute of this pyvb.state.vbState instance.

Returns: String
The date attribute.