Class AbstractTombstone
java.lang.Object
com.atlassian.crowd.model.tombstone.AbstractTombstone
- Direct Known Subclasses:
ApplicationTombstone,EventStreamTombstone,GroupTombstone,MembershipTombstone,UserTombstone
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()longprotected voidsetId(long id) protected voidsetTimestamp(long timestamp)
-
Constructor Details
-
AbstractTombstone
protected AbstractTombstone() -
AbstractTombstone
protected AbstractTombstone(long timestamp)
-
-
Method Details
-
getId
public long getId() -
setId
protected void setId(long id) -
getTimestamp
public long getTimestamp() -
setTimestamp
protected void setTimestamp(long timestamp)
-