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

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

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

Author:
TranP
See Also:
Serialized Form

Constructor Summary
CAMagemlFileUploadEntry()
           
 
Method Summary
 void copyFromData(CAMagemlFileUploadEntryData data)
           
 java.lang.Long getContactId()
           
 java.lang.String getContentType()
           
 java.lang.String getDescription()
           
 java.lang.Long getFileEntryId()
           
 java.lang.Long getFileParsingEntryId()
           
 java.lang.Long getMagellFileGroupId()
           
 java.lang.String getMsgToCurator()
           
 java.lang.String getName()
           
 java.lang.String getVersion()
           
 void setContactId(java.lang.Long contactId)
           
 void setContentType(java.lang.String contentType)
           
 void setDescription(java.lang.String description)
           
 void setFileEntryId(java.lang.Long fileEntryId)
           
 void setFileParsingEntryId(java.lang.Long fileParsingEntryId)
           
 void setMagellFileGroupId(java.lang.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

CAMagemlFileUploadEntry

public CAMagemlFileUploadEntry()
Method Detail

getContactId

public java.lang.Long getContactId()

setContactId

public void setContactId(java.lang.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 java.lang.Long getFileEntryId()

setFileEntryId

public void setFileEntryId(java.lang.Long fileEntryId)

getFileParsingEntryId

public java.lang.Long getFileParsingEntryId()

setFileParsingEntryId

public void setFileParsingEntryId(java.lang.Long fileParsingEntryId)

getMagellFileGroupId

public java.lang.Long getMagellFileGroupId()

setMagellFileGroupId

public void setMagellFileGroupId(java.lang.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)

copyFromData

public void copyFromData(CAMagemlFileUploadEntryData data)