|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.staker.model.LocationBackup
public class LocationBackup
Makes a deep copy of a location in such a way that it can be restored into job (e.g. when cancel is hit in the edit location dialog).
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
LocationBackup(Job job,
Location location)
Creates a LocationBackup object for the given job and location, and goes ahead and calls backup(). |
|
| Method Summary | |
|---|---|
void |
backup()
|
Location |
restore()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocationBackup(Job job,
Location location)
| Method Detail |
|---|
public void backup()
public Location restore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||