public interface Wrapper<T>
| Modifier and Type | Method and Description |
|---|---|
void |
commitEdits() |
T |
getValue() |
boolean |
isValid() |
void |
resetEdits() |
T getValue()
boolean isValid()
void commitEdits()
void resetEdits()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.