public class SetManForm
extends java.lang.Object
Constructor and Description |
---|
SetManForm() |
Modifier and Type | Method and Description |
---|---|
Set |
getEditSet() |
boolean |
getFlipFlop() |
Set |
getNewSet() |
java.lang.String |
getSetNameToDelete() |
java.util.List<Set> |
getSets() |
int |
getSetsCount() |
java.util.List<Set> |
getSetsToDelete() |
BSAccountUserWebSession |
getUserWebSession() |
boolean |
isShowInactive() |
void |
setEditSet(Set editSet) |
void |
setNewSet(Set s) |
void |
setSetNameToDelete(java.lang.String s) |
void |
setSets(java.util.List<Set> s) |
void |
setShowInactive(boolean showInactive) |
void |
setUserWebSession(BSAccountUserWebSession us) |
public BSAccountUserWebSession getUserWebSession()
public void setUserWebSession(BSAccountUserWebSession us)
public java.util.List<Set> getSets()
public void setSets(java.util.List<Set> s)
public int getSetsCount()
public boolean getFlipFlop()
public Set getNewSet()
public void setNewSet(Set s)
public Set getEditSet()
public void setEditSet(Set editSet)
editSet
- the editSet to setpublic java.util.List<Set> getSetsToDelete()
public java.lang.String getSetNameToDelete()
public void setSetNameToDelete(java.lang.String s)
public boolean isShowInactive()
public void setShowInactive(boolean showInactive)
showInactive
- the showInactive to set