java.lang.Object
net.odoframework.beans.PropertyBinding<T,K>
net.odoframework.sql.util.schema.Column<T,K,Z>
- All Implemented Interfaces:
Binding<T,K>
public class Column<T,K,Z> extends PropertyBinding<T,K>
-
Field Summary
Fields inherited from class net.odoframework.beans.PropertyBinding
getter, setter -
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected voidcheckValid()ZgetForDB(T instance)booleanisReadable()booleanisWritable()voidsetFromDB(T instance, Z dbValue)
-
Constructor Details
-
Column
-
Column
-
-
Method Details
-
getForDB
-
setFromDB
-
checkValid
protected void checkValid() -
isWritable
public boolean isWritable() -
isReadable
public boolean isReadable()
-