gov.nih.nci.caarray.services.fileupload2
Class SerializableFileUploadBean
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
protected long id
SerializableFileUploadBean
public SerializableFileUploadBean()
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