com.gigaspaces.grid.master
Class JobDescriptor

java.lang.Object
  extended by com.gigaspaces.grid.master.JobDescriptor
All Implemented Interfaces:
java.io.Serializable

public class JobDescriptor
extends java.lang.Object
implements java.io.Serializable

The JobDescriptor describes attributes of a Job.

See Also:
Serialized Form

Constructor Summary
JobDescriptor()
           
 
Method Summary
 java.lang.String getArgumentsDescription()
          Get the arguments description
 java.lang.String getDescription()
          Get the job description
 java.lang.String getResultDescription()
          Get the result description
 java.lang.String getTitle()
          Get the Job title
 java.lang.String getVendor()
          Get the vendor
 java.lang.String getVersion()
          Get the version
 void setArgumentsDescription(java.lang.String argumentsDescription)
          Set the arguments description
 void setDescription(java.lang.String description)
          Set the job description
 void setResultDescription(java.lang.String resultDescription)
          Set the result description
 void setTitle(java.lang.String title)
          Set the Job title
 void setVendor(java.lang.String vendor)
          Set the vendor
 void setVersion(java.lang.String version)
          Set the version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobDescriptor

public JobDescriptor()
Method Detail

setTitle

public void setTitle(java.lang.String title)
Set the Job title

Parameters:
title -

getTitle

public java.lang.String getTitle()
Get the Job title

Returns:
Thje job title

setDescription

public void setDescription(java.lang.String description)
Set the job description

Parameters:
description -

getDescription

public java.lang.String getDescription()
Get the job description

Returns:
The job description

setResultDescription

public void setResultDescription(java.lang.String resultDescription)
Set the result description

Parameters:
resultDescription -

getResultDescription

public java.lang.String getResultDescription()
Get the result description

Returns:
The result description

setVendor

public void setVendor(java.lang.String vendor)
Set the vendor

Parameters:
vendor -

getVendor

public java.lang.String getVendor()
Get the vendor

Returns:
The vendor

setVersion

public void setVersion(java.lang.String version)
Set the version

Parameters:
version -

getVersion

public java.lang.String getVersion()
Get the version

Returns:
The version

setArgumentsDescription

public void setArgumentsDescription(java.lang.String argumentsDescription)
Set the arguments description

Parameters:
argumentsDescription -

getArgumentsDescription

public java.lang.String getArgumentsDescription()
Get the arguments description

Returns:
The arguments description


Copyright (c) 2007 GigaSpaces Technologies, Inc.
All Rights Reserved.