public class AiNameFormatted extends Object
Constructor and Description |
---|
AiNameFormatted() |
AiNameFormatted(String name,
String comments)
Initializes a new instance of the AiNameFormatted
|
Modifier and Type | Method and Description |
---|---|
AiNameFormatted |
comments(String comments)
Set comments and return this.
|
boolean |
equals(Object o) |
String |
getComments()
Usually empty; can contain extra message describing some issue occurred during the formatting
|
String |
getName()
Formatted name value
|
int |
hashCode() |
AiNameFormatted |
name(String name)
Set name and return this.
|
void |
setComments(String comments)
Set comments.
|
void |
setName(String name)
Set name.
|
String |
toString() |
public AiNameFormatted name(String name)
name
- Formatted name valuepublic String getName()
public void setName(String name)
name
- Formatted name valuepublic AiNameFormatted comments(String comments)
comments
- Usually empty; can contain extra message describing some issue occurred during the formattingpublic String getComments()
public void setComments(String comments)
comments
- Usually empty; can contain extra message describing some issue occurred during the formattingCopyright © 2020. All rights reserved.