public class SimplePropertyHandler<T> extends Object implements PropertyHandler<T>
PropertyHandler. Allows get/set.| Constructor and Description |
|---|
SimplePropertyHandler() |
public boolean set(T obj)
set in interface PropertyHandler<T>obj - The object to set.true if the object was set, false otherwise.public T get()
get in interface PropertyHandler<T>Copyright © 2022. All rights reserved.