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

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

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

Author:
TranP
See Also:
Serialized Form

Constructor Summary
CAArrayDesignFileUploadEntryData()
           
 
Method Summary
 long getArrayDesignId()
           
 long getFileEntryId()
           
 long getFileGroupId()
           
 long getFileParsingEntryId()
           
 void setArrayDesignId(long arrayDesignId)
           
 void setFileEntryId(long fileEntryId)
           
 void setFileGroupId(long fileGroupId)
           
 void setFileParsingEntryId(long fileParsingEntryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAArrayDesignFileUploadEntryData

public CAArrayDesignFileUploadEntryData()
Method Detail

getFileEntryId

public long getFileEntryId()

setFileEntryId

public void setFileEntryId(long fileEntryId)

getFileParsingEntryId

public long getFileParsingEntryId()

setFileParsingEntryId

public void setFileParsingEntryId(long fileParsingEntryId)

getArrayDesignId

public long getArrayDesignId()

setArrayDesignId

public void setArrayDesignId(long arrayDesignId)

getFileGroupId

public long getFileGroupId()

setFileGroupId

public void setFileGroupId(long fileGroupId)