Class Room

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
All Implemented Interfaces:
Serializable, Comparable<BaseInfo>, org.beangle.commons.entity.Entity<Integer>, BaseInfo

@Entity(name="org.openurp.base.model.Room") public class Room extends AbstractBaseInfo
教室基本信息
See Also:
Serialized Form
  • Constructor Details

    • Room

      public Room()
    • Room

      public Room(Integer id)
    • Room

      public Room(String code)
    • Room

      public Room(Integer id, String name)
  • Method Details

    • 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)