public class Community extends DSpaceObject
| Constructor and Description |
|---|
Community() |
Community(Community community,
String expand,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
getCollections() |
String |
getCopyrightText() |
Integer |
getCountItems() |
String |
getIntroductoryText() |
Bitstream |
getLogo() |
Community |
getParentCommunity() |
String |
getShortDescription() |
String |
getSidebarText() |
void |
setCollections(List<Collection> collections) |
void |
setCopyrightText(String copyrightText) |
void |
setCountItems(Integer countItems) |
void |
setIntroductoryText(String introductoryText) |
void |
setParentCommunity(Community parentCommunity) |
void |
setShortDescription(String shortDescription) |
void |
setSidebarText(String sidebarText) |
public Community()
public Community(Community community, String expand, Context context) throws SQLException, javax.ws.rs.WebApplicationException
SQLExceptionjavax.ws.rs.WebApplicationExceptionpublic List<Collection> getCollections()
public void setCollections(List<Collection> collections)
public Integer getCountItems()
public void setCountItems(Integer countItems)
public String getSidebarText()
public void setSidebarText(String sidebarText)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getIntroductoryText()
public void setIntroductoryText(String introductoryText)
public String getCopyrightText()
public void setCopyrightText(String copyrightText)
public Community getParentCommunity()
public void setParentCommunity(Community parentCommunity)
public Bitstream getLogo()
Copyright © 2013 DuraSpace. All Rights Reserved.