Class AuthorityClearanceMark

java.lang.Object
org.alfresco.governance.classification.model.AuthorityClearanceMark

@Validated public class AuthorityClearanceMark extends Object
AuthorityClearanceMark
  • Constructor Details

    • AuthorityClearanceMark

      public AuthorityClearanceMark()
  • Method Details

    • id

    • getId

      public String getId()
      The id of the security mark.
      Returns:
      id
    • setId

      public void setId(String id)
    • displayLabel

      public AuthorityClearanceMark displayLabel(String displayLabel)
    • getDisplayLabel

      public String getDisplayLabel()
      The name of the security mark.
      Returns:
      displayLabel
    • setDisplayLabel

      public void setDisplayLabel(String displayLabel)
    • applied

      public AuthorityClearanceMark applied(Boolean applied)
    • isApplied

      public Boolean isApplied()
      The flag to determine whether this security mark is assigned directly to the authority.
      Returns:
      applied
    • setApplied

      public void setApplied(Boolean applied)
    • inherited

      public AuthorityClearanceMark inherited(Boolean inherited)
    • isInherited

      public Boolean isInherited()
      The flag to determine whether this security mark is inherited by the authority via group membership.
      Returns:
      inherited
    • setInherited

      public void setInherited(Boolean inherited)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object