com.intland.codebeamer.persistence.dto
Class ArtifactHistoryEntryDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.NamedDto
com.intland.codebeamer.persistence.dto.base.DescribeableDto
com.intland.codebeamer.persistence.dto.base.AbstractCommentDto
com.intland.codebeamer.persistence.dto.ArtifactHistoryEntryDto
- All Implemented Interfaces:
- BaseDto, IndexableDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class ArtifactHistoryEntryDto
- extends AbstractCommentDto
Wraps an artifact history entry.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ArtifactHistoryEntryDto
public ArtifactHistoryEntryDto()
getArtifact
public ArtifactDto getArtifact()
setArtifact
public void setArtifact(ArtifactDto artifact)
getOperationId
public java.lang.Integer getOperationId()
setOperationId
public void setOperationId(java.lang.Integer operationId)
getUser
public UserDto getUser()
- Get the user that submitted this change. This is equivalent to
AbstractCommentDto.getSubmitter()
- Returns:
- the user that submitted this change
setUser
public void setUser(UserDto user)
- Set the user that submitted this change. This is equivalent to
AbstractCommentDto.setSubmitter(UserDto)
- Parameters:
user
- that submitted this change
getExecutedAt
public java.util.Date getExecutedAt()
- Get the date and time this entry was submitted/created. This is equivalent to
AbstractCommentDto.getSubmittedAt()
- Returns:
- the submit/creation date of this entry
setExecutedAt
public void setExecutedAt(java.util.Date executedAt)
- Get the date and time this entry was submitted/created. This is equivalent to
AbstractCommentDto.setSubmittedAt(Date)
- Parameters:
executedAt
- is the submit/creation date of this entry
getRevision
public java.lang.String getRevision()
setRevision
public void setRevision(java.lang.String revision)
getComment
public java.lang.String getComment()
setComment
public void setComment(java.lang.String comment)
getCommentFormat
public java.lang.String getCommentFormat()
setCommentFormat
public void setCommentFormat(java.lang.String commentFormat)
getObjectLength
public java.lang.Long getObjectLength()
setObjectLength
public void setObjectLength(java.lang.Long objectLength)
getStatus
public ArtifactStatusDto getStatus()
setStatus
public void setStatus(ArtifactStatusDto status)
getOwner
public UserDto getOwner()
setOwner
public void setOwner(UserDto owner)
getLockedByUser
public UserDto getLockedByUser()
setLockedByUser
public void setLockedByUser(UserDto lockedByUser)
Copyright © 2006-2009 Intland Software. All rights reserved.