Package com.fluig.sdk.api.alert
Class AlertUserVO
- java.lang.Object
-
- com.fluig.sdk.api.alert.AlertUserVO
-
- All Implemented Interfaces:
Serializable
public class AlertUserVO extends Object implements Serializable
- Author:
- luis.junior
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertUserVO()
AlertUserVO(com.totvs.technology.foundation.security.entity.FDNUserTenant user)
AlertUserVO(com.totvs.technology.foundation.security.vo.FDNUserVO userVO)
AlertUserVO(Long id, String login, String fullName, Long tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFisrtName()
String
getFullName()
Long
getId()
String
getLastName()
Date
getLastUpdateDate()
String
getLogin()
Long
getTenantId()
void
setFullName(String fullName)
void
setId(Long id)
void
setLastUpdateDate(Date lastUpdateDate)
void
setLogin(String login)
void
setTenantId(Long tenantId)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getLogin
public String getLogin()
-
setLogin
public void setLogin(String login)
-
getFullName
public String getFullName()
-
setFullName
public void setFullName(String fullName)
-
getFisrtName
public String getFisrtName()
-
getLastName
public String getLastName()
-
getLastUpdateDate
public Date getLastUpdateDate()
-
setLastUpdateDate
public void setLastUpdateDate(Date lastUpdateDate)
-
getTenantId
public Long getTenantId()
-
setTenantId
public void setTenantId(Long tenantId)
-
-