org.gcube.common.geoserverinterface.bean
Class LayerCsw

java.lang.Object
  extended by org.gcube.common.geoserverinterface.bean.LayerCsw

public class LayerCsw
extends Object

Author:
ceras

Constructor Summary
LayerCsw(String uuid, String name, String title, String geoserverUrl)
           
 
Method Summary
 String getGeoserverUrl()
           
 String getName()
           
 String getTitle()
           
 String getUuid()
           
 void setGeoserverUrl(String geoserverUrl)
           
 void setName(String name)
           
 void setTitle(String title)
           
 void setUuid(String uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerCsw

public LayerCsw(String uuid,
                String name,
                String title,
                String geoserverUrl)
Parameters:
name -
title -
geoserverUrl -
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

getGeoserverUrl

public String getGeoserverUrl()
Returns:
the geoserverUrl

setGeoserverUrl

public void setGeoserverUrl(String geoserverUrl)
Parameters:
geoserverUrl - the geoserverUrl to set

getUuid

public String getUuid()
Returns:
the uuid

setUuid

public void setUuid(String uuid)
Parameters:
uuid - the uuid to set


Copyright © 2012. All Rights Reserved.