Class ProjectCode

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.base.edu.model.ProjectCode
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>

@Entity(name="org.openurp.base.edu.model.ProjectCode") public class ProjectCode extends org.beangle.commons.entity.pojo.LongIdObject
项目基础代码配置 表示项目使用了基础代码集合中的哪些基础代码
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.beangle.ems.dictionary.model.CodeMeta
     
     
    void
    setCodeId​(Integer codeId)
     
    void
    setMeta​(org.beangle.ems.dictionary.model.CodeMeta meta)
     
    void
    setProject​(Project project)
     

    Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProjectCode

      public ProjectCode()
  • Method Details

    • getProject

      public Project getProject()
    • setProject

      public void setProject(Project project)
    • getMeta

      public org.beangle.ems.dictionary.model.CodeMeta getMeta()
    • setMeta

      public void setMeta(org.beangle.ems.dictionary.model.CodeMeta meta)
    • getCodeId

      public Integer getCodeId()
    • setCodeId

      public void setCodeId(Integer codeId)