net.sourceforge.jpaxjc.ns.persistence.orm
Class JoinColumn

java.lang.Object
  extended by net.sourceforge.jpaxjc.ns.persistence.orm.JoinColumn
All Implemented Interfaces:
Cloneable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class JoinColumn
extends Object
implements Cloneable


Field Summary
protected  String columnDefinition
           
protected  Boolean insertable
           
protected  String name
           
protected  Boolean nullable
           
protected  String referencedColumnName
           
protected  String table
           
protected  Boolean unique
           
protected  Boolean updatable
           
 
Constructor Summary
JoinColumn()
          Creates a new JoinColumn instance.
JoinColumn(JoinColumn o)
          Creates a new JoinColumn instance by deeply copying a given JoinColumn instance.
 
Method Summary
 JoinColumn clone()
          Creates and returns a deep copy of this object.
 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.
 String getTable()
          Gets the value of the table property.
 Boolean isInsertable()
          Gets the value of the insertable property.
 Boolean isNullable()
          Gets the value of the nullable property.
 Boolean isUnique()
          Gets the value of the unique property.
 Boolean isUpdatable()
          Gets the value of the updatable property.
 void setColumnDefinition(String value)
          Sets the value of the columnDefinition property.
 void setInsertable(Boolean value)
          Sets the value of the insertable property.
 void setName(String value)
          Sets the value of the name property.
 void setNullable(Boolean value)
          Sets the value of the nullable property.
 void setReferencedColumnName(String value)
          Sets the value of the referencedColumnName property.
 void setTable(String value)
          Sets the value of the table property.
 void setUnique(Boolean value)
          Sets the value of the unique property.
 void setUpdatable(Boolean value)
          Sets the value of the updatable property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String name

referencedColumnName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String referencedColumnName

unique

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Boolean unique

nullable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Boolean nullable

insertable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Boolean insertable

updatable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected Boolean updatable

columnDefinition

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String columnDefinition

table

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String table
Constructor Detail

JoinColumn

public JoinColumn()
Creates a new JoinColumn instance.


JoinColumn

public JoinColumn(JoinColumn o)
Creates a new JoinColumn instance by deeply copying a given JoinColumn instance.

Parameters:
o - The instance to copy.
Throws:
NullPointerException - if o is null.
Method Detail

getName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getReferencedColumnName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getReferencedColumnName()
Gets the value of the referencedColumnName property.

Returns:
possible object is String

setReferencedColumnName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setReferencedColumnName(String value)
Sets the value of the referencedColumnName property.

Parameters:
value - allowed object is String

isUnique

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Boolean isUnique()
Gets the value of the unique property.

Returns:
possible object is Boolean

setUnique

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setUnique(Boolean value)
Sets the value of the unique property.

Parameters:
value - allowed object is Boolean

isNullable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Boolean isNullable()
Gets the value of the nullable property.

Returns:
possible object is Boolean

setNullable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setNullable(Boolean value)
Sets the value of the nullable property.

Parameters:
value - allowed object is Boolean

isInsertable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Boolean isInsertable()
Gets the value of the insertable property.

Returns:
possible object is Boolean

setInsertable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setInsertable(Boolean value)
Sets the value of the insertable property.

Parameters:
value - allowed object is Boolean

isUpdatable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public Boolean isUpdatable()
Gets the value of the updatable property.

Returns:
possible object is Boolean

setUpdatable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setUpdatable(Boolean value)
Sets the value of the updatable property.

Parameters:
value - allowed object is Boolean

getColumnDefinition

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getColumnDefinition()
Gets the value of the columnDefinition property.

Returns:
possible object is String

setColumnDefinition

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setColumnDefinition(String value)
Sets the value of the columnDefinition property.

Parameters:
value - allowed object is String

getTable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getTable()
Gets the value of the table property.

Returns:
possible object is String

setTable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setTable(String value)
Sets the value of the table property.

Parameters:
value - allowed object is String

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2010-08-18T10:46:56+02:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public JoinColumn clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class Object
Returns:
A deep copy of this object.


Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.