net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
Interface PrimaryKeyJoinColumn

All Known Implementing Classes:
PrimaryKeyJoinColumnImpl

public interface PrimaryKeyJoinColumn


Method Summary
 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.
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getReferencedColumnName

String getReferencedColumnName()
Gets the value of the referencedColumnName property.

Returns:
possible object is String

setReferencedColumnName

void setReferencedColumnName(String value)
Sets the value of the referencedColumnName property.

Parameters:
value - allowed object is String

getColumnDefinition

String getColumnDefinition()
Gets the value of the columnDefinition property.

Returns:
possible object is String

setColumnDefinition

void setColumnDefinition(String value)
Sets the value of the columnDefinition property.

Parameters:
value - allowed object is String


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