org.gcube.portlets.admin.vredeployer.shared
Class GHNSite

java.lang.Object
  extended by org.gcube.portlets.admin.vredeployer.shared.GHNSite
All Implemented Interfaces:
Serializable

public class GHNSite
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GHNSite()
           
GHNSite(String location, String country, String domain)
           
 
Method Summary
 String getCountry()
           
 String getDomain()
           
 String getLocation()
           
 void setCountry(String country)
           
 void setDomain(String domain)
           
 void setLocation(String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHNSite

public GHNSite()

GHNSite

public GHNSite(String location,
               String country,
               String domain)
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)


Copyright © 2013. All Rights Reserved.