Package org.openurp.edu.room.model
Class Occupancy
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.room.model.Occupancy
- All Implemented Interfaces:
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
教室时间占用
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected ActivityType用途protected RoomOccupyApp使用者protected String说明protected Classroom教室protected org.beangle.orm.hibernate.udt.WeekTime时间protected DateFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApp()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) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
room
教室 -
time
protected org.beangle.orm.hibernate.udt.WeekTime time时间 -
activityType
用途 -
app
使用者 -
activityId
-
updatedAt
-
comments
说明
-
-
Constructor Details
-
Occupancy
public Occupancy()
-
-
Method Details
-
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
-