Package org.cxml
Class JobDescription
- java.lang.Object
-
- org.cxml.JobDescription
-
public class JobDescription extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescription
-
Constructor Summary
Constructors Constructor Description JobDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.voidsetDescription(Description value)Sets the value of the description property.
-
-
-
Field Detail
-
description
protected Description description
-
-
Method Detail
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
-