public class JaxbPrimaryKeyJoinColumn extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
columnDefinition  | 
protected String | 
name  | 
protected String | 
referencedColumnName  | 
| Constructor and Description | 
|---|
JaxbPrimaryKeyJoinColumn()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getColumnDefinition()
Gets the value of the columnDefinition property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
String | 
getReferencedColumnName()
Gets the value of the referencedColumnName property. 
 | 
void | 
setColumnDefinition(String value)
Sets the value of the columnDefinition property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setReferencedColumnName(String value)
Sets the value of the referencedColumnName property. 
 | 
protected String name
protected String referencedColumnName
protected String columnDefinition
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getReferencedColumnName()
Stringpublic void setReferencedColumnName(String value)
value - allowed object is
     Stringpublic String getColumnDefinition()
StringCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.