Package org.openurp.edu.room.model
Class UserApp
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.beangle.commons.entity.pojo.IntegerIdObject
-
- org.openurp.edu.room.model.UserApp
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Integer>
@Entity(name="org.openurp.edu.room.model.UserApp") public class UserApp extends org.beangle.commons.entity.pojo.IntegerIdObject- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityUrl()StringgetName()voidsetActivityUrl(String activityUrl)voidsetName(String name)
-
-
-
Constructor Detail
-
UserApp
public UserApp()
-
UserApp
public UserApp(Integer id)
-
-