org.flexdock.perspective.persist
Class PerspectiveModel
java.lang.Object
org.flexdock.perspective.persist.PerspectiveModel
- All Implemented Interfaces:
- Serializable
public class PerspectiveModel
- extends Object
- implements Serializable
Created on 2005-03-30
- Version:
- $Id: PerspectiveModel.java,v 1.1 2005-06-11 16:14:48 marius Exp $
- Author:
- Christopher Butler, Mateusz Szczap
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerspectiveModel
public PerspectiveModel(String defaultId,
String current,
Perspective[] perspectives)
getDefaultPerspective
public String getDefaultPerspective()
setDefaultPerspective
public void setDefaultPerspective(String defaultPerspective)
getPerspectives
public Perspective[] getPerspectives()
setPerspectives
public void setPerspectives(Perspective[] perspectives)
getCurrentPerspective
public String getCurrentPerspective()
setCurrentPerspective
public void setCurrentPerspective(String currentPerspective)