Package cn.longky.common.model
Class AttributiveEntity<T extends AttributiveEntity>
java.lang.Object
cn.longky.common.model.BaseEntity<T>
cn.longky.common.model.AttributiveEntity<T>
- Since:
- 1.0
- Author:
- yingzhan
-
Field Summary
Fields inherited from class cn.longky.common.model.BaseEntity
createTime, id, updateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttribute(String key, Object value) <U> UgetAttribute(String key, Class<U> clazz) <U> UgetAttribute(String key, Class<U> clazz, U defaultValue) Methods inherited from class cn.longky.common.model.BaseEntity
setCreateTime, setId, setUpdateTime
-
Constructor Details
-
AttributiveEntity
public AttributiveEntity()
-
-
Method Details
-
addAttribute
-
getAttribute
-
getAttribute
-