com.supermap.data
类 ReconcileInfo

java.lang.Object
  继承者 com.supermap.data.ReconcileInfo

public class ReconcileInfo
extends java.lang.Object

版本协调信息类。

该类用于定义一个版本协调信息类,用于设置和获取版本协调中的冲突处理方式和解决类型。


构造方法摘要
ReconcileInfo(VersionConflictResolutionType eResolutionType, VersionConflictDealingType eDealingType)
          构造一个新的 ReconcileInfo 对象,设置冲突的解决类型,以及发现冲突协调是否中止两个参数。
 
方法摘要
 VersionConflictDealingType getDealingType()
          获取版本协调期间,如果发现冲突,协调是否中止的处理方式。
 VersionConflictResolutionType getResolutionType()
          获取版本协调时的冲突解决类型。
 void setDealingType(VersionConflictDealingType eDealingType)
          设置版本协调期间,如果发现冲突,协调是否中止的处理方式。
 void setResolutionType(VersionConflictResolutionType eResolutionType)
          设置版本协调时的冲突解决类型。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ReconcileInfo

public ReconcileInfo(VersionConflictResolutionType eResolutionType,
                     VersionConflictDealingType eDealingType)
构造一个新的 ReconcileInfo 对象,设置冲突的解决类型,以及发现冲突协调是否中止两个参数。

方法详细信息

getResolutionType

public VersionConflictResolutionType getResolutionType()
获取版本协调时的冲突解决类型。

返回:
版本冲突解决类型

setResolutionType

public void setResolutionType(VersionConflictResolutionType eResolutionType)
设置版本协调时的冲突解决类型。

参数:
eResolutionType - 版本冲突解决类型

getDealingType

public VersionConflictDealingType getDealingType()
获取版本协调期间,如果发现冲突,协调是否中止的处理方式。

返回:
协调是否中止的处理方式

setDealingType

public void setDealingType(VersionConflictDealingType eDealingType)
设置版本协调期间,如果发现冲突,协调是否中止的处理方式。

参数:
eDealingType - 协调是否中止的处理方式