public class InternalMembership extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Date |
createdDate |
Modifier | Constructor and Description |
---|---|
protected |
InternalMembership() |
|
InternalMembership(InternalGroup parentGroup,
InternalGroup childGroup,
Date createdDate) |
|
InternalMembership(InternalGroup group,
InternalUser user,
Date createdDate) |
|
InternalMembership(Long id,
Long parentId,
Long childId,
MembershipType membershipType,
GroupType groupType,
String parentName,
String childName,
Directory directory,
Date createdDate)
This constructor is only used for XML imports.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getChildId() |
String |
getChildName() |
Date |
getCreatedDate() |
Directory |
getDirectory() |
GroupType |
getGroupType() |
Long |
getId() |
String |
getLowerChildName() |
String |
getLowerParentName() |
MembershipType |
getMembershipType() |
Long |
getParentId() |
String |
getParentName() |
int |
hashCode() |
protected void |
setCreatedDate(Date createdDate) |
String |
toString() |
protected Date createdDate
protected InternalMembership()
public InternalMembership(Long id, Long parentId, Long childId, MembershipType membershipType, GroupType groupType, String parentName, String childName, Directory directory, @Nullable Date createdDate)
public InternalMembership(InternalGroup group, InternalUser user, Date createdDate)
public InternalMembership(InternalGroup parentGroup, InternalGroup childGroup, Date createdDate)
public Long getId()
public Long getParentId()
public Long getChildId()
public MembershipType getMembershipType()
public String getParentName()
public String getChildName()
public Directory getDirectory()
public GroupType getGroupType()
public String getLowerParentName()
public String getLowerChildName()
public Date getCreatedDate()
protected void setCreatedDate(Date createdDate)
Copyright © 2018 Atlassian. All rights reserved.