|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.transfers.vo.Bookmark
Value Object representing a bookmark.
Field Summary | |
static int |
PLAYER
Player bookmark |
static int |
TEAM
Team bookmark |
Constructor Summary | |
Bookmark(int type,
int id,
java.lang.String name)
Creates an instance of Bookmark representing a bookmark of an item. |
Method Summary | |
int |
getId()
Gets the id of the bookmark. |
java.lang.String |
getName()
Gets the name of the bookmark. |
int |
getType()
Gets the type of the bookmark. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TEAM
public static final int PLAYER
Constructor Detail |
public Bookmark(int type, int id, java.lang.String name)
type
- Type of the bookmarkid
- Id of the bookmarked itemname
- name of the bookmarkMethod Detail |
public final int getId()
public final java.lang.String getName()
public final int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |