com.intland.codebeamer.persistence.dto
Class SourceFilesStatsDto
java.lang.Object
com.intland.codebeamer.persistence.dto.SourceFilesStatsDto
- All Implemented Interfaces:
- BaseDto, ProjectAwareDto, java.io.Serializable
- Direct Known Subclasses:
- DailyProjectSourceCodeStatsDto
public class SourceFilesStatsDto
- extends java.lang.Object
- implements ProjectAwareDto
Statistical info about the source files in the project.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceFilesStatsDto
public SourceFilesStatsDto()
getCommentLines
public java.lang.Integer getCommentLines()
setCommentLines
public void setCommentLines(java.lang.Integer commentLines)
getEmptyLines
public java.lang.Integer getEmptyLines()
setEmptyLines
public void setEmptyLines(java.lang.Integer emptyLines)
getFiles
public java.lang.Integer getFiles()
setFiles
public void setFiles(java.lang.Integer files)
getProject
public ProjectDto getProject()
- Specified by:
getProject
in interface ProjectAwareDto
setProject
public void setProject(ProjectDto project)
- Specified by:
setProject
in interface ProjectAwareDto
getTotalLines
public java.lang.Integer getTotalLines()
setTotalLines
public void setTotalLines(java.lang.Integer totalLines)
getCodeLines
public java.lang.Integer getCodeLines()
setCodeLines
public void setCodeLines(java.lang.Integer codeLines)
getLength
public java.lang.Long getLength()
setLength
public void setLength(java.lang.Long length)
getTypeId
public java.lang.String getTypeId()
setTypeId
public void setTypeId(java.lang.String typeId)
Copyright © 2006-2009 Intland Software. All rights reserved.