public class ObjectResource<T> extends Object implements Resource
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected T |
value |
Constructor and Description |
---|
ObjectResource() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
T |
getValue() |
void |
setName(String name) |
void |
setValue(T value) |
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.