构造器和说明 |
---|
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
在类中 DAOBean
public boolean equals4Properties(java.lang.Object obj)
DAOBean
equals4Properties
在类中 DAOBean
obj
- 指定的对象