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 String
getAttributionDescription()
Recupera valor do attributionDescriptionInteger
getAttributionType()
Recupera valor do attributionTypeString
getAttributionValue()
Recupera valor do attributionValueBoolean
getDownloadEnabled()
Recupera valor do downloadEnabledBoolean
getInheritSecurity()
Recupera valor do inheritSecurityInteger
getSecurityLevel()
Recupera valor do securityLevelBoolean
getSecurityVersion()
Recupera valor do securityVersionBoolean
getShowContent()
Recupera valor do showContentvoid
setAttributionDescription(String attributionDescription)
Atribui valor para attributionDescriptionvoid
setAttributionType(Integer attributionType)
Atribui valor para attributionTypevoid
setAttributionValue(String attributionValue)
Atribui valor para attributionValuevoid
setDownloadEnabled(Boolean downloadEnabled)
Atribui valor para downloadEnabledvoid
setInheritSecurity(Boolean inheritSecurity)
Atribui valor para inheritSecurityvoid
setSecurityLevel(Integer securityLevel)
Atribui valor para securityLevelvoid
setSecurityVersion(Boolean securityVersion)
Atribui valor para securityVersionvoid
setShowContent(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
-
-