Package com.fluig.sdk.api.document
Class DocumentApproverVO
- java.lang.Object
 - 
- com.fluig.sdk.api.document.DocumentApproverVO
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DocumentApproverVO extends Object implements Serializable
Value Object para DocumentApprover- Version:
 - 1.00.000
 - Author:
 - vanei
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DocumentApproverVO() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()IntegergetApprovalMode()Recupera valor do approvalModeStringgetApprovalObservation()StringgetApprovalStatus()IntegergetApproverType()Recupera valor do approverTypeStringgetColleagueId()Recupera valor do colleagueIdLonggetCompanyId()BooleangetDigitalSignature()Recupera valor do digitalSignatureStringgetEmail()StringgetFullName()StringgetLevelDescription()Recupera valor do levelDescriptionIntegergetLevelId()Recupera valor do levelIdvoidsetAlias(String alias)voidsetApprovalMode(Integer approvalMode)Atribui valor para approvalModevoidsetApprovalObservation(String approvalObservation)voidsetApprovalStatus(String approvalStatus)voidsetApproverType(Integer approverType)Atribui valor para approverTypevoidsetColleagueId(String colleagueId)Atribui valor para colleagueIdvoidsetCompanyId(Long companyId)voidsetDigitalSignature(Boolean digitalSignature)Atribui valor para digitalSignaturevoidsetEmail(String email)voidsetFullName(String fullName)voidsetLevelDescription(String levelDescription)Atribui valor para levelDescriptionvoidsetLevelId(Integer levelId)Atribui valor para levelId 
 - 
 
- 
- 
Method Detail
- 
getApproverType
public Integer getApproverType()
Recupera valor do approverType- Returns:
 - the approverType
 
 
- 
setApproverType
public void setApproverType(Integer approverType)
Atribui valor para approverType- Parameters:
 approverType- the approverType to set
 
- 
getColleagueId
public String getColleagueId()
Recupera valor do colleagueId- Returns:
 - the colleagueId
 
 
- 
setColleagueId
public void setColleagueId(String colleagueId)
Atribui valor para colleagueId- Parameters:
 colleagueId- the colleagueId to set
 
- 
getLevelId
public Integer getLevelId()
Recupera valor do levelId- Returns:
 - the levelId
 
 
- 
setLevelId
public void setLevelId(Integer levelId)
Atribui valor para levelId- Parameters:
 levelId- the levelId to set
 
- 
getApprovalMode
public Integer getApprovalMode()
Recupera valor do approvalMode- Returns:
 - the approvalMode
 
 
- 
setApprovalMode
public void setApprovalMode(Integer approvalMode)
Atribui valor para approvalMode- Parameters:
 approvalMode- the approvalMode to set
 
- 
getDigitalSignature
public Boolean getDigitalSignature()
Recupera valor do digitalSignature- Returns:
 - the digitalSignature
 
 
- 
setDigitalSignature
public void setDigitalSignature(Boolean digitalSignature)
Atribui valor para digitalSignature- Parameters:
 digitalSignature- the digitalSignature to set
 
- 
getLevelDescription
public String getLevelDescription()
Recupera valor do levelDescription- Returns:
 - the levelDescription
 
 
- 
setLevelDescription
public void setLevelDescription(String levelDescription)
Atribui valor para levelDescription- Parameters:
 levelDescription- the levelDescription to set
 
- 
getAlias
public String getAlias()
- Returns:
 - the alias
 
 
- 
setAlias
public void setAlias(String alias)
- Parameters:
 alias- the alias to set
 
- 
getFullName
public String getFullName()
- Returns:
 - the fullName
 
 
- 
setFullName
public void setFullName(String fullName)
- Parameters:
 fullName- the fullName to set
 
- 
getEmail
public String getEmail()
- Returns:
 - the email
 
 
- 
setEmail
public void setEmail(String email)
- Parameters:
 email- the email to set
 
- 
getApprovalStatus
public String getApprovalStatus()
- Returns:
 - the approvalStatus
 
 
- 
setApprovalStatus
public void setApprovalStatus(String approvalStatus)
- Parameters:
 approvalStatus- the approvalStatus to set
 
- 
getApprovalObservation
public String getApprovalObservation()
- Returns:
 - the approvalObservation
 
 
- 
setApprovalObservation
public void setApprovalObservation(String approvalObservation)
- Parameters:
 approvalObservation- the approvalObservation to set
 
- 
getCompanyId
public Long getCompanyId()
- Returns:
 - companyId
 
 
- 
setCompanyId
public void setCompanyId(Long companyId)
- Parameters:
 companyId-
 
 - 
 
 -