public class CpdFile extends Object implements Serializable
Constructor and Description |
---|
CpdFile() |
Modifier and Type | Method and Description |
---|---|
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.
|
public int getLine()
public String getPath()
public void setLine(int line)
line
- a line object.public void setPath(String path)
path
- a path object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.