|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.fileupload2.CAFileUploadHistory
public class CAFileUploadHistory
Uploaded file history bean Title: caArray Description: MicroArray data repository and application Copyright: (c) 2005 NCICB. All rights reserved. Company: NIH/NCICB
Constructor Summary | |
---|---|
CAFileUploadHistory()
Default Constructor |
Method Summary | |
---|---|
void |
copyFromData(CAFileUploadHistoryData data)
|
java.lang.String |
getDescription()
Returns the description of the specific status change for the uploaded file (can be null) |
java.lang.Long |
getFileEntryId()
|
java.lang.Long |
getId()
|
java.lang.String |
getStatus()
Returns the status of the uploaded file for which this history record pertains. |
java.util.Date |
getStatusDate()
Returns the date the status of the uploaded file history was set |
void |
setDescription(java.lang.String description)
Sets the description of the specific status change for the uploaded file (can be null) |
void |
setFileEntryId(java.lang.Long fileEntryId)
|
void |
setId(java.lang.Long id)
|
void |
setStatus(java.lang.String status)
Sets the status of the uploaded file for which this history record pertains. |
void |
setStatusDate(java.util.Date statusDate)
Sets the date the status of the uploaded file history was set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAFileUploadHistory()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description_
- String describing the status change
i.e. on error the error message
would be persisted herepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- String representing the status to setpublic java.util.Date getStatusDate()
public void setStatusDate(java.util.Date statusDate)
statusDate
- The status date to set.public java.lang.Long getFileEntryId()
public void setFileEntryId(java.lang.Long fileEntryId)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void copyFromData(CAFileUploadHistoryData data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |