类 Occupancy
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.room.model.Occupancy
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.room.model.Occupancy")
public class Occupancy
extends org.beangle.commons.entity.pojo.LongIdObject
教室时间占用
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected Longprotected ActivityType用途protected RoomOccupyApp使用者protected String说明protected Classroom教室protected org.beangle.orm.hibernate.udt.WeekTime时间protected Date从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getApp()getRoom()org.beangle.orm.hibernate.udt.WeekTimegetTime()voidsetActivityId(Long activityId) voidsetActivityType(ActivityType usage) voidsetApp(RoomOccupyApp app) voidsetComments(String comments) voidvoidsetTime(org.beangle.orm.hibernate.udt.WeekTime time) voidsetUpdatedAt(Date updatedAt) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
room
教室 -
time
protected org.beangle.orm.hibernate.udt.WeekTime time时间 -
activityType
用途 -
app
使用者 -
activityId
-
updatedAt
-
comments
说明
-
-
构造器详细资料
-
Occupancy
public Occupancy()
-
-
方法详细资料
-
getRoom
-
setRoom
-
getTime
public org.beangle.orm.hibernate.udt.WeekTime getTime() -
setTime
public void setTime(org.beangle.orm.hibernate.udt.WeekTime time) -
getActivityType
-
setActivityType
-
getApp
-
setApp
-
getComments
-
setComments
-
getActivityId
-
setActivityId
-
getUpdatedAt
-
setUpdatedAt
-