com.intland.codebeamer.persistence.dto
Class ChartArtifactTrendDto
java.lang.Object
com.intland.codebeamer.persistence.dto.ChartArtifactTrendDto
- All Implemented Interfaces:
- BaseDto, java.io.Serializable
public class ChartArtifactTrendDto
- extends java.lang.Object
- implements BaseDto
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartArtifactTrendDto
public ChartArtifactTrendDto()
getArtifact
public ArtifactDto getArtifact()
setArtifact
public void setArtifact(ArtifactDto artifact)
getWrites
public java.lang.Long getWrites()
setWrites
public void setWrites(java.lang.Long writes)
getReads
public java.lang.Long getReads()
setReads
public void setReads(java.lang.Long downloads)
Copyright © 2006-2009 Intland Software. All rights reserved.