类 OccupyUnit
java.lang.Object
org.openurp.edu.room.domain.OccupyUnit
-
字段概要
字段 -
构造器概要
构造器构造器说明OccupyUnit(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime[] units, ActivityType usage, Long userid) -
方法概要
修饰符和类型方法说明getRooms()org.beangle.orm.hibernate.udt.WeekTime[]getUnits()getUsage()voidsetComment(String comment)
-
字段详细资料
-
usage
用途 -
userid
使用者 -
comment
说明
-
-
构造器详细资料
-
OccupyUnit
public OccupyUnit(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime[] units, ActivityType usage, Long userid)
-
-
方法详细资料
-
getComment
-
setComment
-
getRooms
-
getUnits
public org.beangle.orm.hibernate.udt.WeekTime[] getUnits() -
getUsage
-
getUserid
-