|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.job.model.JobDataComponent
com.partnersoft.job.model.ReportConfig
public class ReportConfig
Contains the configuration and snapshots for a job report instance.
| Constructor Summary | |
|---|---|
ReportConfig()
|
|
| Method Summary | |
|---|---|
void |
generateID()
Subclass homework. |
Job |
getJob()
|
java.util.ArrayList |
getSnapshots()
Gets the value of snapshots |
Cog |
getState()
Subclasses extend this by calling super.getState() and then adding their own state to the result. |
void |
remove()
Does nothing. |
void |
setJob(Job newJob)
|
void |
setSnapshots(java.util.ArrayList argSnapshots)
Sets the value of snapshots |
void |
setState(Cog state)
Subclasses should extend this by calling super.setState() and then setting their own state from the input. |
| Methods inherited from class com.partnersoft.job.model.JobDataComponent |
|---|
copy, copyStateFrom, generateGuid, generateStandardIDs, getData, getGuid, getID, getName, getType, setData, setGuid, setID, setName, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportConfig()
| Method Detail |
|---|
public void remove()
remove in class JobDataComponentpublic Cog getState()
JobDataComponent
getState in interface CoggablegetState in class JobDataComponentpublic void setState(Cog state)
JobDataComponent
setState in interface CoggablesetState in class JobDataComponentpublic void generateID()
JobDataComponent
generateID in class JobDataComponentpublic java.util.ArrayList getSnapshots()
public void setSnapshots(java.util.ArrayList argSnapshots)
argSnapshots - Value to assign to this.snapshotspublic Job getJob()
public void setJob(Job newJob)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||