- All Superinterfaces:
VoDObject
public interface VoDObject extends VoDObject
-
Method Summary
Modifier and Type Method Description void
addProperty(String property, String propertyLabel, Class<?> type)
boolean
containsProperty(String property)
Object
getProperty(String property)
<T> T
getProperty(String property, Class<T> type)
void
insertProperty(String before, String property, String propertyLabel, Class<?> type)
List<String>
propertyNames()
void
removeProperty(String property)
void
setProperty(String property, Object value)
-
Method Details
-
addProperty
void addProperty(String property, String propertyLabel, Class<?> type) throws IllegalArgumentException- Throws:
IllegalArgumentException
-
insertProperty
void insertProperty(String before, String property, String propertyLabel, Class<?> type) throws IllegalArgumentException- Throws:
IllegalArgumentException
-
setProperty
-
getProperty
-
getProperty
-
removeProperty
-
propertyNames
-
containsProperty
-