|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.defaults.EmoWizardMetadata com.sri.emo.wizard.completion.MinMaxPageMetadata
public class MinMaxPageMetadata
Page Metadata base class that supports min/max settings.
Field Summary | |
---|---|
protected Integer |
maxEntries
Maximum entries allwoed. |
protected Integer |
minEntries
Minimum entries. |
Constructor Summary | |
---|---|
MinMaxPageMetadata()
Default constructor. |
Method Summary | |
---|---|
Integer |
getMaxEntries()
Retrieve the maximum number of entries for the given page. |
Integer |
getMinEntries()
Retrieve the minimum entries for the page. |
boolean |
isHasEntry()
Set to true if the page has text entry. |
void |
setMaxEntries(Integer maxEntries)
Sets the maximum number of entries for a given page. |
void |
setMinEntries(Integer minEntries)
Sets the minimum number of entries for the page. |
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardMetadata |
---|
equals, getCancel, getDirective, getFinish, getHelpText, getNext, getPrevious, getTitle, getViewId, hashCode, isEntry, isEntryRequired, setCancelLink, setDirective, setEntry, setEntryRequired, setFinishLink, setHelpText, setNextLink, setPreviousLink, setTitle, setViewId, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Integer maxEntries
protected Integer minEntries
Constructor Detail |
---|
public MinMaxPageMetadata()
Method Detail |
---|
public Integer getMaxEntries()
public void setMaxEntries(Integer maxEntries)
maxEntries
- Integerpublic Integer getMinEntries()
public void setMinEntries(Integer minEntries)
minEntries
- Integerpublic boolean isHasEntry()
isHasEntry
in interface PageMetadata
isHasEntry
in class EmoWizardMetadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |