Class EntityModelBean
java.lang.Object
ch.tocco.nice2.rest.core.spi.beans.HalBean
ch.tocco.nice2.rest.entitymodel.spi.beans.EntityModelBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
getName()
boolean
boolean
void
setCreatePermission
(boolean createPermission) void
setDefiningModule
(String definingModule) void
setDocumentation
(LinkedHashMap<String, String> documentation) void
setEntityType
(EntityType entityType) void
setFields
(List<FieldModelBean> fields) void
setKeyField
(String keyField) void
void
setMarkable
(boolean markable) void
void
setRelations
(List<RelationModelBean> relations) void
setUseNiceFields
(boolean useNiceFields)
-
Constructor Details
-
EntityModelBean
public EntityModelBean()
-
-
Method Details
-
getName
-
setName
-
getLabel
-
setLabel
-
getCreatePermission
public boolean getCreatePermission() -
setCreatePermission
public void setCreatePermission(boolean createPermission) -
isMarkable
public boolean isMarkable() -
setMarkable
public void setMarkable(boolean markable) -
getUseNiceFields
public boolean getUseNiceFields() -
setUseNiceFields
public void setUseNiceFields(boolean useNiceFields) -
getKeyField
-
setKeyField
-
getEntityType
-
setEntityType
-
getFields
-
setFields
-
getRelations
-
setRelations
-
setDefiningModule
-
getDefiningModule
-
setDocumentation
-
getDocumentation
-