Class InternalMembership

java.lang.Object
com.atlassian.crowd.model.membership.InternalMembership
All Implemented Interfaces:
Serializable

public class InternalMembership extends Object implements Serializable
Encapsulates the concept of membership.
See Also:
  • Field Details

    • createdDate

      protected Date createdDate
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
    • getParentId

      public Long getParentId()
    • getChildId

      public Long getChildId()
    • getMembershipType

      public MembershipType getMembershipType()
    • getParentName

      public String getParentName()
    • getChildName

      public String getChildName()
    • getDirectory

      public Directory getDirectory()
    • getGroupType

      public GroupType getGroupType()
    • getLowerParentName

      public String getLowerParentName()
    • getLowerChildName

      public String getLowerChildName()
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      protected void setCreatedDate(Date createdDate)
    • 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