Package org.n52.series.db.beans
Class ServiceMetadataEntity
- java.lang.Object
-
- org.n52.series.db.beans.ServiceMetadataEntity
-
- All Implemented Interfaces:
Serializable
public class ServiceMetadataEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceMetadataEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()StringgetMetadata()booleanisSetFormat()booleanisSetMetadata()ServiceMetadataEntitysetFormat(String format)ServiceMetadataEntitysetMetadata(String metadata)
-
-
-
Method Detail
-
getMetadata
public String getMetadata()
-
setMetadata
public ServiceMetadataEntity setMetadata(String metadata)
-
isSetMetadata
public boolean isSetMetadata()
-
getFormat
public String getFormat()
-
setFormat
public ServiceMetadataEntity setFormat(String format)
-
isSetFormat
public boolean isSetFormat()
-
-