Class ZoneMembershipProfileProperties


public class ZoneMembershipProfileProperties extends ClassificationBeanProperties
List of zones that the element belongs to
  • Constructor Details

    • ZoneMembershipProfileProperties

      public ZoneMembershipProfileProperties()
      Default constructor
    • ZoneMembershipProfileProperties

      public ZoneMembershipProfileProperties(ZoneMembershipProfileProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getTotalMembership

      public long getTotalMembership()
      Return the total number of elements of all open metadata types in the zone.
      Returns:
      long count
    • setTotalMembership

      public void setTotalMembership(long totalMembership)
      Set up the total number of elements of all open metadata types in the zone.
      Parameters:
      totalMembership - long count
    • getTypeMembership

      public Map<String,Long> getTypeMembership()
      Return the list of open metadata type Names mapped to the number of instances of that type in the zone.
      Returns:
      string name
    • setTypeMembership

      public void setTypeMembership(Map<String,Long> typeMembership)
      Set up the list of zone names
      Parameters:
      typeMembership - string name
    • getAnchoredTotalMembership

      public long getAnchoredTotalMembership()
      Return the total anchored elements of all open metadata types in the zone.
      Returns:
      long count
    • setAnchoredTotalMembership

      public void setAnchoredTotalMembership(long anchoredTotalMembership)
      Set up the total anchored elements of all open metadata types in the zone.
      Parameters:
      anchoredTotalMembership - long count
    • getAnchoredTypeMembership

      public Map<String,Long> getAnchoredTypeMembership()
      Return the list of open metadata type Names mapped to the count of anchored instances of that type in the zone.
      Returns:
      map
    • setAnchoredTypeMembership

      public void setAnchoredTypeMembership(Map<String,Long> anchoredTypeMembership)
      Set up the list of open metadata type Names mapped to the count of anchored instances of that type in the zone.
      Parameters:
      anchoredTypeMembership - map
    • getAllTotalMembership

      public long getAllTotalMembership()
      Return the total elements of all open metadata types in the zone.
      Returns:
      long count
    • setAllTotalMembership

      public void setAllTotalMembership(long allTotalMembership)
      Set up the total elements of all open metadata types in the zone.
      Parameters:
      allTotalMembership - long count
    • getAllTypeMembership

      public Map<String,Long> getAllTypeMembership()
      Return the list of open metadata type names mapped to the count of all instances of that type in the zone.
      Returns:
      map
    • setAllTypeMembership

      public void setAllTypeMembership(Map<String,Long> allTypeMembership)
      Set up the list of open metadata type names mapped to the count of all instances of that type in the zone.
      Parameters:
      allTypeMembership - map
    • getAnalysisTime

      public Date getAnalysisTime()
      Return the time the analysis was performed
      Returns:
      date/time
    • setAnalysisTime

      public void setAnalysisTime(Date analysisTime)
      Set the time the analysis was performed
      Parameters:
      analysisTime - date/time
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ClassificationBeanProperties
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class ClassificationBeanProperties
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class ClassificationBeanProperties
      Returns:
      int hash code