org.sfm.map.impl
public class PropertyMapping<T,P,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> extends Object
| Constructor and Description |
|---|
PropertyMapping(PropertyMeta<T,P> propertyMeta,
K columnKey,
D columnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
D |
getColumnDefinition() |
K |
getColumnKey() |
PropertyMeta<T,P> |
getPropertyMeta() |
int |
hashCode() |
String |
toString() |
public PropertyMapping(PropertyMeta<T,P> propertyMeta, K columnKey, D columnDefinition)
public PropertyMeta<T,P> getPropertyMeta()
public K getColumnKey()
public D getColumnDefinition()
Copyright © 2015. All rights reserved.