Package org.openurp.edu.room.domain
Class OccupyUnit
java.lang.Object
org.openurp.edu.room.domain.OccupyUnit
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOccupyUnit(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime[] units, ActivityType usage, Long userid) -
Method Summary
Modifier and TypeMethodDescriptiongetRooms()org.beangle.orm.hibernate.udt.WeekTime[]getUnits()getUsage()voidsetComment(String comment)
-
Field Details
-
usage
用途 -
userid
使用者 -
comment
说明
-
-
Constructor Details
-
OccupyUnit
public OccupyUnit(Collection<Room> rooms, org.beangle.orm.hibernate.udt.WeekTime[] units, ActivityType usage, Long userid)
-
-
Method Details
-
getComment
-
setComment
-
getRooms
-
getUnits
public org.beangle.orm.hibernate.udt.WeekTime[] getUnits() -
getUsage
-
getUserid
-