public class ChangeLogVersionEntryDetailImpl extends Object implements ChangeLogVersionEntryDetail
A ChangeLogVersionEntryDetail
implementation.
Constructor and Description |
---|
ChangeLogVersionEntryDetailImpl(String text)
Creates a detail.
|
Modifier and Type | Method and Description |
---|---|
String |
getText()
Returns the text.
|
void |
setText(String text)
Sets the text.
|
public ChangeLogVersionEntryDetailImpl(String text)
Creates a detail.
text
- The text.IllegalArgumentException
- If the text is null
.public String getText()
ChangeLogVersionEntryDetail
Returns the text.
getText
in interface ChangeLogVersionEntryDetail
public void setText(String text)
Sets the text.
text
- The text.IllegalArgumentException
- If the text is null
.Copyright © 2015–2019. All rights reserved.