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 TypeMethodDescriptionvoidAdd an attribute key.voidvoidbooleanCheck 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.voidRemove an attribute key.voidSet an attribute value.voidvoid
-
Constructor Details
-
ObjectData
-
ObjectData
-
ObjectData
-
ObjectData
-
ObjectData
-
ObjectData
-
-
Method Details