Class ClassificationInformation
java.lang.Object
org.alfresco.governance.classification.model.ClassificationInformation
ClassificationInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExemptionIdsItem(String exemptionIdsItem) addReasonIdsItem(String reasonIdsItem) classificationAgency(String classificationAgency) declassificationEvent(String declassificationEvent) declassifyOn(LocalDate declassifyOn) downgradeEvent(String downgradeEvent) downgradeInstructions(String downgradeInstructions) downgradeOn(LocalDate downgradeOn) booleanexemptionIds(List<String> exemptionIds) Get classificationAgencyGet declassificationEvent@Valid LocalDateGet declassifyOnGet downgradeEventGet downgradeInstructions@Valid LocalDateGet downgradeOnGet exemptionIds@NotNull StringgetLevel()Get levelGet reasonIdsinthashCode()voidsetClassificationAgency(String classificationAgency) voidsetDeclassificationEvent(String declassificationEvent) voidsetDeclassifyOn(LocalDate declassifyOn) voidsetDowngradeEvent(String downgradeEvent) voidsetDowngradeInstructions(String downgradeInstructions) voidsetDowngradeOn(LocalDate downgradeOn) voidsetExemptionIds(List<String> exemptionIds) voidvoidsetReasonIds(List<String> reasonIds) toString()
-
Constructor Details
-
ClassificationInformation
public ClassificationInformation()
-
-
Method Details
-
level
-
getLevel
Get level- Returns:
- level
-
setLevel
-
classificationAgency
-
getClassificationAgency
Get classificationAgency- Returns:
- classificationAgency
-
setClassificationAgency
-
reasonIds
-
addReasonIdsItem
-
getReasonIds
Get reasonIds- Returns:
- reasonIds
-
setReasonIds
-
downgradeOn
-
getDowngradeOn
Get downgradeOn- Returns:
- downgradeOn
-
setDowngradeOn
-
downgradeEvent
-
getDowngradeEvent
Get downgradeEvent- Returns:
- downgradeEvent
-
setDowngradeEvent
-
downgradeInstructions
-
getDowngradeInstructions
Get downgradeInstructions- Returns:
- downgradeInstructions
-
setDowngradeInstructions
-
declassifyOn
-
getDeclassifyOn
Get declassifyOn- Returns:
- declassifyOn
-
setDeclassifyOn
-
declassificationEvent
-
getDeclassificationEvent
Get declassificationEvent- Returns:
- declassificationEvent
-
setDeclassificationEvent
-
exemptionIds
-
addExemptionIdsItem
-
getExemptionIds
Get exemptionIds- Returns:
- exemptionIds
-
setExemptionIds
-
equals
-
hashCode
public int hashCode() -
toString
-