|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.creation.model.CreationBeans
public class CreationBeans
Bean for holding multiple CreationBean objects
Constructor Summary | |
---|---|
CreationBeans()
|
Method Summary | |
---|---|
void |
add(CreationBean bean)
|
boolean |
equals(Object obj)
|
CreationBean |
get(int index)
|
CreationBean |
getCreationBean(int index)
|
CreationBean |
getCreationBeanByPartId(String string)
getCreationBeanByPartId |
CreationBean |
getCurrentBean()
|
String |
getSummary()
Get the wizard directive. |
String |
getSummaryNonRaw()
|
Class |
getWizardClass()
Retrieve the wizard class. |
Integer |
getWizardId()
|
String |
getWizardTitle()
Get the wizard title. |
boolean |
hasCreationBeanByPartId(String string)
|
int |
hashCode()
|
boolean |
incrementCurrentCreationBean()
|
Iterator |
iterator()
|
void |
removeBeanByPart(String string)
removeBeanByPart |
void |
setCurrentBean(CreationBean bean)
|
void |
setSummary(String wizardDirective)
Sets the wizard directive. |
void |
setSummaryNonRaw(String summaryNonRaw)
|
void |
setWizardClass(Class wizardClass)
Sets the wizard class to use. |
void |
setWizardClass(String wizardClass)
Sets the wizard class to use |
void |
setWizardId(Integer wizardId)
Sets the wizard id. |
void |
setWizardTitle(String wizardTitle)
Sets the wizard title. |
int |
size()
|
String |
toShortString()
|
String |
toString()
|
ErrorCollection |
validate(ErrorCollection returnValue)
Validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreationBeans()
Method Detail |
---|
public boolean incrementCurrentCreationBean()
public CreationBean getCreationBean(int index)
public void setCurrentBean(CreationBean bean)
public CreationBean getCurrentBean()
public void setWizardId(Integer wizardId)
wizardId
- Integer.public Integer getWizardId()
public String getWizardTitle()
public String getSummary()
public String getSummaryNonRaw()
public void setWizardTitle(String wizardTitle)
wizardTitle
- Stringpublic void setSummary(String wizardDirective)
wizardDirective
- Stringpublic void setWizardClass(Class wizardClass)
wizardClass
- Classpublic void setSummaryNonRaw(String summaryNonRaw)
public void setWizardClass(String wizardClass) throws ClassNotFoundException
wizardClass
- String
ClassNotFoundException
- if unable to load the specified
class with the Thread's current context class loader.public Class getWizardClass()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toShortString()
public String toString()
toString
in class Object
public void add(CreationBean bean)
public Iterator iterator()
public CreationBean get(int index)
public int size()
public ErrorCollection validate(ErrorCollection returnValue)
Validate the properties that have been set for this HTTP request,
and return an ActionErrors
object that encapsulates any
validation errors that have been found.
returnValue
- the constructed ErrorCollection to populate into.
public CreationBean getCreationBeanByPartId(String string)
string
- String
public boolean hasCreationBeanByPartId(String string)
public void removeBeanByPart(String string)
string
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |