gov.nih.nci.caarray.services.mageml
Class MAGEMLFileValues
java.lang.Object
gov.nih.nci.caarray.services.mageml.MAGEMLFileValues
- All Implemented Interfaces:
- java.io.Serializable
public class MAGEMLFileValues
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- tranp
A value object to communicate with the MAGEMLGeneratorMDB contains lists
of files associated with the experiment
- See Also:
- Serialized Form
Constructor Summary |
MAGEMLFileValues(java.lang.Long objectId,
java.lang.Integer objectType,
java.lang.String outputFilePathName,
boolean zip)
Constructs the argument containing MAGEML generation information to
provide to MAGEML generator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXPERIMENT
public static final java.lang.Integer EXPERIMENT
ARRAY_DESIGN
public static final java.lang.Integer ARRAY_DESIGN
MAGEMLFileValues
public MAGEMLFileValues(java.lang.Long objectId,
java.lang.Integer objectType,
java.lang.String outputFilePathName,
boolean zip)
- Constructs the argument containing MAGEML generation information to
provide to MAGEML generator.
- Parameters:
objectId
- - The ID of the target MAGEstk object, either Experiment
or ArrayDesign to have MAGEML generated.objectType
- - Either EXPERIMENT
or
ARRAY_DESIGN
to indicate the object type to be generated.outputFilePathName
- - The server path name for the file containing
the generated MAGEML.zip
- - True to compress the generated MAGEML in a zip file or false
otherwise.
getObjectId
public java.lang.Long getObjectId()
- Returns:
- Returns the objectId.
getObjectType
public java.lang.Integer getObjectType()
- Returns:
getPathName
public java.lang.String getPathName()
- Returns:
isZip
public boolean isZip()
- Returns: