org.deegree_impl.clients.wmsclient.configuration
Class Project

java.lang.Object
  extended byorg.deegree_impl.clients.wmsclient.configuration.Project

public class Project
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Andreas Poth

Field Summary
private  WMSGetMapRequest initialWMSGetMapRequest
           
private  java.lang.String name
           
 
Constructor Summary
Project(java.lang.String name, WMSGetMapRequest gmr)
          Creates a new Project object.
 
Method Summary
 WMSGetMapRequest getInitialWMSGetMapRequest()
          returns the initial get map request of the project
 java.lang.String getName()
          returns the name of the projekt
 void setInitialWMSGetMapRequest(WMSGetMapRequest gmr)
          sets the initial get map request of the project
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

initialWMSGetMapRequest

private WMSGetMapRequest initialWMSGetMapRequest
Constructor Detail

Project

public Project(java.lang.String name,
               WMSGetMapRequest gmr)
Creates a new Project object.

Parameters:
name - name of the project
gmr - get map request to initialize the project
Method Detail

getName

public java.lang.String getName()
returns the name of the projekt

Returns:

getInitialWMSGetMapRequest

public WMSGetMapRequest getInitialWMSGetMapRequest()
returns the initial get map request of the project

Returns:

setInitialWMSGetMapRequest

public void setInitialWMSGetMapRequest(WMSGetMapRequest gmr)
sets the initial get map request of the project

Parameters:
gmr - get map request to initialize the project