Package org.dspace.rest.common
Class Item
- java.lang.Object
-
- org.dspace.rest.common.DSpaceObject
-
- org.dspace.rest.common.Item
-
public class Item extends DSpaceObject
Created with IntelliJ IDEA. User: peterdietz Date: 9/19/13 Time: 4:50 PM To change this template use File | Settings | File Templates.
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthorizeServiceauthorizeServiceprotected ItemServiceitemServiceprotected MetadataExposureServicemetadataExposureService
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArchived()List<Bitstream>getBitstreams()StringgetLastModified()List<MetadataEntry>getMetadata()CollectiongetParentCollection()List<Collection>getParentCollectionList()List<Community>getParentCommunityList()StringgetWithdrawn()voidsetArchived(String archived)voidsetBitstreams(List<Bitstream> bitstreams)voidsetLastModified(String lastModified)voidsetMetadata(List<MetadataEntry> metadata)voidsetParentCollection(Collection parentCollection)voidsetParentCollectionList(List<Collection> parentCollectionList)voidsetParentCommunityList(List<Community> parentCommunityList)voidsetWithdrawn(String withdrawn)
-
-
-
Field Detail
-
itemService
protected ItemService itemService
-
metadataExposureService
protected MetadataExposureService metadataExposureService
-
authorizeService
protected AuthorizeService authorizeService
-
-
Constructor Detail
-
Item
public Item()
-
Item
public Item(Item item, javax.servlet.ServletContext servletContext, String expand, Context context) throws SQLException, javax.ws.rs.WebApplicationException
- Throws:
SQLExceptionjavax.ws.rs.WebApplicationException
-
-
Method Detail
-
getArchived
public String getArchived()
-
setArchived
public void setArchived(String archived)
-
getWithdrawn
public String getWithdrawn()
-
setWithdrawn
public void setWithdrawn(String withdrawn)
-
getLastModified
public String getLastModified()
-
setLastModified
public void setLastModified(String lastModified)
-
getParentCollection
public Collection getParentCollection()
-
getParentCollectionList
public List<Collection> getParentCollectionList()
-
getMetadata
public List<MetadataEntry> getMetadata()
-
setParentCollection
public void setParentCollection(Collection parentCollection)
-
setParentCollectionList
public void setParentCollectionList(List<Collection> parentCollectionList)
-
setMetadata
public void setMetadata(List<MetadataEntry> metadata)
-
-