Package com.fluig.sdk.api.alert
Class AlertObjectVO
- java.lang.Object
-
- com.fluig.sdk.api.alert.AlertObjectVO
-
- All Implemented Interfaces:
Serializable
public class AlertObjectVO extends Object implements Serializable
Vo que representa um objeto embutido em um alerta.- Author:
- caio-psousa
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Long
getId()
String
getLink()
String
getNote()
String
getObjectClass()
String
getObjectDetail()
String
getObjectDetailKey()
Long
getObjectId()
String
getTypeDescription()
String
getTypeDescriptionKey()
void
setDescription(String description)
void
setId(Long id)
void
setLink(String link)
void
setNote(String note)
void
setObjectClass(String objectClass)
void
setObjectDetail(String objectDetail)
void
setObjectDetailKey(String objectDetailKey)
void
setObjectId(Long objectId)
void
setTypeDescription(String typeDescription)
void
setTypeDescriptionKey(String typeDescriptionKey)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getObjectId
public Long getObjectId()
-
setObjectId
public void setObjectId(Long objectId)
-
getObjectClass
public String getObjectClass()
-
setObjectClass
public void setObjectClass(String objectClass)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
getNote
public String getNote()
-
setNote
public void setNote(String note)
-
getTypeDescription
public String getTypeDescription()
-
setTypeDescription
public void setTypeDescription(String typeDescription)
-
setObjectDetail
public void setObjectDetail(String objectDetail)
-
getObjectDetail
public String getObjectDetail()
-
getTypeDescriptionKey
public String getTypeDescriptionKey()
-
setTypeDescriptionKey
public void setTypeDescriptionKey(String typeDescriptionKey)
-
getObjectDetailKey
public String getObjectDetailKey()
-
setObjectDetailKey
public void setObjectDetailKey(String objectDetailKey)
-
-