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