Package com.fluig.sdk.api.alert
Class AlertSenderVO
- java.lang.Object
-
- com.fluig.sdk.api.alert.AlertSenderVO
-
- All Implemented Interfaces:
Serializable
public class AlertSenderVO extends Object implements Serializable
- Author:
- luis.junior
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertSenderVO()
AlertSenderVO(Long id, AlertUserVO user, Date creationDate, String via)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationDate()
Long
getId()
AlertUserVO
getUser()
String
getVia()
void
setCreationDate(Date creationDate)
void
setId(Long id)
void
setUser(AlertUserVO user)
void
setVia(String via)
-
-
-
Constructor Detail
-
AlertSenderVO
public AlertSenderVO()
-
AlertSenderVO
public AlertSenderVO(Long id, AlertUserVO user, Date creationDate, String via)
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getUser
public AlertUserVO getUser()
-
setUser
public void setUser(AlertUserVO user)
-
getCreationDate
public Date getCreationDate()
-
setCreationDate
public void setCreationDate(Date creationDate)
-
getVia
public String getVia()
-
setVia
public void setVia(String via)
-
-