public class JoinColumn extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref-column" type="{http://www.w3.org/2001/XMLSchema}string" default="field" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
<attribute name="insertable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="updatable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected Boolean |
insertable |
protected String |
refColumn |
protected Boolean |
updatable |
| Constructor and Description |
|---|
JoinColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Obtient la valeur de la propriété column.
|
String |
getRefColumn()
Obtient la valeur de la propriété refColumn.
|
boolean |
isInsertable()
Obtient la valeur de la propriété insertable.
|
boolean |
isUpdatable()
Obtient la valeur de la propriété updatable.
|
void |
setColumn(String value)
Définit la valeur de la propriété column.
|
void |
setInsertable(Boolean value)
Définit la valeur de la propriété insertable.
|
void |
setRefColumn(String value)
Définit la valeur de la propriété refColumn.
|
void |
setUpdatable(Boolean value)
Définit la valeur de la propriété updatable.
|
protected String refColumn
protected String column
protected Boolean insertable
protected Boolean updatable
public String getRefColumn()
Stringpublic void setRefColumn(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic boolean isInsertable()
Booleanpublic void setInsertable(Boolean value)
value - allowed object is
Booleanpublic boolean isUpdatable()
BooleanCopyright © 2015. All rights reserved.