ijgen.generator.model
Class FieldJoinInformation

java.lang.Object
  extended by ijgen.generator.model.FieldJoinInformation

public class FieldJoinInformation
extends java.lang.Object

Author:
Detelin Zlatev Class holding the information about the relations between classes and especially information how a specific field is related to another class.

Constructor Summary
FieldJoinInformation()
           
 
Method Summary
 java.lang.String getJoinColumn()
          Gets the join column
 java.lang.String getJoinTable()
          Gets the join table
 RelationType getRelationType()
          Gets the relation type.
 void setJoinColumn(java.lang.String joinColumn)
          Sets the join column
 void setJoinTable(java.lang.String joinTable)
          Sets the join table
 void setRelationType(RelationType relationType)
          Sets the relation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldJoinInformation

public FieldJoinInformation()
Method Detail

getRelationType

public RelationType getRelationType()
Gets the relation type.

Returns:
relation type

setRelationType

public void setRelationType(RelationType relationType)
Sets the relation type.

Parameters:
relationType - relation type

getJoinTable

public java.lang.String getJoinTable()
Gets the join table

Returns:
join table

setJoinTable

public void setJoinTable(java.lang.String joinTable)
Sets the join table

Parameters:
joinTable - join table

getJoinColumn

public java.lang.String getJoinColumn()
Gets the join column

Returns:
join column

setJoinColumn

public void setJoinColumn(java.lang.String joinColumn)
Sets the join column

Parameters:
joinColumn - join column


Copyright © 2010 Detelin Zlatev. All Rights Reserved.