|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.conflict.ConflictResolution
ConflictResolution to contain resolution code for given conflict code
and object. It is created by client to address conflicts occurred or
conflicts foreseen.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ConflictType |
conflictCode
|
private WTCollection |
objectCollection
|
private ResolutionType |
resolverCode
|
private static String |
RESOURCE
|
Constructor Summary | |
ConflictResolution(ConflictType conflictCode,
ResolutionType resolverCode)
Supported API: false |
|
ConflictResolution(ConflictType conflictCode,
ResolutionType resolverCode,
WTCollection objectCollection)
Supported API: false |
Method Summary | |
ConflictType |
getConflictCode()
Gets the value of the attribute: conflictCode; This will identify the conflict. |
WTCollection |
getObjectCollection()
Gets the value of the attribute: objectCollection; This is collection of objects. |
ResolutionType |
getResolverCode()
Gets the value of the attribute: resolverCode; This is the resolution chosen by the client for this conflict code for the given object type. |
private void |
initialize(ConflictType conflictCode,
ResolutionType resolverCode)
|
void |
setConflictCode(ConflictType a_ConflictCode)
Sets the value of the attribute: conflictCode; This will identify the conflict. |
void |
setObjectCollection(WTCollection a_ObjectCollection)
Sets the value of the attribute: objectCollection; This is collection of objects. |
void |
setResolverCode(ResolutionType a_ResolverCode)
Sets the value of the attribute: resolverCode; This is the resolution chosen by the client for this conflict code for the given object type. |
String |
toString()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ConflictType conflictCode
private ResolutionType resolverCode
private WTCollection objectCollection
Constructor Detail |
public ConflictResolution(ConflictType conflictCode, ResolutionType resolverCode, WTCollection objectCollection)
conflictCode
- resolverCode
- objectCollection
- public ConflictResolution(ConflictType conflictCode, ResolutionType resolverCode)
conflictCode
- resolverCode
- Method Detail |
public ConflictType getConflictCode()
public void setConflictCode(ConflictType a_ConflictCode) throws WTPropertyVetoException
a_ConflictCode
-
WTPropertyVetoException
public ResolutionType getResolverCode()
public void setResolverCode(ResolutionType a_ResolverCode) throws WTPropertyVetoException
a_ResolverCode
-
WTPropertyVetoException
public WTCollection getObjectCollection()
public void setObjectCollection(WTCollection a_ObjectCollection) throws WTPropertyVetoException
a_ObjectCollection
-
WTPropertyVetoException
public String toString()
private void initialize(ConflictType conflictCode, ResolutionType resolverCode)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |