Class Conflict

java.lang.Object
ru.i_novus.ms.rdm.api.model.conflict.Conflict
All Implemented Interfaces:
java.io.Serializable

public class Conflict
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    Conflict()  
    Conflict​(java.lang.String refAttributeCode, ConflictType conflictType, java.util.List<ru.i_novus.platform.datastorage.temporal.model.FieldValue> primaryValues)  
  • Method Summary

    Modifier and Type Method Description
    ConflictType getConflictType()  
    java.util.List<ru.i_novus.platform.datastorage.temporal.model.FieldValue> getPrimaryValues()  
    java.lang.String getRefAttributeCode()  
    boolean isEmpty()  
    boolean isUpdated()
    Проверка типа на UPDATED.
    void setConflictType​(ConflictType conflictType)  
    void setPrimaryValues​(java.util.List<ru.i_novus.platform.datastorage.temporal.model.FieldValue> primaryValues)  
    void setRefAttributeCode​(java.lang.String refAttributeCode)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Conflict

      public Conflict()
    • Conflict

      public Conflict​(java.lang.String refAttributeCode, ConflictType conflictType, java.util.List<ru.i_novus.platform.datastorage.temporal.model.FieldValue> primaryValues)
  • Method Details

    • getRefAttributeCode

      public java.lang.String getRefAttributeCode()
    • setRefAttributeCode

      public void setRefAttributeCode​(java.lang.String refAttributeCode)
    • getConflictType

      public ConflictType getConflictType()
    • setConflictType

      public void setConflictType​(ConflictType conflictType)
    • getPrimaryValues

      public java.util.List<ru.i_novus.platform.datastorage.temporal.model.FieldValue> getPrimaryValues()
    • setPrimaryValues

      public void setPrimaryValues​(java.util.List<ru.i_novus.platform.datastorage.temporal.model.FieldValue> primaryValues)
    • isEmpty

      public boolean isEmpty()
    • isUpdated

      public boolean isUpdated()
      Проверка типа на UPDATED.
      Returns:
      Результат проверки