类 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 LongactivityIdprotected ActivityTypeactivityType用途protected RoomOccupyAppapp使用者protected Stringcomments说明protected Classroomroom教室protected org.beangle.orm.hibernate.udt.WeekTimetime时间protected DateupdatedAt
-
构造器概要
构造器 构造器 说明 Occupancy()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 LonggetActivityId()ActivityTypegetActivityType()RoomOccupyAppgetApp()StringgetComments()ClassroomgetRoom()org.beangle.orm.hibernate.udt.WeekTimegetTime()DategetUpdatedAt()voidsetActivityId(Long activityId)voidsetActivityType(ActivityType usage)voidsetApp(RoomOccupyApp app)voidsetComments(String comments)voidsetRoom(Classroom room)voidsetTime(org.beangle.orm.hibernate.udt.WeekTime time)voidsetUpdatedAt(Date updatedAt)
-
-
-
字段详细资料
-
room
protected Classroom room
教室
-
time
protected org.beangle.orm.hibernate.udt.WeekTime time
时间
-
activityType
@NotNull protected ActivityType activityType
用途
-
app
@NotNull protected RoomOccupyApp app
使用者
-
activityId
protected Long activityId
-
updatedAt
protected Date updatedAt
-
comments
@NotNull @Size(max=500) protected String comments
说明
-
-
方法详细资料
-
getRoom
public Classroom getRoom()
-
setRoom
public void setRoom(Classroom room)
-
getTime
public org.beangle.orm.hibernate.udt.WeekTime getTime()
-
setTime
public void setTime(org.beangle.orm.hibernate.udt.WeekTime time)
-
getActivityType
public ActivityType getActivityType()
-
setActivityType
public void setActivityType(ActivityType usage)
-
getApp
public RoomOccupyApp getApp()
-
setApp
public void setApp(RoomOccupyApp app)
-
getComments
public String getComments()
-
setComments
public void setComments(String comments)
-
getActivityId
public Long getActivityId()
-
setActivityId
public void setActivityId(Long activityId)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-