Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK
-
Packages that use BookmarkEntityPK Package Description org.glassfish.jersey.examples.bookmark_em.entity -
-
Uses of BookmarkEntityPK in org.glassfish.jersey.examples.bookmark_em.entity
Fields in org.glassfish.jersey.examples.bookmark_em.entity declared as BookmarkEntityPK Modifier and Type Field Description protected BookmarkEntityPKBookmarkEntity. bookmarkEntityPKEmbeddedId primary key fieldMethods in org.glassfish.jersey.examples.bookmark_em.entity that return BookmarkEntityPK Modifier and Type Method Description BookmarkEntityPKBookmarkEntity. getBookmarkEntityPK()Gets the bookmarkEntityPK of this BookmarkEntity.Methods in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type BookmarkEntityPK Modifier and Type Method Description voidBookmarkEntity. 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 BookmarkEntityPK Constructor Description BookmarkEntity(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.
-