ARLO Nester
Static Public Attributes | List of all members
workspace.tools.models.JobResultFile Class Reference
Inheritance diagram for workspace.tools.models.JobResultFile:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.models.JobResultFile:
Collaboration graph
[legend]

Static Public Attributes

tuple job = models.ForeignKey('Jobs')
 
tuple creationDate = models.DateTimeField(verbose_name='File Creation Date', null=False, default=datetime.datetime.now)
 
tuple resultFile = models.FileField(upload_to=nesterSettings.getJobResultFileUploadFilePath, max_length=255,null=True)
 
tuple notes = models.TextField(verbose_name='Notes', null=True)
 
tuple uploadAuthorizationNonce = models.CharField(max_length=255,null=True)
 

Member Data Documentation

tuple workspace.tools.models.JobResultFile.creationDate = models.DateTimeField(verbose_name='File Creation Date', null=False, default=datetime.datetime.now)
static
tuple workspace.tools.models.JobResultFile.job = models.ForeignKey('Jobs')
static
tuple workspace.tools.models.JobResultFile.notes = models.TextField(verbose_name='Notes', null=True)
static
tuple workspace.tools.models.JobResultFile.resultFile = models.FileField(upload_to=nesterSettings.getJobResultFileUploadFilePath, max_length=255,null=True)
static
tuple workspace.tools.models.JobResultFile.uploadAuthorizationNonce = models.CharField(max_length=255,null=True)
static

The documentation for this class was generated from the following file: