gov.nih.nci.caarray.services.fileupload2
Class MAGEMLFileUploadEntry

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
      extended by gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
          extended by gov.nih.nci.caarray.services.fileupload2.MAGEMLFileUploadEntry
All Implemented Interfaces:
java.io.Serializable

public class MAGEMLFileUploadEntry
extends FileUploadEntry

Author:
jerry
See Also:
Serialized Form

Field Summary
static java.lang.String ARRAY_DESIGN
           
static java.lang.String EXPERIMENT
           
 
Fields inherited from class gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
DELETION_ERROR, DELETION_SUCCESS, ojbConcreteClass, PROCESSING, PROCESSING_ERROR, PROCESSING_SUCCESS, SUBMISSION_ERROR, SUBMISSION_SUCCESS
 
Fields inherited from class gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
id
 
Constructor Summary
MAGEMLFileUploadEntry()
           
 
Method Summary
 Person getContact()
           
 java.lang.String getContentType()
           
 java.lang.String getDescription()
           
 FileUploadEntry getFileUploadEntry()
          Returns the FileUploadEntry record associated with this MAGEMLUploadFile record, foreign key.
 java.lang.String getMsgToCurator()
           
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 void setContact(Person contact)
           
 void setContentType(java.lang.String contentType)
           
 void setDescription(java.lang.String description)
           
 void setFileUploadEntry(FileUploadEntry fileUploadEntry)
          Sets the FileUploadEntry record associated with this MAGEMLFileUpload record, foreigh key.
 void setMsgToCurator(java.lang.String msgToCurator)
           
 void setName(java.lang.String name)
           
 void setVersion(java.lang.String version)
           
 java.lang.String toString()
          Returns the string representation of this object.
 
Methods inherited from class gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
getFileName, getFileType, getOriginalFileName, getStatus, getStatusDate, getUserId, getValidatorCode, setFileName, setFileType, setOriginalFileName, setStatus, setStatusDate, setUserId, setValidatorCode
 
Methods inherited from class gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXPERIMENT

public static java.lang.String EXPERIMENT

ARRAY_DESIGN

public static java.lang.String ARRAY_DESIGN
Constructor Detail

MAGEMLFileUploadEntry

public MAGEMLFileUploadEntry()
Method Detail

getFileUploadEntry

public FileUploadEntry getFileUploadEntry()
Returns the FileUploadEntry record associated with this MAGEMLUploadFile record, foreign key.

Returns:
FileUploadEntry FileUploadEntry record asscoiated with this MAGEMLUploadFile record

setFileUploadEntry

public void setFileUploadEntry(FileUploadEntry fileUploadEntry)
Sets the FileUploadEntry record associated with this MAGEMLFileUpload record, foreigh key.

Parameters:
fileUploadEntry - foriegn key to FileUploadEntry record.

getContact

public Person getContact()
Returns:

setContact

public void setContact(Person contact)
Parameters:
contact -

getName

public java.lang.String getName()
Returns:

setName

public void setName(java.lang.String name)
Parameters:
name -

getVersion

public java.lang.String getVersion()
Returns:

setVersion

public void setVersion(java.lang.String version)
Parameters:
version -

getDescription

public java.lang.String getDescription()
Returns:

setDescription

public void setDescription(java.lang.String description)
Parameters:
contact -

getContentType

public java.lang.String getContentType()
Returns:

setContentType

public void setContentType(java.lang.String contentType)
Parameters:
contact -

getMsgToCurator

public java.lang.String getMsgToCurator()
Returns:

setMsgToCurator

public void setMsgToCurator(java.lang.String msgToCurator)
Parameters:
msgToCurator -

toString

public java.lang.String toString()
Returns the string representation of this object.

Overrides:
toString in class FileUploadEntry
Returns:
string value of this object