| 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–2014 The Apache Software Foundation. All rights reserved.