Package org.n52.series.db.beans
Class FormatEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.FormatEntity
-
- All Implemented Interfaces:
Serializable,HibernateRelations.HasId
public class FormatEntity extends IdEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORMAT-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
-
Constructor Summary
Constructors Constructor Description FormatEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()booleanisSetFormat()FormatEntitysetFormat(String format)
-
-
-
Field Detail
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFormat
public String getFormat()
-
setFormat
public FormatEntity setFormat(String format)
-
isSetFormat
public boolean isSetFormat()
-
-