public class ColumnAccessor extends AbstractAnnotatedAccessor implements com.manydesigns.elements.reflection.PropertyAccessor
| Modifier and Type | Field and Description |
|---|---|
protected com.manydesigns.portofino.model.database.Column |
column |
static String |
copyright |
static org.slf4j.Logger |
logger |
protected com.manydesigns.elements.reflection.PropertyAccessor |
nestedPropertyAccessor |
| Constructor and Description |
|---|
ColumnAccessor(com.manydesigns.portofino.model.database.Column column,
boolean inPk,
boolean autoGenerated,
com.manydesigns.elements.reflection.PropertyAccessor nestedPropertyAccessor) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object obj) |
com.manydesigns.portofino.model.database.Column |
getColumn() |
int |
getModifiers() |
String |
getName() |
Class |
getType() |
void |
set(Object obj,
Object value) |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentpublic static final String copyright
protected final com.manydesigns.portofino.model.database.Column column
protected final com.manydesigns.elements.reflection.PropertyAccessor nestedPropertyAccessor
public static final org.slf4j.Logger logger
public ColumnAccessor(com.manydesigns.portofino.model.database.Column column,
boolean inPk,
boolean autoGenerated,
com.manydesigns.elements.reflection.PropertyAccessor nestedPropertyAccessor)
public String getName()
getName in interface com.manydesigns.elements.reflection.PropertyAccessorpublic Class getType()
getType in interface com.manydesigns.elements.reflection.PropertyAccessorpublic int getModifiers()
getModifiers in interface com.manydesigns.elements.reflection.PropertyAccessorpublic Object get(Object obj)
get in interface com.manydesigns.elements.reflection.PropertyAccessorpublic void set(Object obj, Object value)
set in interface com.manydesigns.elements.reflection.PropertyAccessorpublic com.manydesigns.portofino.model.database.Column getColumn()
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.