类 RoomOccupyApp
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.beangle.commons.entity.pojo.IntegerIdObject
-
- org.openurp.edu.room.model.RoomOccupyApp
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Integer>
@Entity(name="org.openurp.edu.room.model.RoomOccupyApp") public class RoomOccupyApp extends org.beangle.commons.entity.pojo.IntegerIdObject- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 RoomOccupyApp()RoomOccupyApp(Integer id)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetActivityUrl()StringgetName()voidsetActivityUrl(String activityUrl)voidsetName(String name)
-
-
-
构造器详细资料
-
RoomOccupyApp
public RoomOccupyApp()
-
RoomOccupyApp
public RoomOccupyApp(Integer id)
-
-