Class OmexMetaObjectDataholder

    • Constructor Detail

      • OmexMetaObjectDataholder

        public OmexMetaObjectDataholder​(de.unirostock.sems.cbarchive.meta.OmexMetaDataObject metaObject)
      • OmexMetaObjectDataholder

        public OmexMetaObjectDataholder​(String id,
                                        String type,
                                        String description,
                                        boolean changed)
      • OmexMetaObjectDataholder

        public OmexMetaObjectDataholder​(String id,
                                        String type,
                                        boolean changed)
      • OmexMetaObjectDataholder

        public OmexMetaObjectDataholder()
    • Method Detail

      • getCreated

        public Date getCreated()
      • getCreators

        public List<de.unirostock.sems.cbarchive.meta.omex.VCard> getCreators()
      • getModified

        public List<Date> getModified()
      • setCreators

        public void setCreators​(List<de.unirostock.sems.cbarchive.meta.omex.VCard> creators)
      • setCreated

        public void setCreated​(Date created)
      • setModified

        public void setModified​(List<Date> modified)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • update

        public void update​(MetaObjectDataholder newMetaObject)
        Description copied from class: MetaObjectDataholder
        Updates the existing dataholder and the underlaying MetaDataObject with new information from another dataholder.
        Specified by:
        update in class MetaObjectDataholder
        Parameters:
        newMetaObject - the new meta object
      • getCombineArchiveMetaObject

        public de.unirostock.sems.cbarchive.meta.MetaDataObject getCombineArchiveMetaObject()
        Description copied from class: MetaObjectDataholder
        Generates a CombineArchive MetaObject, which can be easily added to an ArchvieEntry.
        Specified by:
        getCombineArchiveMetaObject in class MetaObjectDataholder
        Returns:
        the combine archive meta object