org.gcube.common.geoserverinterface.bean
Class CswRecord
java.lang.Object
org.gcube.common.geoserverinterface.bean.CswRecord
- All Implemented Interfaces:
- Serializable
public class CswRecord
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CswRecord
public CswRecord()
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.