| 构造器和说明 |
|---|
FavoriteNode() |
FavoriteNode(long id) |
FavoriteNode(long userId,
int type,
long entryid) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals4Properties(java.lang.Object obj)
属性是否相同
|
long |
getEntryid() |
int |
getType() |
long |
getUserId() |
protected int |
hashCode4Properties() |
void |
setEntryid(long entryid) |
void |
setType(int type) |
void |
setUserId(long userId) |
public FavoriteNode()
public FavoriteNode(long id)
public FavoriteNode(long userId,
int type,
long entryid)
public long getUserId()
public void setUserId(long userId)
public int getType()
public void setType(int type)
public long getEntryid()
public void setEntryid(long entryid)
protected int hashCode4Properties()
hashCode4Properties 在类中 DAOBeanpublic boolean equals4Properties(java.lang.Object obj)
DAOBeanequals4Properties 在类中 DAOBeanobj - 指定的对象