com.intland.codebeamer.persistence.dto
Class ArtifactStatusDto
java.lang.Object
com.intland.codebeamer.persistence.dto.base.IdentifiableDto
com.intland.codebeamer.persistence.dto.base.NamedDto
com.intland.codebeamer.persistence.dto.ArtifactStatusDto
- All Implemented Interfaces:
- BaseDto, ProjectAwareDto, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class ArtifactStatusDto
- extends NamedDto
- implements ProjectAwareDto
Wraps the status of an artifact.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ArtifactStatusDto
public ArtifactStatusDto()
getProject
public ProjectDto getProject()
- Specified by:
getProject
in interface ProjectAwareDto
setProject
public void setProject(ProjectDto project)
- Specified by:
setProject
in interface ProjectAwareDto
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class NamedDto
hashCode
public int hashCode()
- Overrides:
hashCode
in class NamedDto
Copyright © 2006-2009 Intland Software. All rights reserved.