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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected LongactivityIdprotected ActivityTypeactivityType用途protected RoomOccupyAppapp使用者protected Stringcomments说明protected Classroomroom教室protected WeekTimetime时间protected DateupdatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description Occupancy() -
Method Summary
Modifier and Type Method Description LonggetActivityId()ActivityTypegetActivityType()RoomOccupyAppgetApp()StringgetComments()ClassroomgetRoom()WeekTimegetTime()DategetUpdatedAt()voidsetActivityId(Long activityId)voidsetActivityType(ActivityType usage)voidsetApp(RoomOccupyApp app)voidsetComments(String comments)voidsetRoom(Classroom room)voidsetTime(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
时间 -
activityType
用途 -
app
使用者 -
activityId
-
updatedAt
-
comments
说明
-
-
Constructor Details
-
Occupancy
public Occupancy()
-
-
Method Details
-
getRoom
-
setRoom
-
getTime
-
setTime
-
getActivityType
-
setActivityType
-
getApp
-
setApp
-
getComments
-
setComments
-
getActivityId
-
setActivityId
-
getUpdatedAt
-
setUpdatedAt
-