Package com.fluig.sdk.api.document
Class DocumentSecurityConfigVO
- java.lang.Object
-
- com.fluig.sdk.api.document.DocumentSecurityConfigVO
-
- All Implemented Interfaces:
Serializable
public class DocumentSecurityConfigVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentSecurityConfigVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAttributionType()
String
getAttributionValue()
long
getCompanyId()
int
getDocumentId()
Boolean
getDownloadEnabled()
Boolean
getPermission()
Integer
getSecurityLevel()
Boolean
getSecurityVersion()
int
getSequence()
Boolean
getShowContent()
int
getVersion()
void
setAttributionType(Integer attributionType)
void
setAttributionValue(String attributionValue)
void
setCompanyId(long companyId)
void
setDocumentId(int documentId)
void
setDownloadEnabled(Boolean downloadEnabled)
void
setPermission(Boolean permission)
void
setSecurityLevel(Integer securityLevel)
void
setSecurityVersion(Boolean securityVersion)
void
setSequence(int sequence)
void
setShowContent(Boolean showContent)
void
setVersion(int version)
-
-
-
Method Detail
-
getDocumentId
public int getDocumentId()
-
setDocumentId
public void setDocumentId(int documentId)
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getSequence
public int getSequence()
-
setSequence
public void setSequence(int sequence)
-
getCompanyId
public long getCompanyId()
-
setCompanyId
public void setCompanyId(long companyId)
-
getPermission
public Boolean getPermission()
-
setPermission
public void setPermission(Boolean permission)
-
getShowContent
public Boolean getShowContent()
-
setShowContent
public void setShowContent(Boolean showContent)
-
getSecurityVersion
public Boolean getSecurityVersion()
-
setSecurityVersion
public void setSecurityVersion(Boolean securityVersion)
-
getAttributionType
public Integer getAttributionType()
-
setAttributionType
public void setAttributionType(Integer attributionType)
-
getAttributionValue
public String getAttributionValue()
-
setAttributionValue
public void setAttributionValue(String attributionValue)
-
getSecurityLevel
public Integer getSecurityLevel()
-
setSecurityLevel
public void setSecurityLevel(Integer securityLevel)
-
getDownloadEnabled
public Boolean getDownloadEnabled()
-
setDownloadEnabled
public void setDownloadEnabled(Boolean downloadEnabled)
-
-