public class ObjAttributeWrapper extends Object implements Wrapper<ObjAttribute>
| Constructor and Description |
|---|
ObjAttributeWrapper(ObjAttribute objAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
commitEdits() |
DbAttribute |
getDbAttribute() |
String |
getDbAttributeName() |
String |
getDbAttributePath() |
ObjEntity |
getEntity() |
String |
getFailureDescription(int column) |
Class<?> |
getJavaClass() |
String |
getName() |
Object |
getParent() |
String |
getType() |
ObjAttribute |
getValue() |
boolean |
isInherited() |
boolean |
isUsedForLocking() |
boolean |
isValid() |
void |
resetEdits()
Correct ObjAttributeWrapper failures.
|
void |
setDbAttributePath(String dbAttributePath) |
void |
setEntity(Entity entity) |
void |
setName(String name) |
void |
setParent(Object parent) |
void |
setType(String type) |
void |
setUsedForLocking(boolean usedForLocking) |
public ObjAttributeWrapper(ObjAttribute objAttribute)
public ObjAttribute getValue()
getValue in interface Wrapper<ObjAttribute>public boolean isValid()
isValid in interface Wrapper<ObjAttribute>public String getFailureDescription(int column)
column - Index of column.public void commitEdits()
commitEdits in interface Wrapper<ObjAttribute>public void resetEdits()
resetEdits in interface Wrapper<ObjAttribute>public ObjEntity getEntity()
public void setEntity(Entity entity)
public String getName()
public void setName(String name)
public Object getParent()
public void setParent(Object parent)
public Class<?> getJavaClass()
public String getType()
public void setType(String type)
public boolean isUsedForLocking()
public void setUsedForLocking(boolean usedForLocking)
public DbAttribute getDbAttribute()
public boolean isInherited()
public String getDbAttributeName()
public void setDbAttributePath(String dbAttributePath)
public String getDbAttributePath()
Copyright © 2001–2015 Apache Cayenne. All rights reserved.