public class DynamicPropertyDefinition extends Object implements PropertyDefinition, Serializable
コンストラクタと説明 |
---|
DynamicPropertyDefinition() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
説明を取得します。
|
ListingType |
getListingType()
配列種別。
|
String |
getName()
プロパティ名。
|
String |
getTypeId()
型ID。
|
Object |
getValue(Object parent)
プロパティの値を取得します。
|
int |
hashCode() |
boolean |
isBasicType()
基本型フラグ。
|
boolean |
isListable()
この実態が配列、またはListであるか返却します。
|
boolean |
isRequired()
必須フラグ
|
void |
setBasicType(boolean basicType)
基本型フラグ。
|
void |
setDescription(String description) |
void |
setListingType(ListingType listingType)
配列種別。
|
void |
setName(String name)
プロパティ名。
|
void |
setRequired(boolean required)
必須フラグ
|
void |
setTypeId(String typeId)
型ID。
|
void |
setValue(Object parent,
Object value)
プロパティに対して値を設定します。
|
String |
toString() |
public boolean isListable()
ValueHint
isListable
インタフェース内 ValueHint
public void setValue(Object parent, Object value) throws IllegalDataAccessException
PropertyDefinition
setValue
インタフェース内 PropertyDefinition
parent
- 親オブジェクトvalue
- 値IllegalDataAccessException
- 値の設定に失敗した場合に通知されます。public Object getValue(Object parent) throws IllegalDataAccessException
PropertyDefinition
getValue
インタフェース内 PropertyDefinition
parent
- 親オブジェクトIllegalDataAccessException
- 値の取得に失敗した場合に通知されます。public String getTypeId()
getTypeId
インタフェース内 TypeDefinitionReference
public String getName()
getName
インタフェース内 PropertyDefinition
public boolean isBasicType()
isBasicType
インタフェース内 ValueHint
public boolean isRequired()
isRequired
インタフェース内 ValueHint
public ListingType getListingType()
getListingType
インタフェース内 ValueHint
public String getDescription()
PropertyDefinition
getDescription
インタフェース内 PropertyDefinition
public void setTypeId(String typeId)
public void setName(String name)
public void setBasicType(boolean basicType)
public void setRequired(boolean required)
public void setListingType(ListingType listingType)
public void setDescription(String description)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION