Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntityPK

Packages that use BookmarkEntityPK
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
protected  BookmarkEntityPK BookmarkEntity.bookmarkEntityPK
          EmbeddedId primary key field
 

Methods in org.glassfish.jersey.examples.bookmark_em.entity that return BookmarkEntityPK
 BookmarkEntityPK BookmarkEntity.getBookmarkEntityPK()
          Gets the bookmarkEntityPK of this BookmarkEntity.
 

Methods in org.glassfish.jersey.examples.bookmark_em.entity with parameters of type BookmarkEntityPK
 void BookmarkEntity.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
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.
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.