public class Collection extends BaseXmlModel
Modifier and Type | Class and Description |
---|---|
static class |
Collection.CollectionType |
static class |
Collection.SortType |
static class |
Collection.UserCollectionType |
Constructor and Description |
---|
Collection() |
Collection(String name,
String description,
Collection.CollectionType collectionType,
List<String> categories) |
Collection(String name,
String description,
Collection.CollectionType collectionType,
String... categories) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive() |
List<String> |
getCategories() |
UUID |
getCollectionGuid() |
Integer |
getCollectionId() |
Collection.CollectionType |
getCollectionType() |
int |
getContentFileCount() |
Date |
getCreatedDate() |
String |
getDescription() |
int |
getFollowersCollection() |
int |
getFollowersUser() |
String |
getIconFilename() |
Date |
getModifiedDate() |
Date |
getMostRecentDate() |
String |
getName() |
int |
getNotificationCount() |
int |
getNumberOfComments() |
String |
getOwnerUserIconFilename() |
int |
getOwnerUserId() |
String |
getOwnerUserTitle() |
float |
getSortBy() |
Collection.SortType |
getSortType() |
int |
getUnviewedCount() |
Collection.UserCollectionType |
getUserCollectionType() |
int |
getViewCount() |
void |
setCategories(List<String> categories)
Set user defined categories for the collection
|
void |
setCollectionType(Collection.CollectionType collectionType) |
void |
setDescription(String description) |
void |
setIconFilename(String iconFilename) |
void |
setName(String name) |
getRawXml, setRawXml
public Collection()
public Collection(String name, String description, Collection.CollectionType collectionType, List<String> categories)
public Collection(String name, String description, Collection.CollectionType collectionType, String... categories)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Collection.CollectionType getCollectionType()
public void setCollectionType(Collection.CollectionType collectionType)
public String getIconFilename()
public void setIconFilename(String iconFilename)
public void setCategories(List<String> categories)
categories
- public Integer getCollectionId()
public Boolean getActive()
public Date getCreatedDate()
public Date getModifiedDate()
public float getSortBy()
public Collection.UserCollectionType getUserCollectionType()
public int getFollowersCollection()
public int getFollowersUser()
public int getOwnerUserId()
public String getOwnerUserIconFilename()
public String getOwnerUserTitle()
public int getContentFileCount()
public int getUnviewedCount()
public UUID getCollectionGuid()
public Date getMostRecentDate()
public int getNotificationCount()
public int getViewCount()
public Collection.SortType getSortType()
public int getNumberOfComments()
Copyright © 2014 Equilibrium. All rights reserved.