hudson.plugins.nsiq.model
Class Loc

java.lang.Object
  extended by hudson.plugins.nsiq.model.Loc

public class Loc
extends java.lang.Object

Version:
$Rev$, $Date$
Author:
iceize at NHN Corporation

Constructor Summary
Loc()
           
 
Method Summary
 int getCodeLoc()
           
 java.lang.String getFile()
           
 java.lang.String getTarget()
           
 int getTotalLoc()
           
 FileType getType()
           
 void setCodeLoc(int codeLoc)
           
 void setFile(java.lang.String file)
           
 void setTarget(java.lang.String target)
           
 void setTotalLoc(int totalLoc)
           
 void setType(FileType type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Loc

public Loc()
Method Detail

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.