Package org.n52.series.db.beans
Class CodespaceEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.CodespaceEntity
-
- All Implemented Interfaces:
Serializable,HibernateRelations.HasId
public class CodespaceEntity extends IdEntity implements Serializable
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_CODESPACEstatic StringPROPERTY_NAME-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
-
Constructor Summary
Constructors Constructor Description CodespaceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()booleanisSetName()CodespaceEntitysetName(String name)
-
-
-
Field Detail
-
PROPERTY_CODESPACE
public static final String PROPERTY_CODESPACE
- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
setName
public CodespaceEntity setName(String name)
-
isSetName
public boolean isSetName()
-
-