Class AuthorityClearanceMark
java.lang.Object
org.alfresco.governance.classification.model.AuthorityClearanceMark
AuthorityClearanceMark
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayLabel(String displayLabel) booleanThe name of the security mark.getId()The id of the security mark.inthashCode()The flag to determine whether this security mark is assigned directly to the authority.The flag to determine whether this security mark is inherited by the authority via group membership.voidsetApplied(Boolean applied) voidsetDisplayLabel(String displayLabel) voidvoidsetInherited(Boolean inherited) toString()
-
Constructor Details
-
AuthorityClearanceMark
public AuthorityClearanceMark()
-
-
Method Details
-
id
-
getId
The id of the security mark.- Returns:
- id
-
setId
-
displayLabel
-
getDisplayLabel
The name of the security mark.- Returns:
- displayLabel
-
setDisplayLabel
-
applied
-
isApplied
The flag to determine whether this security mark is assigned directly to the authority.- Returns:
- applied
-
setApplied
-
inherited
-
isInherited
The flag to determine whether this security mark is inherited by the authority via group membership.- Returns:
- inherited
-
setInherited
-
equals
-
hashCode
public int hashCode() -
toString
-