Package com.fluig.sdk.api.document
Class DocumentRestrictionVO
- java.lang.Object
-
- com.fluig.sdk.api.document.DocumentRestrictionVO
-
- All Implemented Interfaces:
Serializable
public class DocumentRestrictionVO extends Object implements Serializable
Value Object para DocumentRestriction- Version:
- 1.00.000
- Author:
- vanei
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentRestrictionVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributionDescription()Recupera valor do attributionDescriptionIntegergetAttributionType()Recupera valor do attributionTypeStringgetAttributionValue()Recupera valor do attributionValueBooleangetDownloadEnabled()Recupera valor do downloadEnabledBooleangetInheritSecurity()Recupera valor do inheritSecurityIntegergetSecurityLevel()Recupera valor do securityLevelBooleangetSecurityVersion()Recupera valor do securityVersionBooleangetShowContent()Recupera valor do showContentvoidsetAttributionDescription(String attributionDescription)Atribui valor para attributionDescriptionvoidsetAttributionType(Integer attributionType)Atribui valor para attributionTypevoidsetAttributionValue(String attributionValue)Atribui valor para attributionValuevoidsetDownloadEnabled(Boolean downloadEnabled)Atribui valor para downloadEnabledvoidsetInheritSecurity(Boolean inheritSecurity)Atribui valor para inheritSecurityvoidsetSecurityLevel(Integer securityLevel)Atribui valor para securityLevelvoidsetSecurityVersion(Boolean securityVersion)Atribui valor para securityVersionvoidsetShowContent(Boolean showContent)Atribui valor para showContent
-
-
-
Method Detail
-
getSecurityLevel
public Integer getSecurityLevel()
Recupera valor do securityLevel- Returns:
- the securityLevel
-
setSecurityLevel
public void setSecurityLevel(Integer securityLevel)
Atribui valor para securityLevel- Parameters:
securityLevel- the securityLevel to set
-
getSecurityVersion
public Boolean getSecurityVersion()
Recupera valor do securityVersion- Returns:
- the securityVersion
-
setSecurityVersion
public void setSecurityVersion(Boolean securityVersion)
Atribui valor para securityVersion- Parameters:
securityVersion- the securityVersion to set
-
getInheritSecurity
public Boolean getInheritSecurity()
Recupera valor do inheritSecurity- Returns:
- the inheritSecurity
-
setInheritSecurity
public void setInheritSecurity(Boolean inheritSecurity)
Atribui valor para inheritSecurity- Parameters:
inheritSecurity- the inheritSecurity to set
-
getDownloadEnabled
public Boolean getDownloadEnabled()
Recupera valor do downloadEnabled- Returns:
- the downloadEnabled
-
setDownloadEnabled
public void setDownloadEnabled(Boolean downloadEnabled)
Atribui valor para downloadEnabled- Parameters:
downloadEnabled- the downloadEnabled to set
-
getShowContent
public Boolean getShowContent()
Recupera valor do showContent- Returns:
- the showContent
-
setShowContent
public void setShowContent(Boolean showContent)
Atribui valor para showContent- Parameters:
showContent- the showContent to set
-
getAttributionDescription
public String getAttributionDescription()
Recupera valor do attributionDescription- Returns:
- the attributionDescription
-
setAttributionDescription
public void setAttributionDescription(String attributionDescription)
Atribui valor para attributionDescription- Parameters:
attributionDescription- the attributionDescription to set
-
getAttributionType
public Integer getAttributionType()
Recupera valor do attributionType- Returns:
- the attributionType
-
setAttributionType
public void setAttributionType(Integer attributionType)
Atribui valor para attributionType- Parameters:
attributionType- the attributionType to set
-
getAttributionValue
public String getAttributionValue()
Recupera valor do attributionValue- Returns:
- the attributionValue
-
setAttributionValue
public void setAttributionValue(String attributionValue)
Atribui valor para attributionValue- Parameters:
attributionValue- the attributionValue to set
-
-