|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.dao.entity.UpdateManagedEntity
jp.go.nict.langrid.dao.entity.Grid
public class Grid
グリッド情報を格納するエンティティクラス。
| コンストラクタの概要 | |
|---|---|
Grid()
コンストラクタ。 |
|
Grid(String gridId,
String operatorUserId)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
protected org.apache.commons.lang.builder.EqualsBuilder |
appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder,
Object value,
Collection<String> appendedFields,
boolean ignoreDates)
実体固有の比較を行い、比較したフィールドをコレクションに追加する。 |
protected org.apache.commons.lang.builder.HashCodeBuilder |
appendSpecialHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder,
Collection<String> appendedFields)
実体固有のハッシュコード計算を行い、計算したフィールドをコレクションに追加する。 |
GridAttribute |
getAttribute(String name)
属性を取得する。 |
Collection<GridAttribute> |
getAttributes()
属性配列を取得する。 |
String |
getAttributeValue(String attributeName)
属性値を取得する。 |
String |
getGridId()
グリッドIDを返す。 |
String |
getGridName()
グリッド名を返す。 |
String |
getOperatorUserId()
運営組織のユーザIDを返す。 |
List<Domain> |
getSupportedDomains()
|
String |
getUrl()
グリッドのURLを返す。 |
boolean |
isAutoApproveEnabled()
|
boolean |
isCommercialUseAllowed()
商用利用の可否を返す。 |
boolean |
isHosted()
このノードでホストするかどうかを返す。 |
void |
removeAttribute(String attributeName)
属性を削除する。 |
void |
setAttribute(GridAttribute attribute)
属性を設定する。 |
void |
setAttributes(Collection<GridAttribute> attributes)
属性のコレクションを設定する。 |
void |
setAttributeValue(String attributeName,
String attributeValue)
属性値を設定する。 |
void |
setAutoApproveEnabled(boolean autoApproveEnabled)
|
void |
setCommercialUseAllowed(boolean commercialUseAllowed)
商用利用の可否を設定する。 |
void |
setGridId(String gridId)
グリッドIDを設定する。 |
void |
setGridName(String gridName)
グリッド名を設定する。 |
void |
setHosted(boolean hosted)
このノードでホストするかどうかを設定する。 |
void |
setOperatorUserId(String opratorUserId)
運営組織のユーザIDを設定する。 |
void |
setSupportedDomains(List<Domain> domains)
|
void |
setUrl(String url)
グリッドのURLを設定する。 |
| クラス jp.go.nict.langrid.dao.entity.UpdateManagedEntity から継承されたメソッド |
|---|
equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString, touchUpdatedDateTime |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Grid()
public Grid(String gridId,
String operatorUserId)
gridId - グリッドIDoperatorUserId - 運営組織のユーザID| メソッドの詳細 |
|---|
public String getGridId()
public void setGridId(String gridId)
gridId - グリッドIDpublic String getGridName()
public void setGridName(String gridName)
gridName - グリッド名public String getOperatorUserId()
public void setOperatorUserId(String opratorUserId)
opratorUserId - 運営組織のユーザIDpublic String getUrl()
public void setUrl(String url)
url - グリッドのURLpublic boolean isCommercialUseAllowed()
public void setCommercialUseAllowed(boolean commercialUseAllowed)
commercialUseAllowed - 商用利用の可否public boolean isHosted()
public void setHosted(boolean hosted)
hosted - このノードでホストするかどうかpublic Collection<GridAttribute> getAttributes()
AttributedElement<GridAttribute> 内の getAttributespublic GridAttribute getAttribute(String name)
AttributedElement の記述:
AttributedElement<GridAttribute> 内の getAttributename - 属性名
public void setAttribute(GridAttribute attribute)
AttributedElement の記述:
AttributedElement<GridAttribute> 内の setAttributeattribute - 属性public String getAttributeValue(String attributeName)
AttributedElement の記述:
AttributedElement<GridAttribute> 内の getAttributeValueattributeName - 属性名
public void setAttributes(Collection<GridAttribute> attributes)
AttributedElement の記述:
AttributedElement<GridAttribute> 内の setAttributesattributes - 属性のコレクション
public void setAttributeValue(String attributeName,
String attributeValue)
AttributedElement の記述:
AttributedElement<GridAttribute> 内の setAttributeValueattributeName - 属性名attributeValue - 属性値public void removeAttribute(String attributeName)
AttributedElement の記述:
AttributedElement<GridAttribute> 内の removeAttributeattributeName - 属性名public List<Domain> getSupportedDomains()
public void setSupportedDomains(List<Domain> domains)
public boolean isAutoApproveEnabled()
public void setAutoApproveEnabled(boolean autoApproveEnabled)
protected org.apache.commons.lang.builder.EqualsBuilder appendSpecialEquals(org.apache.commons.lang.builder.EqualsBuilder builder,
Object value,
Collection<String> appendedFields,
boolean ignoreDates)
UpdateManagedEntity の記述:
UpdateManagedEntity 内の appendSpecialEqualsbuilder - ビルダvalue - 比較する値ignoreDates - 日付を無視するかどうか
protected org.apache.commons.lang.builder.HashCodeBuilder appendSpecialHashCode(org.apache.commons.lang.builder.HashCodeBuilder builder,
Collection<String> appendedFields)
UpdateManagedEntity の記述:
UpdateManagedEntity 内の appendSpecialHashCodebuilder - ビルダappendedFields - 比較したフィールドを追加するコレクション
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||