Package com.c8db.entity
Class CollectionEntity
- java.lang.Object
-
- com.c8db.entity.CollectionEntity
-
- All Implemented Interfaces:
Entity
- Direct Known Subclasses:
CollectionPropertiesEntity,CollectionRevisionEntity
public class CollectionEntity extends Object implements Entity
-
-
Constructor Summary
Constructors Constructor Description CollectionEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetHasStream()StringgetId()BooleangetIsSpot()BooleangetIsSystem()StringgetName()CollectionStatusgetStatus()CollectionTypegetType()BooleangetWaitForSync()
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getWaitForSync
public Boolean getWaitForSync()
-
getIsSpot
public Boolean getIsSpot()
-
getIsSystem
public Boolean getIsSystem()
-
getStatus
public CollectionStatus getStatus()
-
getType
public CollectionType getType()
-
getHasStream
public Boolean getHasStream()
-
-