|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.generator.GeneratorSettings
org.openbp.cockpit.generator.generic.ProcessEntrySettingsImpl
public class ProcessEntrySettingsImpl
Process entry settings object. This class usually serves as base class for generator settings that contain a list of process entries.
| Field Summary |
|---|
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
ProcessEntrySettingsImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addEntry(ProcessEntry entry)
Adds an entry. |
void |
afterDeserialization(MsgContainer msgs)
This template method is called after the settings object has been deserialized. |
void |
beforeSerialization()
This template method is called before the settings object is being serialized. |
void |
clearEntries()
Clears the entry list. |
void |
copyFrom(java.lang.Object source,
int copyMode)
Copies the values of the source object to this object. |
java.util.Iterator |
getEntries()
Gets the entry list. |
java.util.List |
getEntryList()
Gets the entry list. |
void |
setEntryList(java.util.List entryList)
Sets the entry list. |
| Methods inherited from class org.openbp.cockpit.generator.GeneratorSettings |
|---|
clone, getGeneratorName, getModel, setGeneratorName, setModel, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openbp.cockpit.generator.generic.ProcessEntrySettings |
|---|
getModel |
| Constructor Detail |
|---|
public ProcessEntrySettingsImpl()
| Method Detail |
|---|
public void copyFrom(java.lang.Object source,
int copyMode)
throws java.lang.CloneNotSupportedException
copyFrom in interface CopyablecopyFrom in class GeneratorSettingssource - The source object. Must be of the same type as this object.copyMode - Determines if a deep copy, a first level copy or a shallow copy is to be
performed. See the constants of the org.openbp.common.generic.description.Copyable class.
java.lang.CloneNotSupportedException - If the cloning of one of the contained objects failedpublic java.util.Iterator getEntries()
ProcessEntry objectspublic void addEntry(ProcessEntry entry)
entry - The entry to addpublic void clearEntries()
public java.util.List getEntryList()
getEntryList in interface ProcessEntrySettingsProcessEntry objectspublic void setEntryList(java.util.List entryList)
setEntryList in interface ProcessEntrySettingsentryList - A list of ProcessEntry objectspublic void beforeSerialization()
beforeSerialization in interface ProcessEntrySettingsbeforeSerialization in class GeneratorSettingspublic void afterDeserialization(MsgContainer msgs)
afterDeserialization in interface ProcessEntrySettingsafterDeserialization in class GeneratorSettingsmsgs - Container for error messages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||