Package com.atlassian.synchrony
Class Snapshots
- java.lang.Object
-
- com.atlassian.synchrony.Snapshots
-
- All Implemented Interfaces:
NotExportable
public class Snapshots extends Object implements NotExportable
Faux class for synchrony- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description Snapshots()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetContentId()DategetInserted()StringgetKey()ContentEntityObjectgetSharedDraft()inthashCode()voidsetContentId(long contentId)voidsetInserted(Date inserted)voidsetKey(String key)voidsetSharedDraft(ContentEntityObject sharedDraft)StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getContentId
public long getContentId()
-
setContentId
public void setContentId(long contentId)
-
getInserted
public Date getInserted()
-
setInserted
public void setInserted(Date inserted)
-
getSharedDraft
public ContentEntityObject getSharedDraft()
-
setSharedDraft
public void setSharedDraft(ContentEntityObject sharedDraft)
-
-