org.gswing.components.viewer
Class Configuration

java.lang.Object
  extended by org.gswing.components.viewer.Configuration

public class Configuration
extends Object

Purpose: Not used yet. Future extension.


Constructor Summary
Configuration()
           
 
Method Summary
 String getConstituency()
           
 String getGswingVersion()
           
 String getLocal()
           
 String getRegion()
           
 void setConstituency(String constituency)
           
 void setGswingVersion(String gswingVersion)
           
 void setLocal(String local)
           
 void setRegion(String region)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Method Detail

getConstituency

public String getConstituency()
Returns:
Returns the constituency.

setConstituency

public void setConstituency(String constituency)
Parameters:
constituency - The constituency to set.

getGswingVersion

public String getGswingVersion()
Returns:
Returns the gswingVersion.

setGswingVersion

public void setGswingVersion(String gswingVersion)
Parameters:
gswingVersion - The gswingVersion to set.

getLocal

public String getLocal()
Returns:
Returns the local.

setLocal

public void setLocal(String local)
Parameters:
local - The local to set.

getRegion

public String getRegion()
Returns:
Returns the region.

setRegion

public void setRegion(String region)
Parameters:
region - The region to set.


Copyright © 2008. All Rights Reserved.