Class 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.
    • 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:
        SQLException
        javax.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()
      • getParentCommunityList

        public List<Community> getParentCommunityList()
      • setParentCollection

        public void setParentCollection​(Collection parentCollection)
      • setParentCollectionList

        public void setParentCollectionList​(List<Collection> parentCollectionList)
      • setParentCommunityList

        public void setParentCommunityList​(List<Community> parentCommunityList)
      • setBitstreams

        public void setBitstreams​(List<Bitstream> bitstreams)