public abstract class BaseProperties extends Object
| Constructor and Description |
|---|
BaseProperties(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
clientName() |
boolean |
containsProperty(String propertyName) |
Object |
get(String propertyName) |
protected void |
put(String propertyName,
Object propertyValue) |
public BaseProperties(String name)
name - Name or id of the clientpublic final String clientName()
public final Object get(String propertyName)
propertyName - Name of the property to get valuepublic final boolean containsProperty(String propertyName)
propertyName - Name of the property to checkCopyright © 2019. All rights reserved.