public interface Descriptive
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description.
|
String |
getDisplayName()
Returns the display name.
|
String |
getName()
Returns the name name.
|
void |
setDescription(String description)
Sets the description.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
void |
setName(String name)
Sets the name.
|
String getName()
void setName(String name)
name - the name.void setDisplayName(String displayName)
displayName - the display name.String getDisplayName()
void setDescription(String description)
description - the description.String getDescription()
Copyright © 2016–2018 Softelnet. All rights reserved.