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 TypeMethodDescriptionlong
getId()
long
protected void
setId
(long id) protected void
setTimestamp
(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)
-