public class AggregatedPermissionTemplateJson extends BaseJson
Constructor and Description |
---|
AggregatedPermissionTemplateJson() |
Modifier and Type | Method and Description |
---|---|
String |
getCanCopy()
TRUE if this can be copied
|
String |
getCanDownloadOriginal()
TRUE if the original can be downloaded
|
String |
getCanDownloadProtected()
TRUE if the a protected version can be downloaded
|
String |
getCanEdit()
TRUE if this can be edited
|
String |
getCanPrint()
TRUE if this can be printed
|
String |
getIsComment()
TRUE if allow comment
|
String |
getIsProgrammaticAccess()
TRUE if programmatic access
|
String |
getIsSpotlight()
TRUE if this uses spotlight
|
String |
getTemplateDisplayedName()
Display name of the template
|
String |
getTemplateName()
Name of the template
|
PermissionTemplateType |
getTemplateType()
Type of template
|
void |
setCanCopy(String canCopy)
TRUE if this can be copied
|
void |
setCanDownloadOriginal(String canDownloadOriginal)
TRUE if the original can be downloaded
|
void |
setCanDownloadProtected(String canDownloadProtected)
TRUE if the a protected version can be downloaded
|
void |
setCanEdit(String canEdit)
TRUE if this can be edited
|
void |
setCanPrint(String canPrint)
TRUE if this can be printed
|
void |
setIsComment(String isComment)
TRUE if allow comment
|
void |
setIsProgrammaticAccess(String isProgrammaticAccess)
TRUE if programmatic access
|
void |
setIsSpotlight(String isSpotlight)
TRUE if this uses spotlight
|
void |
setTemplateDisplayedName(String templateDisplayedName)
Display name of the template
|
void |
setTemplateName(String templateName)
Name of the template
|
void |
setTemplateType(PermissionTemplateType templateType)
Type of template
|
getObjType, setObjType, toString
public PermissionTemplateType getTemplateType()
public void setTemplateType(PermissionTemplateType templateType)
templateType
- Type of templatepublic String getIsComment()
public void setIsComment(String isComment)
isComment
- TRUE if allow commentpublic String getTemplateName()
public void setTemplateName(String templateName)
templateName
- Name of the templatepublic String getIsProgrammaticAccess()
public void setIsProgrammaticAccess(String isProgrammaticAccess)
isProgrammaticAccess
- TRUE if programmatic accesspublic String getCanEdit()
public void setCanEdit(String canEdit)
canEdit
- TRUE if this can be editedpublic String getCanCopy()
public void setCanCopy(String canCopy)
canCopy
- TRUE if this can be copiedpublic String getCanDownloadProtected()
public void setCanDownloadProtected(String canDownloadProtected)
canDownloadProtected
- TRUE if the a protected version can be
downloadedpublic String getIsSpotlight()
public void setIsSpotlight(String isSpotlight)
isSpotlight
- TRUE if this uses spotlightpublic String getTemplateDisplayedName()
public void setTemplateDisplayedName(String templateDisplayedName)
templateDisplayedName
- Display name of the templatepublic String getCanPrint()
public void setCanPrint(String canPrint)
canPrint
- TRUE if this can be printedpublic String getCanDownloadOriginal()
public void setCanDownloadOriginal(String canDownloadOriginal)
canDownloadOriginal
- TRUE if the original can be downloadedCopyright © 2019. All rights reserved.