Package cn.longky.common.model
Class AttributiveDO<T extends AttributiveDO>
java.lang.Object
cn.longky.common.model.BaseDO<T>
cn.longky.common.model.AttributiveDO<T>
- Since:
- 1.0
- Author:
- yingzhan
-
Field Summary
Fields inherited from class cn.longky.common.model.BaseDO
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.BaseDO
setCreateTime, setId, setUpdateTime
-
Constructor Details
-
AttributiveDO
public AttributiveDO()
-
-
Method Details
-
addAttribute
-
getAttribute
-
getAttribute
-