public class TableDataFavoriteNode extends TableDataDAOBean
id
构造器和说明 |
---|
TableDataFavoriteNode() |
TableDataFavoriteNode(long id) |
TableDataFavoriteNode(java.lang.String userName,
FavoriteNode node) |
TableDataFavoriteNode(java.lang.String userName,
int type,
long entryid) |
限定符和类型 | 方法和说明 |
---|---|
long |
getEntryid() |
FavoriteNode |
getFavoriteNode(long userId) |
int |
getType() |
java.lang.String |
getUserName() |
void |
setEntryid(long entryid) |
void |
setType(int type) |
void |
setUserName(java.lang.String userName) |
getId, setId
public TableDataFavoriteNode()
public TableDataFavoriteNode(long id)
public TableDataFavoriteNode(java.lang.String userName, FavoriteNode node)
public TableDataFavoriteNode(java.lang.String userName, int type, long entryid)
public java.lang.String getUserName()
public int getType()
public long getEntryid()
public FavoriteNode getFavoriteNode(long userId)
public void setUserName(java.lang.String userName)
public void setType(int type)
public void setEntryid(long entryid)