org.biomage.Experiment
Class AdditionalUploadedFile
java.lang.Object
org.biomage.Experiment.AdditionalUploadedFile
- All Implemented Interfaces:
- java.io.Serializable
public class AdditionalUploadedFile
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- TranP
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdditionalUploadedFile
public AdditionalUploadedFile()
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getId
public long getId()
- Returns:
- Returns the id.
setId
public void setId(long id)
- Parameters:
id
- The id to set.
getLocation
public java.lang.String getLocation()
- Returns:
- Returns the location.
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location
- The location to set.
getExperiment
public Experiment getExperiment()
- Returns:
setExperiment
public void setExperiment(Experiment experiment)
- Parameters:
l
-