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 StringgetFisrtName()StringgetFullName()LonggetId()StringgetLastName()DategetLastUpdateDate()StringgetLogin()LonggetTenantId()voidsetFullName(String fullName)voidsetId(Long id)voidsetLastUpdateDate(Date lastUpdateDate)voidsetLogin(String login)voidsetTenantId(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)
-
-