com.tek42.perforce.model
Class Changelist.JobEntry

java.lang.Object
  extended by com.tek42.perforce.model.Changelist.JobEntry
All Implemented Interfaces:
Serializable
Enclosing class:
Changelist

public static class Changelist.JobEntry
extends Object
implements Serializable

Perforce links issues to changes via jobs. This represents a job attached to a change.

Author:
Mike Wille
See Also:
Serialized Form

Constructor Summary
Changelist.JobEntry()
           
 
Method Summary
 String getDescription()
           
 String getJob()
           
 String getStatus()
           
 void setDescription(String description)
           
 void setJob(String job)
           
 void setStatus(String status)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Changelist.JobEntry

public Changelist.JobEntry()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getStatus

public String getStatus()
Returns:
the status

setStatus

public void setStatus(String status)
Parameters:
status - the status to set

getJob

public String getJob()
Returns:
the job

setJob

public void setJob(String job)
Parameters:
job - the job to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set


Copyright © 2004-2013 Hudson. All Rights Reserved.