Class UserOutbound
- java.lang.Object
-
- com.tarsolution.notifyman.data.entity.UserOutbound
-
- All Implemented Interfaces:
IHasPrimaryKey<Integer>
,Serializable
@Entity public class UserOutbound extends Object implements Serializable, IHasPrimaryKey<Integer>
- Author:
- FMARSLAN
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserOutbound()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
NotificationType
getNotificationType()
Outbound
getOtbound()
User
getUser()
void
setId(Integer id)
void
setNotificationType(NotificationType notificationType)
void
setOtbound(Outbound otbound)
void
setUser(User user)
-
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getId
in interfaceIHasPrimaryKey<Integer>
-
setId
public void setId(Integer id)
- Specified by:
setId
in interfaceIHasPrimaryKey<Integer>
-
getOtbound
public Outbound getOtbound()
-
setOtbound
public void setOtbound(Outbound otbound)
-
getUser
public User getUser()
-
setUser
public void setUser(User user)
-
getNotificationType
public NotificationType getNotificationType()
-
setNotificationType
public void setNotificationType(NotificationType notificationType)
-
-