Class Retention

    • Constructor Detail

      • Retention

        public Retention()
        Default constructor
    • Method Detail

      • getConfidence

        public Integer getConfidence()
        Level of confidence in the classification (0=none -> 100=excellent).
        Returns:
        Level of confidence
      • setConfidence

        public void setConfidence​(Integer confidence)
      • getSteward

        public String getSteward()
        Person responsible for maintaining this classification.
        Returns:
        Person responsible for maintaining this classification.
      • setSteward

        public void setSteward​(String steward)
      • getSource

        public String getSource()
        Source of the classification.
        Returns:
        Source of the classification.
      • setSource

        public void setSource​(String source)
      • getNotes

        public String getNotes()
        Information relating to the classification.
        Returns:
        Information relating to the classification.
      • setNotes

        public void setNotes​(String notes)
      • getPropertyNames

        public static Set<String> getPropertyNames()
        Retention property names
        Returns:
        Set of Strings of the Retention property names
      • getBasis

        public RetentionBasis getBasis()
        Basis on which the retention period is defined.
        Returns:
        Basis on which the retention period is defined.
      • getAssociatedGUID

        public String getAssociatedGUID()
        Related entity used to determine the retention period.
        Returns:
        Related entity used to determine the retention period.
      • setAssociatedGUID

        public void setAssociatedGUID​(String associatedGUID)
      • getArchiveAfter

        public Long getArchiveAfter()
        Related entity used to determine the retention period.
        Returns:
        Related entity used to determine the retention period.
      • setArchiveAfter

        public void setArchiveAfter​(Long archiveAfter)
      • getDeleteAfter

        public Long getDeleteAfter()
        Related entity used to determine the retention period.
        Returns:
        Related entity used to determine the retention period.
      • setDeleteAfter

        public void setDeleteAfter​(Long deleteAfter)