se.kmr.scam.client.http.util
Class ViewConfigurationElement

java.lang.Object
  extended byse.kmr.scam.client.http.util.ViewConfigurationElement

public class ViewConfigurationElement
extends Object

Represents an entry in the view configuration.

Version:
$Revision: 1.5 $
Author:
Jöran
Created:
den 7 april 2003

Constructor Summary
ViewConfigurationElement(String name)
           
 
Method Summary
 void addExternal(Model external)
          Adds an external model to a view
 Model getExternal()
          Gets the external model associated with this view
 Model getForm()
          Gets the form model associated with this view
 String getName()
          Gets the name attribute of this view
 String getPage()
          Gets the page associated with this view
 Model getQuery()
          Gets the query model associated with this view
 void setForm(Model form)
          Sets the form attribute of a view
 void setPage(String page)
          Sets the page attribute of a view
 void setQuery(Model query)
          Sets the query attribute of a view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewConfigurationElement

public ViewConfigurationElement(String name)
Method Detail

getName

public String getName()
Gets the name attribute of this view


getPage

public String getPage()
Gets the page associated with this view


getForm

public Model getForm()
Gets the form model associated with this view


getQuery

public Model getQuery()
Gets the query model associated with this view


getExternal

public Model getExternal()
Gets the external model associated with this view


setPage

public void setPage(String page)
Sets the page attribute of a view


setForm

public void setForm(Model form)
Sets the form attribute of a view


setQuery

public void setQuery(Model query)
Sets the query attribute of a view


addExternal

public void addExternal(Model external)
Adds an external model to a view



Copyright © 2003 SCAM. All Rights Reserved.