gov.nih.nci.caarray.common.data.fileupload2
Class CAMagemlFileUploadEntryData

java.lang.Object
  extended by gov.nih.nci.caarray.common.data.fileupload2.CAMagemlFileUploadEntryData
All Implemented Interfaces:
java.io.Serializable

public class CAMagemlFileUploadEntryData
extends java.lang.Object
implements java.io.Serializable

Author:
TranP
See Also:
Serialized Form

Constructor Summary
CAMagemlFileUploadEntryData()
           
 
Method Summary
 long getContactId()
           
 java.lang.String getContentType()
           
 java.lang.String getDescription()
           
 long getFileEntryId()
           
 long getFileParsingEntryId()
           
 long getMagellFileGroupId()
           
 java.lang.String getMsgToCurator()
           
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 void setContactId(long contactId)
           
 void setContentType(java.lang.String contentType)
           
 void setDescription(java.lang.String description)
           
 void setFileEntryId(long fileEntryId)
           
 void setFileParsingEntryId(long fileParsingEntryId)
           
 void setMagellFileGroupId(long magellFileGroupId)
           
 void setMsgToCurator(java.lang.String msgToCurator)
           
 void setName(java.lang.String name)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAMagemlFileUploadEntryData

public CAMagemlFileUploadEntryData()
Method Detail

getContactId

public long getContactId()

setContactId

public void setContactId(long contactId)

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String contentType)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getFileEntryId

public long getFileEntryId()

setFileEntryId

public void setFileEntryId(long fileEntryId)

getFileParsingEntryId

public long getFileParsingEntryId()

setFileParsingEntryId

public void setFileParsingEntryId(long fileParsingEntryId)

getMagellFileGroupId

public long getMagellFileGroupId()

setMagellFileGroupId

public void setMagellFileGroupId(long magellFileGroupId)

getMsgToCurator

public java.lang.String getMsgToCurator()

setMsgToCurator

public void setMsgToCurator(java.lang.String msgToCurator)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String version)