Class EntityMetaBean

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Integer>, EntityMeta

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

      • EntityMetaBean

        public EntityMetaBean()
      • EntityMetaBean

        public EntityMetaBean​(Integer id)
    • Method Detail

      • 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 - 实体名称
      • 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 - 实体备注