|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Subset2
instead
public interface Subset
Subset
s define a sort of
Element
filter for a
Dimension
, i.e. they determine those elements which should be
shown within a gui.
So each subset has a corresponding source dimension. Furthermore it is
possible to add several SubsetState
s to store and restore more
than one state.
Method Summary | |
---|---|
void |
addState(SubsetState state)
Deprecated. Adds the given SubsetState to the list of all used states |
SubsetState |
getActiveState()
Deprecated. Returns the last used SubsetState |
Attribute |
getAlias()
Deprecated. Sets an optional alias for element name display of the subset. |
java.lang.String |
getDescription()
Deprecated. Returns the subset description or null if no description was set. |
Dimension |
getDimension()
Deprecated. use getHierarchy() instead. |
Hierarchy |
getHierarchy()
Deprecated. Returns the corresponding Hierarchy instance |
java.lang.String |
getId()
Deprecated. The unique subset id. |
java.lang.String |
getName()
Deprecated. Returns the name of the subset |
SubsetState |
getState(java.lang.String stateId)
Deprecated. Note returns null if no SubsetState with given id was added before! |
SubsetState[] |
getStates()
Deprecated. Returns all available SubsetState s for this subset. |
void |
removeState(SubsetState state)
Deprecated. Removes the given SubsetState from the list of all used states |
void |
save()
Deprecated. Saves the current subset state |
void |
setActiveState(SubsetState activeState)
Deprecated. Sets the last used state. |
void |
setAlias(Attribute alias)
Deprecated. Gets the alias for element name display of the subset. |
void |
setDescription(java.lang.String description)
Deprecated. Sets an optional description for the subset. |
void |
setName(java.lang.String name)
Deprecated. Sets the subset name |
Method Detail |
---|
java.lang.String getId()
void setName(java.lang.String name)
name
- the subset namejava.lang.String getName()
getName
in interface NamedEntity
void setDescription(java.lang.String description)
description
- the subset descriptionjava.lang.String getDescription()
Attribute getAlias()
void setAlias(Attribute alias)
alias
- the attribute for the current alias.Dimension getDimension()
getHierarchy()
instead.
Dimension
instance
Hierarchy getHierarchy()
Hierarchy
instance
void addState(SubsetState state)
SubsetState
to the list of all used states
state
- a subset statevoid removeState(SubsetState state)
SubsetState
from the list of all used states
state
- a subset stateSubsetState[] getStates()
SubsetState
s for this subset.
SubsetState
sSubsetState getState(java.lang.String stateId)
stateId
- a valid state id
SubsetState
with given id or null if no such
state existsSubsetState getActiveState()
SubsetState
SubsetState
void setActiveState(SubsetState activeState)
activeState
- the used SubsetState
void save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |