org.seasar.extension.jdbc.gen.model
クラス AssociationModel

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.model.AssociationModel

public class AssociationModel
extends java.lang.Object

関連モデルです。

作成者:
taedium

フィールドの概要
protected  AssociationType associationType
          関連タイプ
protected  JoinColumnModel joinColumnModel
          結合カラムモデル
protected  JoinColumnsModel joinColumnsModel
          複合結合カラムモデル
protected  java.lang.String mappedBy
          関連の所有者側のプロパティの名前
protected  java.lang.String name
          名前
protected  java.lang.String shortClassName
          クラスの単純名
 
コンストラクタの概要
AssociationModel()
           
 
メソッドの概要
 AssociationType getAssociationType()
          関連タイプを返します。
 JoinColumnModel getJoinColumnModel()
          結合カラムモデルを返します。
 JoinColumnsModel getJoinColumnsModel()
          複合結合カラムモデルを返します。
 java.lang.String getMappedBy()
          関連の所有者側のプロパティの名前を返します。
 java.lang.String getName()
          名前を返します。
 java.lang.String getShortClassName()
          クラスの単純名を返します。
 void setAssociationType(AssociationType associationType)
          関連タイプを設定します。
 void setJoinColumnModel(JoinColumnModel joinColumnModel)
          結合カラムモデルを設定します。
 void setJoinColumnsModel(JoinColumnsModel joinColumnsModel)
          複合結合カラムモデルを設定します。
 void setMappedBy(java.lang.String mappedBy)
          関連の所有者側のプロパティの名前を設定します。
 void setName(java.lang.String name)
          名前を設定します。
 void setShortClassName(java.lang.String shortClassName)
          クラスの単純名を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

protected java.lang.String name
名前


shortClassName

protected java.lang.String shortClassName
クラスの単純名


associationType

protected AssociationType associationType
関連タイプ


mappedBy

protected java.lang.String mappedBy
関連の所有者側のプロパティの名前


joinColumnModel

protected JoinColumnModel joinColumnModel
結合カラムモデル


joinColumnsModel

protected JoinColumnsModel joinColumnsModel
複合結合カラムモデル

コンストラクタの詳細

AssociationModel

public AssociationModel()
メソッドの詳細

getName

public java.lang.String getName()
名前を返します。

戻り値:
名前

setName

public void setName(java.lang.String name)
名前を設定します。

パラメータ:
name - 名前

getShortClassName

public java.lang.String getShortClassName()
クラスの単純名を返します。

戻り値:
クラスの単純名

setShortClassName

public void setShortClassName(java.lang.String shortClassName)
クラスの単純名を設定します。

パラメータ:
shortClassName - クラスの単純名

getAssociationType

public AssociationType getAssociationType()
関連タイプを返します。

戻り値:
関連タイプ

setAssociationType

public void setAssociationType(AssociationType associationType)
関連タイプを設定します。

パラメータ:
associationType - 関連タイプ

getMappedBy

public java.lang.String getMappedBy()
関連の所有者側のプロパティの名前を返します。

戻り値:
関連の所有者側のプロパティの名前

setMappedBy

public void setMappedBy(java.lang.String mappedBy)
関連の所有者側のプロパティの名前を設定します。

パラメータ:
mappedBy - 関連の所有者側のプロパティの名前

getJoinColumnModel

public JoinColumnModel getJoinColumnModel()
結合カラムモデルを返します。

戻り値:
結合カラムモデル

setJoinColumnModel

public void setJoinColumnModel(JoinColumnModel joinColumnModel)
結合カラムモデルを設定します。

パラメータ:
joinColumnModel - 結合カラムモデル

getJoinColumnsModel

public JoinColumnsModel getJoinColumnsModel()
複合結合カラムモデルを返します。

戻り値:
複合結合カラムモデル

setJoinColumnsModel

public void setJoinColumnsModel(JoinColumnsModel joinColumnsModel)
複合結合カラムモデルを設定します。

パラメータ:
joinColumnsModel - 複合結合カラムモデル


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.