gov.nih.nci.caarray.services.mageml
Class MAGEMLFileValues

java.lang.Object
  extended by 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

Field Summary
static java.lang.Integer ARRAY_DESIGN
           
static java.lang.Integer EXPERIMENT
           
 
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.
 
Method Summary
 java.lang.Long getObjectId()
           
 java.lang.Integer getObjectType()
           
 java.lang.String getPathName()
           
 boolean isZip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPERIMENT

public static final java.lang.Integer EXPERIMENT

ARRAY_DESIGN

public static final java.lang.Integer ARRAY_DESIGN
Constructor Detail

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.
Method Detail

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: