All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OrganizationProfileProperties

public class TeamProfileProperties extends ActorProfileProperties
The PersonalProfileProperties describes an individual. Information about the personal profile is stored as an Person entity in the metadata repository.
See Also:
  • Constructor Details

    • TeamProfileProperties

      public TeamProfileProperties()
      Default Constructor
    • TeamProfileProperties

      public TeamProfileProperties(TeamProfileProperties template)
      Copy/clone Constructor - the resulting object.
      Parameters:
      template - object being copied
  • Method Details

    • getTeamType

      public String getTeamType()
      Return the type of team.
      Returns:
      string name
    • setTeamType

      public void setTeamType(String teamType)
      Set up the type of team.
      Parameters:
      teamType - string name
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class ActorProfileProperties
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class ActorProfileProperties
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Just use the GUID for the hash code as it should be unique.
      Overrides:
      hashCode in class ActorProfileProperties
      Returns:
      int code