org.apache.openejb.jee.jpa
Class AttributeOverride
java.lang.Object
org.apache.openejb.jee.jpa.AttributeOverride
- All Implemented Interfaces:
- Field
public class AttributeOverride
- extends Object
- implements Field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
protected Column column
name
protected String name
AttributeOverride
public AttributeOverride()
AttributeOverride
public AttributeOverride(String name)
AttributeOverride
public AttributeOverride(String name,
String columnName)
getColumn
public Column getColumn()
- Gets the value of the column property.
- Specified by:
getColumn
in interface Field
- Returns:
- possible object is
Column
setColumn
public void setColumn(Column value)
- Sets the value of the column property.
- Specified by:
setColumn
in interface Field
- Parameters:
value
- allowed object is
Column
getName
public String getName()
- Gets the value of the name property.
- Specified by:
getName
in interface Field
- Returns:
- possible object is
String
setName
public void setName(String value)
- Sets the value of the name property.
- Specified by:
setName
in interface Field
- Parameters:
value
- allowed object is
String
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.