public class DataDefinitionDiff extends Object
コンストラクタと説明 |
---|
DataDefinitionDiff() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
説明
|
DifferenceType |
getDifferenceType() |
Collection<DataDefinitionDiffDetail> |
getDiffs()
変更内容の詳細
|
String |
getParentId()
親オブジェクトID
|
String |
getParentPath()
親プロパティのパス
|
String |
getPropertyName()
プロパティ名
|
int |
hashCode() |
void |
setDescription(String description)
説明
|
void |
setDifferenceType(DifferenceType differenceType) |
void |
setDiffs(Collection<DataDefinitionDiffDetail> diffs)
変更内容の詳細
|
void |
setParentId(String parentId)
親オブジェクトID
|
void |
setParentPath(String parentPath)
親プロパティのパス
|
void |
setPropertyName(String propertyName)
プロパティ名
|
String |
toString() |
public DifferenceType getDifferenceType()
public String getParentId()
public String getParentPath()
public String getPropertyName()
public String getDescription()
public Collection<DataDefinitionDiffDetail> getDiffs()
public void setDifferenceType(DifferenceType differenceType)
public void setParentId(String parentId)
public void setParentPath(String parentPath)
public void setPropertyName(String propertyName)
public void setDescription(String description)
public void setDiffs(Collection<DataDefinitionDiffDetail> diffs)
protected boolean canEqual(Object other)
Copyright © 2012 NTT DATA INTRAMART CORPORATION