org.seasar.extension.jdbc.gen.internal.util
クラス PropertyMetaUtil

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.internal.util.PropertyMetaUtil

public class PropertyMetaUtil
extends java.lang.Object

PropertyMetaに関するユーティリティクラスです。

作成者:
taedium

フィールドの概要
protected static java.lang.String COMMENT_KEY
          コメントのキー
 
コンストラクタの概要
protected PropertyMetaUtil()
           
 
メソッドの概要
static java.lang.String getComment(PropertyMeta propertyMeta)
          コメントを返します。
static void setComment(PropertyMeta propertyMeta, java.lang.String comment)
          コメントを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

COMMENT_KEY

protected static java.lang.String COMMENT_KEY
コメントのキー

コンストラクタの詳細

PropertyMetaUtil

protected PropertyMetaUtil()
メソッドの詳細

setComment

public static void setComment(PropertyMeta propertyMeta,
                              java.lang.String comment)
コメントを設定します。

パラメータ:
propertyMeta - プロパティメタデータ
comment - コメント

getComment

public static java.lang.String getComment(PropertyMeta propertyMeta)
コメントを返します。

パラメータ:
propertyMeta - プロパティメタデータ
戻り値:
コメント


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