public class AttributeOverride extends 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 String |
description |
protected String |
name |
| Constructor and Description |
|---|
AttributeOverride() |
AttributeOverride(String name) |
AttributeOverride(String name,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn()
Gets the value of the column property.
|
String |
getDescription()
Gets the value of the description property.
|
Object |
getKey()
Gets the immutable key for this object.
|
String |
getName()
Gets the value of the name property.
|
void |
setColumn(Column value)
Sets the value of the column property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected Column column
protected String name
public AttributeOverride()
public AttributeOverride(String name)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Column getColumn()
public void setColumn(Column value)
public String getName()
public void setName(String value)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.