| java.lang.Object info.jtrac.domain.ItemTag
ItemTag | public class ItemTag implements Serializable(Code) | | Class that exists purely to hold a single Tag associated with an item
along with a integer "type" indicating the nature of the relationship
between Item --> Tag (one directional relationship)
This is used for allowing an Item to have many Tags, web 2.0 style
|
ItemTag | public ItemTag(Tag tag, 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) | | |
|
|