public class AttributeOverride extends java.lang.Object implements Field
Java class for attribute-override complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute-override">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="column" type="{http://java.sun.com/xml/ns/persistence/orm}column"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Column |
column |
protected java.lang.String |
description |
protected java.lang.String |
name |
| Constructor and Description |
|---|
AttributeOverride() |
AttributeOverride(java.lang.String name) |
AttributeOverride(java.lang.String name,
java.lang.String columnName) |
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Object |
getKey()
Gets the immutable key for this object.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setColumn(Column value)
Sets the value of the column property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String description
protected Column column
protected java.lang.String name
public AttributeOverride()
public AttributeOverride(java.lang.String name)
public AttributeOverride(java.lang.String name,
java.lang.String columnName)
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic Column getColumn()
public void setColumn(Column value)
public java.lang.String getName()
public void setName(java.lang.String value)