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

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileParsingEntry, FileUploadEntry, FileUploadGroup, FileUploadHistory

public abstract class SerializableFileUploadBean
extends java.lang.Object
implements java.io.Serializable

The base/super class from which all persistable beans used for managing the file upload and parsing processes extend so only one OJB's sequence can be used to generate the objects' primary key. Those beans reside in the same package as this class.

Author:
TranP
See Also:
Serialized Form

Field Summary
protected  long id
           
 
Constructor Summary
SerializableFileUploadBean()
           
 
Method Summary
 long getId()
           
 void setId(long id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected long id
Constructor Detail

SerializableFileUploadBean

public SerializableFileUploadBean()
Method Detail

getId

public final long getId()
Returns:
Returns the id.

setId

public final void setId(long id)
Parameters:
id - The id to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object