Class EntityMetaBean

All Implemented Interfaces:
Serializable, Entity<Integer>, EntityMeta

@Entity(name="org.beangle.ems.meta.EntityMeta") public class EntityMetaBean extends IntegerIdObject implements EntityMeta
实体元信息
See Also:
  • Constructor Details

    • EntityMetaBean

      public EntityMetaBean()
    • EntityMetaBean

      public EntityMetaBean(Integer id)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: EntityMeta
      获得实体名称
      Specified by:
      getName in interface EntityMeta
      Returns:
      实体名称
    • setName

      public void setName(String name)
      Description copied from interface: EntityMeta
      设置实体名称
      Specified by:
      setName in interface EntityMeta
      Parameters:
      name - 实体名称
    • getComments

      public String getComments()
      Description copied from interface: EntityMeta
      获得实体说明
      Specified by:
      getComments in interface EntityMeta
      Returns:
      实体说明
    • setComments

      public void setComments(String comments)
      Description copied from interface: EntityMeta
      设置实体说明
      Specified by:
      setComments in interface EntityMeta
      Parameters:
      comments - 实体说明
    • getRemark

      public String getRemark()
      Description copied from interface: EntityMeta
      获得实体备注
      Specified by:
      getRemark in interface EntityMeta
      Returns:
      实体备注
    • setRemark

      public void setRemark(String remark)
      Description copied from interface: EntityMeta
      设置实体备注
      Specified by:
      setRemark in interface EntityMeta
      Parameters:
      remark - 实体备注