Package com.fluig.sdk.api.document
Class SolvedPermissionVO
- java.lang.Object
-
- com.fluig.sdk.api.document.SolvedPermissionVO
-
- All Implemented Interfaces:
Serializable
public class SolvedPermissionVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolvedPermissionVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentVOgetDocument()intgetSecurityLevel()booleanisDownloadEnabled()booleanisShowContent()voidsetDocument(DocumentVO document)voidsetDownloadEnabled(boolean downloadEnabled)voidsetSecurityLevel(int securityLevel)voidsetShowContent(boolean showContent)
-
-
-
Method Detail
-
getDocument
public DocumentVO getDocument()
-
setDocument
public void setDocument(DocumentVO document)
-
getSecurityLevel
public int getSecurityLevel()
-
setSecurityLevel
public void setSecurityLevel(int securityLevel)
-
isShowContent
public boolean isShowContent()
-
setShowContent
public void setShowContent(boolean showContent)
-
isDownloadEnabled
public boolean isDownloadEnabled()
-
setDownloadEnabled
public void setDownloadEnabled(boolean downloadEnabled)
-
-