public class ResourceBase extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected NamingResources |
resources
The NamingResources with which we are associated (if any).
|
Constructor and Description |
---|
ResourceBase() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
NamingResources |
getNamingResources() |
Object |
getProperty(String name)
Return a configured property.
|
String |
getType() |
Iterator<String> |
listProperties()
List properties.
|
void |
removeProperty(String name)
remove a configured property.
|
void |
setDescription(String description) |
void |
setName(String name) |
void |
setProperty(String name,
Object value)
Set a configured property.
|
void |
setType(String type) |
protected NamingResources resources
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public void removeProperty(String name)
public NamingResources getNamingResources()
Copyright © 2019. All rights reserved.