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

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

public class UniqueKeyDesc
extends java.lang.Object

一意キー記述です。

作成者:
taedium

入れ子のクラスの概要
protected static class UniqueKeyDesc.Key
          キーです。
 
フィールドの概要
protected  java.util.List<java.lang.String> columnNameList
          カラム名のリスト
protected  UniqueKeyDesc.Key key
          キー
 
コンストラクタの概要
UniqueKeyDesc()
           
 
メソッドの概要
 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 UniqueKeyDesc.Key key
キー


columnNameList

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

コンストラクタの詳細

UniqueKeyDesc

public UniqueKeyDesc()
メソッドの詳細

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.