CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Class ChartSymbolTrendDto

java.lang.Object
  extended by com.intland.codebeamer.persistence.dto.ChartSymbolTrendDto
All Implemented Interfaces:
BaseDto, java.io.Serializable

public class ChartSymbolTrendDto
extends java.lang.Object
implements BaseDto

See Also:
Serialized Form

Constructor Summary
ChartSymbolTrendDto()
           
 
Method Summary
 java.lang.Long getClasses()
           
 java.lang.Long getClassesDiff()
           
 java.util.Date getDate()
           
 java.lang.Long getFunctions()
           
 java.lang.Long getFunctionsDiff()
           
 java.lang.Long getInheritances()
           
 java.lang.Long getInheritancesDiff()
           
 java.lang.Long getMethods()
           
 java.lang.Long getMethodsDiff()
           
 void setClasses(java.lang.Long classes)
           
 void setClassesDiff(java.lang.Long classesDiff)
           
 void setDate(java.util.Date date)
           
 void setFunctions(java.lang.Long functions)
           
 void setFunctionsDiff(java.lang.Long functionsDiff)
           
 void setInheritances(java.lang.Long inheritances)
           
 void setInheritancesDiff(java.lang.Long inheritancesDiff)
           
 void setMethods(java.lang.Long methods)
           
 void setMethodsDiff(java.lang.Long methodsDiff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartSymbolTrendDto

public ChartSymbolTrendDto()
Method Detail

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)

getClasses

public java.lang.Long getClasses()

setClasses

public void setClasses(java.lang.Long classes)

getClassesDiff

public java.lang.Long getClassesDiff()

setClassesDiff

public void setClassesDiff(java.lang.Long classesDiff)

getMethods

public java.lang.Long getMethods()

setMethods

public void setMethods(java.lang.Long methods)

getMethodsDiff

public java.lang.Long getMethodsDiff()

setMethodsDiff

public void setMethodsDiff(java.lang.Long methodsDiff)

getFunctions

public java.lang.Long getFunctions()

setFunctions

public void setFunctions(java.lang.Long functions)

getFunctionsDiff

public java.lang.Long getFunctionsDiff()

setFunctionsDiff

public void setFunctionsDiff(java.lang.Long functionsDiff)

getInheritances

public java.lang.Long getInheritances()

setInheritances

public void setInheritances(java.lang.Long inheritances)

getInheritancesDiff

public java.lang.Long getInheritancesDiff()

setInheritancesDiff

public void setInheritancesDiff(java.lang.Long inheritancesDiff)

CodeBeamer 5.4.0.1-RC API

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