public class EntityPropertyDesc
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
allocationSize
識別子の割り当てサイズ
|
protected java.lang.String |
columnName
カラム名
|
protected java.lang.String |
comment
コメント
|
protected boolean |
date
日付を表す場合
true |
protected java.lang.String |
entityClassName
エンティティのクラス名
|
protected GenerationType |
generationType
識別子の生成方法を示す方法、生成しない場合
null |
protected boolean |
id
識別子の場合
true |
protected java.lang.Long |
initialValue
識別子の初期値
|
protected java.lang.String |
name
名前
|
protected boolean |
number
数値を表す場合
true |
protected java.lang.String |
propertyClassName
プロパティクラス名
|
protected boolean |
showColumnName
カラム名を表示する場合
true |
protected boolean |
time
時刻を表す場合
true |
protected boolean |
timestamp
タイムスタンプを表す場合
true |
protected boolean |
version
バージョンの場合
true |
| Constructor and Description |
|---|
EntityPropertyDesc() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAllocationSize()
識別子の割り当てサイズを返します。
|
java.lang.String |
getColumnName()
カラム名を返します。
|
java.lang.String |
getComment()
コメントを返します。
|
java.lang.String |
getEntityClassName()
エンティティのクラス名を返します。
|
GenerationType |
getGenerationType()
識別子の生成方法を示す方法を返します。
|
java.lang.Long |
getInitialValue()
識別子の初期値を返します。
|
java.lang.String |
getName()
名前を返します。
|
java.lang.String |
getPropertyClassName()
プロパティクラス名を返します。
|
java.lang.String |
getPropertyClassSimpleName()
プロパティクラスの単純名を返します。
|
boolean |
isDate()
日付を表す場合
trueを返します。 |
boolean |
isId()
識別子の場合
true を返します。 |
boolean |
isNumber()
数値を表す場合
trueを返します。 |
boolean |
isShowColumnName()
カラム名を表示する場合
true を返します。 |
boolean |
isTime()
時刻を表す場合
trueを返します。 |
boolean |
isTimestamp()
タイムスタンプを表す場合
trueを返します。 |
boolean |
isVersion()
バージョンの場合
true を返します。 |
void |
setAllocationSize(java.lang.Long allocationSize)
識別子の割り当てサイズを設定します。
|
void |
setColumnName(java.lang.String columnName)
カラム名を設定します。
|
void |
setComment(java.lang.String comment)
コメントを設定します。
|
void |
setDate(boolean date)
日付を表す場合
trueを設定します。 |
void |
setEntityClassName(java.lang.String entityClassName)
エンティティのクラス名を設定します。
|
void |
setGenerationType(GenerationType generationType)
識別子の生成方法を示す方法を設定します。
|
void |
setId(boolean id)
識別子の場合
true を設定します。 |
void |
setInitialValue(java.lang.Long initialValue)
識別子の初期値を設定します。
|
void |
setName(java.lang.String name)
名前を設定します。
|
void |
setNumber(boolean number)
数値を表す場合
trueを設定します。 |
void |
setPropertyClassName(java.lang.String propertyClassName)
プロパティクラス名を設定します。
|
void |
setShowColumnName(boolean showColumnName)
カラム名を表示する場合
true を設定します。 |
void |
setTime(boolean time)
時刻を表す場合
trueを設定します。 |
void |
setTimestamp(boolean timestamp)
タイムスタンプを表す場合
trueを設定します。 |
void |
setVersion(boolean version)
バージョンの場合
true を設定します。 |
protected java.lang.String name
protected java.lang.String propertyClassName
protected boolean id
trueprotected GenerationType generationType
nullprotected java.lang.Long initialValue
protected java.lang.Long allocationSize
protected boolean version
trueprotected java.lang.String columnName
protected java.lang.String comment
protected boolean showColumnName
trueprotected boolean number
trueprotected boolean time
trueprotected boolean date
trueprotected boolean timestamp
trueprotected java.lang.String entityClassName
public void setName(java.lang.String name)
name - 名前public java.lang.String getName()
public java.lang.String getPropertyClassName()
public void setPropertyClassName(java.lang.String propertyClassName)
propertyClassName - プロパティクラス名public java.lang.String getPropertyClassSimpleName()
public void setId(boolean id)
true を設定します。id - 識別子の場合 truepublic boolean isId()
true を返します。truepublic void setGenerationType(GenerationType generationType)
generationType - 識別子の生成方法を示す方法、生成しない場合 nullpublic GenerationType getGenerationType()
nullpublic void setInitialValue(java.lang.Long initialValue)
initialValue - 識別子の初期値public java.lang.Long getInitialValue()
public void setAllocationSize(java.lang.Long allocationSize)
allocationSize - 識別子の割り当てサイズpublic java.lang.Long getAllocationSize()
public void setVersion(boolean version)
true を設定します。version - バージョンの場合 truepublic boolean isVersion()
true を返します。truepublic void setColumnName(java.lang.String columnName)
columnName - カラム名public java.lang.String getColumnName()
public void setComment(java.lang.String comment)
comment - コメントpublic java.lang.String getComment()
public boolean isShowColumnName()
true を返します。truepublic void setShowColumnName(boolean showColumnName)
true を設定します。showColumnName - カラム名を表示する場合 truepublic boolean isNumber()
trueを返します。public void setNumber(boolean number)
trueを設定します。number - 数値を表す場合 truepublic boolean isTime()
trueを返します。truepublic void setTime(boolean time)
trueを設定します。time - 時刻を表す場合 truepublic boolean isDate()
trueを返します。truepublic void setDate(boolean date)
trueを設定します。date - 日付を表す場合 truepublic boolean isTimestamp()
trueを返します。truepublic void setTimestamp(boolean timestamp)
trueを設定します。timestamp - タイムスタンプを表す場合 truepublic java.lang.String getEntityClassName()
public void setEntityClassName(java.lang.String entityClassName)
entityClassName - エンティティのクラス名