Class AnnotationTypeCategoryData

    • Constructor Detail

      • AnnotationTypeCategoryData

        public AnnotationTypeCategoryData()
    • Method Detail

      • getEntryDate

        public Date getEntryDate()
        Description copied from interface: RegisteredData
        Get the date this item was added to the database. The value is generated at creation time and can't be modified later.
        Specified by:
        getEntryDate in interface RegisteredData
      • setEntryDate

        public void setEntryDate​(Date entryDate)
      • getAnnotationTypes

        Set<AnnotationTypeData> getAnnotationTypes()
        This is the inverse end.
        See Also:
        AnnotationTypeData.getCategories()
        Hibernate: set
        table="`CategorisedAnnotationTypes`" lazy="true"
        Hibernate: collection-key
        column="`category_id`"
        Hibernate: collection-many-to-many
        column="`annotationtype_id`" class="net.sf.basedb.core.data.AnnotationTypeData"