类 EntityAttribute

java.lang.Object
com.publiccms.views.pojo.entities.EntityAttribute
所有已实现的接口:
Serializable
直接已知子类:
CmsCategory, CmsContent, CmsPlace, SysUser

public class EntityAttribute extends Object implements Serializable
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • EntityAttribute

      public EntityAttribute()
  • 方法详细资料

    • getAttribute

      public Map<String,String> getAttribute()
      返回:
      the attribute
    • setAttribute

      public void setAttribute(Map<String,String> attribute)
      参数:
      attribute - the attribute to set