Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
Packages that use BookmarkEntityPK
-
Uses of BookmarkEntityPK in org.glassfish.jersey.examples.bookmark_em.entity
Fields in org.glassfish.jersey.examples.bookmark_em.entity declared as BookmarkEntityPKModifier and TypeFieldDescriptionprotected BookmarkEntityPKBookmarkEntity.bookmarkEntityPKEmbeddedId primary key fieldMethods in org.glassfish.jersey.examples.bookmark_em.entity that return BookmarkEntityPKModifier and TypeMethodDescriptionBookmarkEntity.getBookmarkEntityPK()Gets the bookmarkEntityPK of this BookmarkEntity.Methods in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type BookmarkEntityPKModifier and TypeMethodDescriptionvoidBookmarkEntity.setBookmarkEntityPK(BookmarkEntityPK bookmarkEntityPK) Sets the bookmarkEntityPK of this BookmarkEntity to the specified value.Constructors in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type BookmarkEntityPKModifierConstructorDescriptionBookmarkEntity(BookmarkEntityPK bookmarkEntityPK) Creates a new instance of BookmarkEntity with the specified values.BookmarkEntity(BookmarkEntityPK bookmarkEntityPK, String uri) Creates a new instance of BookmarkEntity with the specified values.