public class StandardNamedObject extends Object
| Constructor and Description | 
|---|
StandardNamedObject()
Default Constructor. 
 | 
StandardNamedObject(String name)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Return the name 
 | 
void | 
setName(String name)
Set the name 
 | 
Copyright © 2020. All rights reserved.