com.partnersoft.staker.model
Class JobBackup

java.lang.Object
  extended by com.partnersoft.staker.model.JobBackup

public class JobBackup
extends java.lang.Object

Makes a deep copy of a job in such a way that it can be restored.

Copyright 2008 Partner Software, Inc.


Constructor Summary
JobBackup(Staker staker)
          Creates a JobBackup object for the given staker, and goes ahead and calls backup().
 
Method Summary
 void backup()
           
 Job restore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobBackup

public JobBackup(Staker staker)
Creates a JobBackup object for the given staker, and goes ahead and calls backup().

Method Detail

backup

public void backup()

restore

public Job restore()