org.apache.maven.plugin.pmd.model
Class CpdFile

java.lang.Object
  extended by org.apache.maven.plugin.pmd.model.CpdFile
All Implemented Interfaces:
Serializable

public class CpdFile
extends Object
implements Serializable

Class CpdFile.

Version:
$Revision: 816698 $ $Date: 2012-05-08 15:21:08 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
CpdFile()
           
 
Method Summary
 int getLine()
          Get the line field.
 String getPath()
          Get the path field.
 void setLine(int line)
          Set the line field.
 void setPath(String path)
          Set the path field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpdFile

public CpdFile()
Method Detail

getLine

public int getLine()
Get the line field.

Returns:
int

getPath

public String getPath()
Get the path field.

Returns:
String

setLine

public void setLine(int line)
Set the line field.

Parameters:
line -

setPath

public void setPath(String path)
Set the path field.

Parameters:
path -


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.