com.intland.codebeamer.persistence.dto
Class NavigationHistoryDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.ReferenceDto
com.intland.codebeamer.persistence.dto.NavigationHistoryDto
- All Implemented Interfaces:
- BaseDto, ReferableDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class NavigationHistoryDto
- extends ReferenceDto
- See Also:
- Serialized Form
Field Summary |
static java.util.List<java.lang.Integer> |
ARTIFACTS
|
static int |
CHAT
|
static int |
CONFIG_ITEM
Special history type to distinguish CMDB/Configuration Items from Tracker Issues |
static int |
REPORT
Artifact subtypes for better human-readable history |
static int |
WIKIPAGE
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CONFIG_ITEM
public static final int CONFIG_ITEM
- Special history type to distinguish CMDB/Configuration Items from Tracker Issues
- See Also:
- Constant Field Values
REPORT
public static final int REPORT
- Artifact subtypes for better human-readable history
- See Also:
- Constant Field Values
WIKIPAGE
public static final int WIKIPAGE
- See Also:
- Constant Field Values
CHAT
public static final int CHAT
- See Also:
- Constant Field Values
ARTIFACTS
public static final java.util.List<java.lang.Integer> ARTIFACTS
NavigationHistoryDto
public NavigationHistoryDto()
NavigationHistoryDto
public NavigationHistoryDto(UserDto user,
java.util.Date date,
java.lang.Integer projectId,
java.lang.Integer entityTypeId,
java.lang.Integer entityId)
getUser
public UserDto getUser()
setUser
public void setUser(UserDto user)
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date date)
getProjectId
public java.lang.Integer getProjectId()
setProjectId
public void setProjectId(java.lang.Integer projectId)
getEntityTypeId
public java.lang.Integer getEntityTypeId()
setEntityTypeId
public void setEntityTypeId(java.lang.Integer entityTypeId)
- Set the
- Parameters:
entityTypeId
- to set
getEntityId
public java.lang.Integer getEntityId()
setEntityId
public void setEntityId(java.lang.Integer entityId)
equals
public boolean equals(java.lang.Object item)
- Overrides:
equals
in class ReferenceDto
hashCode
public int hashCode()
- Overrides:
hashCode
in class ReferenceDto
Copyright © 2006-2009 Intland Software. All rights reserved.