public static class ZKAuditSet.ZKPolicyReportSections extends Object
| Modifier | Constructor and Description |
|---|---|
|
ZKPolicyReportSections() |
protected |
ZKPolicyReportSections(boolean generalInformation,
boolean fourLetterWordCommands,
boolean queryResults,
boolean checkResults,
boolean aclOverview) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAclOverview() |
boolean |
isCheckResults() |
boolean |
isFourLetterWordCommands() |
boolean |
isGeneralInformation() |
boolean |
isQueryResults() |
void |
setAclOverview(boolean aclOverview) |
void |
setCheckResults(boolean checkResults) |
void |
setFourLetterWordCommands(boolean fourLetterWordCommands) |
void |
setGeneralInformation(boolean generalInformation) |
void |
setQueryResults(boolean queryResults) |
public ZKPolicyReportSections()
protected ZKPolicyReportSections(boolean generalInformation,
boolean fourLetterWordCommands,
boolean queryResults,
boolean checkResults,
boolean aclOverview)
public boolean isGeneralInformation()
public boolean isFourLetterWordCommands()
public boolean isQueryResults()
public boolean isCheckResults()
public boolean isAclOverview()
public void setGeneralInformation(boolean generalInformation)
public void setFourLetterWordCommands(boolean fourLetterWordCommands)
public void setQueryResults(boolean queryResults)
public void setCheckResults(boolean checkResults)
public void setAclOverview(boolean aclOverview)
Copyright © 2020. All rights reserved.