hudson.plugins.nsiq.model
Class Loc
java.lang.Object
hudson.plugins.nsiq.model.Loc
public class Loc
- extends java.lang.Object
- Version:
- $Rev$, $Date$
- Author:
- iceize at NHN Corporation
Constructor Summary |
Loc()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Loc
public Loc()
getTarget
public java.lang.String getTarget()
setTarget
public void setTarget(java.lang.String target)
getType
public FileType getType()
setType
public void setType(FileType type)
getFile
public java.lang.String getFile()
setFile
public void setFile(java.lang.String file)
getTotalLoc
public int getTotalLoc()
setTotalLoc
public void setTotalLoc(int totalLoc)
getCodeLoc
public int getCodeLoc()
setCodeLoc
public void setCodeLoc(int codeLoc)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2011. All Rights Reserved.