net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl
Class DiscriminatorColumnImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.DiscriminatorColumnImpl
All Implemented Interfaces:
Serializable, Cloneable, DiscriminatorColumn

public class DiscriminatorColumnImpl
extends Object
implements Serializable, Cloneable, DiscriminatorColumn

See Also:
Serialized Form

Field Summary
protected  String columnDefinition
           
protected  DiscriminatorType discriminatorType
           
protected  Integer length
           
protected  String name
           
 
Constructor Summary
DiscriminatorColumnImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.DiscriminatorColumnImpl instance.
DiscriminatorColumnImpl(DiscriminatorColumnImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.DiscriminatorColumnImpl instance by copying a given instance.
 
Method Summary
 DiscriminatorColumnImpl clone()
          Creates and returns a copy of this object.
 String getColumnDefinition()
          Gets the value of the columnDefinition property.
 DiscriminatorType getDiscriminatorType()
          Gets the value of the discriminatorType property.
 Integer getLength()
          Gets the value of the length property.
 String getName()
          Gets the value of the name property.
 void setColumnDefinition(String value)
          Sets the value of the columnDefinition property.
 void setDiscriminatorType(DiscriminatorType value)
          Sets the value of the discriminatorType property.
 void setLength(Integer value)
          Sets the value of the length property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

discriminatorType

protected DiscriminatorType discriminatorType

columnDefinition

protected String columnDefinition

length

protected Integer length
Constructor Detail

DiscriminatorColumnImpl

public DiscriminatorColumnImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.DiscriminatorColumnImpl instance.


DiscriminatorColumnImpl

public DiscriminatorColumnImpl(DiscriminatorColumnImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.persistence.orm.impl.DiscriminatorColumnImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getName

public String getName()
Description copied from interface: DiscriminatorColumn
Gets the value of the name property.

Specified by:
getName in interface DiscriminatorColumn
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: DiscriminatorColumn
Sets the value of the name property.

Specified by:
setName in interface DiscriminatorColumn
Parameters:
value - allowed object is String

getDiscriminatorType

public DiscriminatorType getDiscriminatorType()
Description copied from interface: DiscriminatorColumn
Gets the value of the discriminatorType property.

Specified by:
getDiscriminatorType in interface DiscriminatorColumn
Returns:
possible object is DiscriminatorType

setDiscriminatorType

public void setDiscriminatorType(DiscriminatorType value)
Description copied from interface: DiscriminatorColumn
Sets the value of the discriminatorType property.

Specified by:
setDiscriminatorType in interface DiscriminatorColumn
Parameters:
value - allowed object is DiscriminatorType

getColumnDefinition

public String getColumnDefinition()
Description copied from interface: DiscriminatorColumn
Gets the value of the columnDefinition property.

Specified by:
getColumnDefinition in interface DiscriminatorColumn
Returns:
possible object is String

setColumnDefinition

public void setColumnDefinition(String value)
Description copied from interface: DiscriminatorColumn
Sets the value of the columnDefinition property.

Specified by:
setColumnDefinition in interface DiscriminatorColumn
Parameters:
value - allowed object is String

getLength

public Integer getLength()
Description copied from interface: DiscriminatorColumn
Gets the value of the length property.

Specified by:
getLength in interface DiscriminatorColumn
Returns:
possible object is Integer

setLength

public void setLength(Integer value)
Description copied from interface: DiscriminatorColumn
Sets the value of the length property.

Specified by:
setLength in interface DiscriminatorColumn
Parameters:
value - allowed object is Integer

clone

public DiscriminatorColumnImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.