schrodinger.application.models.datamodels.stored_file module

class schrodinger.application.models.datamodels.stored_file.StoredFile(*args, _param_type=<object object>, **kwargs)

Bases: CompoundParam

file_id: str

A parameter of the class.

file_name: str

A parameter of the class.

source_path: str

A parameter of the class.

timestamp: datetime

A parameter of the class.

setId() None
file_idChanged

A pyqtSignal emitted by instances of the class.

file_idReplaced

A pyqtSignal emitted by instances of the class.

file_nameChanged

A pyqtSignal emitted by instances of the class.

file_nameReplaced

A pyqtSignal emitted by instances of the class.

source_pathChanged

A pyqtSignal emitted by instances of the class.

source_pathReplaced

A pyqtSignal emitted by instances of the class.

timestampChanged

A pyqtSignal emitted by instances of the class.

timestampReplaced

A pyqtSignal emitted by instances of the class.