org.seasar.extension.jdbc.gen.desc
クラス PrimaryKeyDesc

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.desc.PrimaryKeyDesc

public class PrimaryKeyDesc
extends java.lang.Object

主キー記述です。

作成者:
taedium

入れ子のクラスの概要
protected static class PrimaryKeyDesc.Key
          キーです。
 
フィールドの概要
protected  java.util.List<java.lang.String> columnNameList
          カラム名のリスト
protected  PrimaryKeyDesc.Key key
          キー
 
コンストラクタの概要
PrimaryKeyDesc()
           
 
メソッドの概要
 void addColumnName(java.lang.String columnName)
          カラム名のリストを設定します。
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getColumnNameList()
          カラム名のリストを返します。
 int hashCode()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

key

protected final PrimaryKeyDesc.Key key
キー


columnNameList

protected java.util.List<java.lang.String> columnNameList
カラム名のリスト

コンストラクタの詳細

PrimaryKeyDesc

public PrimaryKeyDesc()
メソッドの詳細

getColumnNameList

public java.util.List<java.lang.String> getColumnNameList()
カラム名のリストを返します。

戻り値:
カラム名のリスト

addColumnName

public void addColumnName(java.lang.String columnName)
カラム名のリストを設定します。

パラメータ:
columnName - カラム名のリスト

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals


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