Class AttributiveEntity<T extends AttributiveEntity>

java.lang.Object
cn.longky.common.model.BaseEntity<T>
cn.longky.common.model.AttributiveEntity<T>

public abstract class AttributiveEntity<T extends AttributiveEntity> extends BaseEntity<T>
Since:
1.0
Author:
yingzhan
  • Constructor Details

    • AttributiveEntity

      public AttributiveEntity()
  • Method Details

    • addAttribute

      public T addAttribute(String key, Object value)
    • getAttribute

      public <U> U getAttribute(String key, Class<U> clazz)
    • getAttribute

      public <U> U getAttribute(String key, Class<U> clazz, U defaultValue)