类 Room

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
所有已实现的接口:
Serializable, Comparable<BaseInfo>, org.beangle.commons.entity.Entity<Integer>, BaseInfo

@Entity(name="org.openurp.base.model.Room") public class Room extends AbstractBaseInfo
教室基本信息
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getSchool

      public School getSchool()
    • setSchool

      public void setSchool(School school)
    • getCampus

      public Campus getCampus()
    • setCampus

      public void setCampus(Campus campus)
    • getRoomType

      public RoomType getRoomType()
    • setRoomType

      public void setRoomType(RoomType type)
    • getDepartment

      public Department getDepartment()
    • setDepartment

      public void setDepartment(Department department)