public class CopyrightLicenseConfiguration extends Object
The license configuration.
| Constructor and Description |
|---|
CopyrightLicenseConfiguration()
Creates a configuration
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name.
|
String |
getText()
Returns the text.
|
void |
setName(String name)
Sets the name.
|
void |
setText(String text)
Sets the text.
|
public CopyrightLicenseConfiguration()
Creates a configuration
public String getName()
Returns the name.
null, if no name is set.public void setName(String name)
Sets the name.
name - The name.public String getText()
Returns the text.
public void setText(String text)
Sets the text.
text - The text.Copyright © 2015–2019. All rights reserved.