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) |
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) |
void |
setComments(String comments) |
void |
setName(String name) |
String |
toString() |
public AiNameFormatted name(String name)
public String getName()
public void setName(String name)
public AiNameFormatted comments(String comments)
public String getComments()
public void setComments(String comments)
Copyright © 2020. All rights reserved.