eu.xtreemos.xosd.resmng.data
Class JobDescription
java.lang.Object
eu.xtreemos.xosd.resmng.data.JobDescription
- All Implemented Interfaces:
- java.io.Serializable
public class JobDescription
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- gregor.pipan@xlab.si, marta.garcia@bsc.es
Creation date: 31.1.2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
executable
private java.lang.String executable
ostype
private OperatingSystemType ostype
JobDescription
public JobDescription()
getOstype
public OperatingSystemType getOstype()
- Returns:
- the ostype
setOstype
public void setOstype(OperatingSystemType ostype)
- Parameters:
ostype
- the ostype to set
getExecutable
public java.lang.String getExecutable()
setExecutable
public void setExecutable(java.lang.String executable)