Package com.storedobject.core
Class ObjectData<T extends StoredObject>
java.lang.Object
com.storedobject.core.ObjectData<T>
- All Implemented Interfaces:
DataSet
-
Constructor Summary
ConstructorsConstructorDescriptionObjectData
(Class<T> objectClass) ObjectData
(Class<T> objectClass, StringList fieldNames) ObjectData
(Class<T> objectClass, String... fieldNames) ObjectData
(T object) ObjectData
(T object, StringList fieldNames) ObjectData
(T object, String... fieldNames) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an attribute key.void
void
boolean
Check whether an attribute can be set or not.Get the value for the given attribute.getGetMethod
(String key) getSetMethod
(String key) Class
<?> Get the value-type of the given attribute.keys()
Get the keys a list.void
Remove an attribute key.void
Set an attribute value.void
void
-
Constructor Details
-
ObjectData
-
ObjectData
-
ObjectData
-
ObjectData
-
ObjectData
-
ObjectData
-
-
Method Details