public class Item extends DSpaceObject
| Constructor and Description |
|---|
Item() |
Item(Item item,
String expand,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchived() |
List<Bitstream> |
getBitstreams() |
String |
getLastModified() |
List<MetadataEntry> |
getMetadata() |
Collection |
getParentCollection() |
List<Collection> |
getParentCollectionList() |
List<Community> |
getParentCommunityList() |
String |
getWithdrawn() |
void |
setArchived(String archived) |
void |
setBitstreams(List<Bitstream> bitstreams) |
void |
setLastModified(String lastModified) |
void |
setMetadata(List<MetadataEntry> metadata) |
void |
setParentCollection(Collection parentCollection) |
void |
setParentCollectionList(List<Collection> parentCollectionList) |
void |
setParentCommunityList(List<Community> parentCommunityList) |
void |
setWithdrawn(String withdrawn) |
public Item()
public Item(Item item, String expand, Context context) throws SQLException, javax.ws.rs.WebApplicationException
SQLExceptionjavax.ws.rs.WebApplicationExceptionpublic String getArchived()
public void setArchived(String archived)
public String getWithdrawn()
public void setWithdrawn(String withdrawn)
public String getLastModified()
public void setLastModified(String lastModified)
public Collection getParentCollection()
public List<Collection> getParentCollectionList()
public List<MetadataEntry> getMetadata()
public void setParentCollection(Collection parentCollection)
public void setParentCollectionList(List<Collection> parentCollectionList)
public void setMetadata(List<MetadataEntry> metadata)
Copyright © 2013 DuraSpace. All Rights Reserved.