Package timedrive :: Package backupsettings :: Module includelocalitem :: Class IncludeLocalItem
[frames] | no frames]

Class IncludeLocalItem


IncludeLocalItem class: definition of an include local item

Instance Methods
 
__init__(self)
Initialization function for IncludeItem
 
set_default_values(self)
set all the fields to default values

Inherited from includeitem.IncludeItem: toList

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from includeitem.IncludeItem: GENERALSETTINGS, LOCAL, LOCATION_LOCAL, LOCATION_REMOTE, REMOTE

Properties
String FolderName
folder name

Inherited from includeitem.IncludeItem: BackupType, EncryptionKey, EncryptionKeyEnabled, ExcludeList, LocationType

Inherited from remotesettings.RemoteSettings: RemoteHost, RemotePassword, RemotePath, RemotePort, RemoteProtocol, RemoteProtocolInt, RemoteUsername

Inherited from localsettings.LocalSettings: LocalBackupDirectory

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

Initialization function for IncludeItem

Overrides: object.__init__

set_default_values(self)

 

set all the fields to default values

Overrides: localsettings.LocalSettings.set_default_values
(inherited documentation)

Property Details

FolderName

folder name

Get Method:
_get_folderName(self) - folder name
Set Method:
_set_folderName(self, value) - folder name
Type:
String