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
pyqtSignalemitted by instances of the class.
- file_idReplaced¶
A
pyqtSignalemitted by instances of the class.
- file_nameChanged¶
A
pyqtSignalemitted by instances of the class.
- file_nameReplaced¶
A
pyqtSignalemitted by instances of the class.
- source_pathChanged¶
A
pyqtSignalemitted by instances of the class.
- source_pathReplaced¶
A
pyqtSignalemitted by instances of the class.
- timestampChanged¶
A
pyqtSignalemitted by instances of the class.
- timestampReplaced¶
A
pyqtSignalemitted by instances of the class.