Class CodeCategory

  • All Implemented Interfaces:
    Serializable, Comparable<CodeCategory>, org.beangle.commons.entity.Entity<Integer>, org.beangle.commons.entity.HierarchyEntity<CodeCategory,​Integer>

    @Entity(name="org.beangle.ems.dictionary.model.CodeCategory")
    public class CodeCategory
    extends org.beangle.commons.entity.pojo.NumberIdHierarchyObject<CodeCategory,​Integer>
    代码分类
    Version:
    $Id: CodeCategory.java Jun 28, 2011 8:32:18 PM chaostone $
    Author:
    chaostone
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.beangle.commons.entity.pojo.NumberIdHierarchyObject

        children, indexno, parent
      • Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

        id
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeCategory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getName()  
      void setName​(String name)  
      • Methods inherited from class org.beangle.commons.entity.pojo.NumberIdHierarchyObject

        compareTo, genIndexno, genIndexno, getChildren, getDepth, getIndex, getIndexno, getParent, getParentNode, setChildren, setIndexno, setParent
      • Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

        equals, getId, hashCode, isPersisted, isTransient, setId
      • Methods inherited from interface org.beangle.commons.entity.Entity

        getId, isPersisted, isTransient, setId
    • Constructor Detail

      • CodeCategory

        public CodeCategory()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)