CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ChartArtifactTrendDto

java.lang.Object
  extended by 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

Constructor Summary
ChartArtifactTrendDto()
           
 
Method Summary
 ArtifactDto getArtifact()
           
 java.lang.Long getReads()
           
 java.lang.Long getWrites()
           
 void setArtifact(ArtifactDto artifact)
           
 void setReads(java.lang.Long downloads)
           
 void setWrites(java.lang.Long writes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartArtifactTrendDto

public ChartArtifactTrendDto()
Method Detail

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)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.