| |
|
| java.lang.Object info.jtrac.domain.ItemUser
ItemUser | public class ItemUser implements Serializable(Code) | | Class that exists purely to hold a single user associated with an item
along with a integer "type" indicating the nature of the relationship
between Item --> User (one directional relationship)
This is used in the following cases
- users "watching" an Item and need to be notified on Status changes
and can be used for other kinds of relationships in the future
|
ItemUser | public ItemUser()(Code) | | |
ItemUser | public ItemUser(User user, int type)(Code) | | |
getId | public long getId()(Code) | | |
getType | public int getType()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setId | public void setId(long id)(Code) | | |
setType | public void setType(int type)(Code) | | |
|
|
|