Package org.icatproject
Class Job
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Job
-
public class Job extends EntityBaseBean
Java class for job complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="job"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="application" type="{http://icatproject.org}application" minOccurs="0"/> <element name="arguments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inputDataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/> <element name="outputDataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Applicationapplicationprotected Stringargumentsprotected DataCollectioninputDataCollectionprotected DataCollectionoutputDataCollection-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Job()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationgetApplication()Gets the value of the application property.StringgetArguments()Gets the value of the arguments property.DataCollectiongetInputDataCollection()Gets the value of the inputDataCollection property.DataCollectiongetOutputDataCollection()Gets the value of the outputDataCollection property.voidsetApplication(Application value)Sets the value of the application property.voidsetArguments(String value)Sets the value of the arguments property.voidsetInputDataCollection(DataCollection value)Sets the value of the inputDataCollection property.voidsetOutputDataCollection(DataCollection value)Sets the value of the outputDataCollection property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
application
protected Application application
-
arguments
protected String arguments
-
inputDataCollection
protected DataCollection inputDataCollection
-
outputDataCollection
protected DataCollection outputDataCollection
-
-
Method Detail
-
getApplication
public Application getApplication()
Gets the value of the application property.- Returns:
- possible object is
Application
-
setApplication
public void setApplication(Application value)
Sets the value of the application property.- Parameters:
value- allowed object isApplication
-
getArguments
public String getArguments()
Gets the value of the arguments property.- Returns:
- possible object is
String
-
setArguments
public void setArguments(String value)
Sets the value of the arguments property.- Parameters:
value- allowed object isString
-
getInputDataCollection
public DataCollection getInputDataCollection()
Gets the value of the inputDataCollection property.- Returns:
- possible object is
DataCollection
-
setInputDataCollection
public void setInputDataCollection(DataCollection value)
Sets the value of the inputDataCollection property.- Parameters:
value- allowed object isDataCollection
-
getOutputDataCollection
public DataCollection getOutputDataCollection()
Gets the value of the outputDataCollection property.- Returns:
- possible object is
DataCollection
-
setOutputDataCollection
public void setOutputDataCollection(DataCollection value)
Sets the value of the outputDataCollection property.- Parameters:
value- allowed object isDataCollection
-
-