-
public class MessageHasNew
Has new message
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
alarm
private boolean
family
private boolean
notification
-
Method Summary
Modifier and Type Method Description void
setAlarm(boolean alarm)
Set is alarm void
setFamily(boolean family)
Set is family void
setNotification(boolean notification)
Set is notify boolean
isAlarm()
whether alarm or not boolean
isFamily()
whether family or not boolean
isNotification()
whether notification or not -
-
Method Detail
-
setAlarm
void setAlarm(boolean alarm)
Set is alarm
- Parameters:
alarm
- is alarm
-
setFamily
void setFamily(boolean family)
Set is family
- Parameters:
family
- is faimly
-
setNotification
void setNotification(boolean notification)
Set is notify
- Parameters:
notification
- is notify
-
isAlarm
boolean isAlarm()
whether alarm or not
-
isFamily
boolean isFamily()
whether family or not
-
isNotification
boolean isNotification()
whether notification or not
-
-
-
-