org.gcube.common.geoserverinterface.bean
Class CswRecord

java.lang.Object
  extended by org.gcube.common.geoserverinterface.bean.CswRecord
All Implemented Interfaces:
Serializable

public class CswRecord
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CswRecord()
           
 
Method Summary
 String getAbstractProperty()
           
 String getBbox()
           
 String getIdentifier()
           
 ArrayList<String> getSubject()
           
 String getTitle()
           
 String getType()
           
 ArrayList<String> getURI()
           
 void setAbstractProperty(String abstractProperty)
           
 void setBbox(String bbox)
           
 void setIdentifier(String identifier)
           
 void setSubject(ArrayList<String> subject)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setURI(ArrayList<String> URI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CswRecord

public CswRecord()
Method Detail

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public String getType()

setType

public void setType(String type)

getSubject

public ArrayList<String> getSubject()

setSubject

public void setSubject(ArrayList<String> subject)

getAbstractProperty

public String getAbstractProperty()

setAbstractProperty

public void setAbstractProperty(String abstractProperty)

getBbox

public String getBbox()

setBbox

public void setBbox(String bbox)

getURI

public ArrayList<String> getURI()

setURI

public void setURI(ArrayList<String> URI)


Copyright © 2012. All Rights Reserved.