程序包org.openurp.edu.grade的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.beangle.commons.inject.bind.AbstractBindModule (implements org.beangle.commons.inject.bind.BindModule)
    • org.openurp.edu.grade.Grade.Status
    • org.beangle.commons.entity.pojo.NumberIdObject<T> (implements org.beangle.commons.entity.Entity<ID>)
      • org.beangle.commons.entity.pojo.NumberIdTimeObject<T> (implements org.beangle.commons.entity.TimeEntity)

接口分层结构

  • java.lang.Comparable<T>
    • org.openurp.edu.grade.Grade (并 extends org.beangle.commons.entity.Entity<ID>, org.beangle.commons.entity.TimeEntity)
  • java.io.Serializable
    • org.beangle.commons.entity.Entity<ID>
      • org.openurp.edu.grade.Grade (并 extends java.lang.Comparable<T>, org.beangle.commons.entity.TimeEntity)
  • org.beangle.commons.entity.TimeEntity
    • org.openurp.edu.grade.Grade (并 extends java.lang.Comparable<T>, org.beangle.commons.entity.Entity<ID>)