public class Collection extends DSpaceObject
| Modifier and Type | Field and Description |
|---|---|
protected CollectionService |
collectionService |
protected CommunityService |
communityService |
protected ItemService |
itemService |
| Constructor and Description |
|---|
Collection() |
Collection(Collection collection,
javax.servlet.ServletContext servletContext,
String expand,
Context context,
Integer limit,
Integer offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParentCommunityList(Community parentCommunity) |
String |
getCopyrightText() |
String |
getIntroductoryText() |
List<Item> |
getItems() |
String |
getLicense() |
Bitstream |
getLogo() |
Integer |
getNumberItems() |
Community |
getParentCommunity() |
List<Community> |
getParentCommunityList() |
String |
getShortDescription() |
String |
getSidebarText() |
void |
setCopyrightText(String copyrightText) |
void |
setIntroductoryText(String introductoryText) |
void |
setItems(List<Item> items) |
void |
setLicense(String license) |
void |
setNumberItems(Integer numberItems) |
void |
setParentCommunity(Community parentCommunity) |
void |
setParentCommunityList(List<Community> parentCommunityList) |
void |
setShortDescription(String shortDescription) |
void |
setSidebarText(String sidebarText) |
protected CommunityService communityService
protected CollectionService collectionService
protected ItemService itemService
public Collection()
public Collection(Collection collection, javax.servlet.ServletContext servletContext, String expand, Context context, Integer limit, Integer offset) throws SQLException, javax.ws.rs.WebApplicationException
SQLExceptionjavax.ws.rs.WebApplicationExceptionpublic Bitstream getLogo()
public Integer getNumberItems()
public void setNumberItems(Integer numberItems)
public Community getParentCommunity()
public void setParentCommunity(Community parentCommunity)
public void addParentCommunityList(Community parentCommunity)
public String getLicense()
public void setLicense(String license)
public String getCopyrightText()
public void setCopyrightText(String copyrightText)
public String getIntroductoryText()
public void setIntroductoryText(String introductoryText)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getSidebarText()
public void setSidebarText(String sidebarText)
Copyright © 2016 DuraSpace. All rights reserved.