Package pyvb :: Module dvd :: Class vbHostDvd
[hide private]
[frames] | no frames]

Class vbHostDvd

source code

An abstraction representing a host DVD.

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

__init__(self, **kw)
(Constructor)

source code 

Constructor. Initialize the attributes.

Returns: pyvb.dvd.vbHostDvd
A new pyvb.dvd.vbHostDvd instance.

setName(self, name)

source code 

Set the name attribute of this pyvb.dvd.vbHostDvd instance.

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

getName(self)

source code 

Return the name attribute of this pyvb.dvd.vbHostDvd instenace.

Returns: String
The name attribute.