Class MembershipTombstone
java.lang.Object
com.atlassian.crowd.model.tombstone.AbstractTombstone
com.atlassian.crowd.model.tombstone.MembershipTombstone
- Direct Known Subclasses:
GroupMembershipTombstone,UserMembershipTombstone
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedMembershipTombstone(long timestamp, String childName, String parentName, long directoryId) -
Method Summary
Modifier and TypeMethodDescriptionlongprotected voidsetChildName(String childName) protected voidsetDirectoryId(long directoryId) protected voidsetParentName(String parentName) toString()Methods inherited from class com.atlassian.crowd.model.tombstone.AbstractTombstone
getId, getTimestamp, setId, setTimestamp
-
Constructor Details
-
MembershipTombstone
protected MembershipTombstone() -
MembershipTombstone
-
-
Method Details