public class CopyrightInfo extends Object implements Serializable
| Constructor and Description |
|---|
CopyrightInfo()
Default constructor.
|
CopyrightInfo(String copyright,
int line)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCopyright() |
int |
getLine() |
void |
setCopyright(String copyright) |
void |
setLine(int line) |
public CopyrightInfo()
public CopyrightInfo(String copyright, int line)
copyright - The actual line of code containing the copyright information.line - The code line number.Copyright © 2011-2024 White Source. All Rights Reserved.