public class DiffDisplayBlockImpl extends Object implements DiffDisplayBlock
Modifier and Type | Field and Description |
---|---|
protected Map<String,Map<String,PropertyDiffDisplay>> |
contentDiffValue |
protected String |
label |
protected LayoutDefinition |
layoutDefinition |
protected Map<String,Map<String,PropertyDiffDisplay>> |
leftValue |
protected Map<String,Map<String,PropertyDiffDisplay>> |
rightValue |
Constructor and Description |
---|
DiffDisplayBlockImpl(String label,
Map<String,Map<String,PropertyDiffDisplay>> leftValue,
Map<String,Map<String,PropertyDiffDisplay>> rightValue,
Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue,
LayoutDefinition layoutDefinition) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,PropertyDiffDisplay>> |
getContentDiffValue() |
String |
getLabel() |
LayoutDefinition |
getLayoutDefinition() |
Map<String,Map<String,PropertyDiffDisplay>> |
getLeftValue() |
Map<String,Map<String,PropertyDiffDisplay>> |
getRightValue() |
boolean |
isEmpty() |
void |
setContentDiffValue(Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue) |
void |
setLabel(String label) |
void |
setLayoutDefinition(LayoutDefinition layoutDefinition) |
void |
setLeftValue(Map<String,Map<String,PropertyDiffDisplay>> leftValue) |
void |
setRightValue(Map<String,Map<String,PropertyDiffDisplay>> rightValue) |
protected Map<String,Map<String,PropertyDiffDisplay>> rightValue
protected Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue
protected LayoutDefinition layoutDefinition
public DiffDisplayBlockImpl(String label, Map<String,Map<String,PropertyDiffDisplay>> leftValue, Map<String,Map<String,PropertyDiffDisplay>> rightValue, Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue, LayoutDefinition layoutDefinition)
public String getLabel()
getLabel
in interface DiffDisplayBlock
public void setLabel(String label)
setLabel
in interface DiffDisplayBlock
public Map<String,Map<String,PropertyDiffDisplay>> getLeftValue()
getLeftValue
in interface DiffDisplayBlock
public void setLeftValue(Map<String,Map<String,PropertyDiffDisplay>> leftValue)
setLeftValue
in interface DiffDisplayBlock
public Map<String,Map<String,PropertyDiffDisplay>> getRightValue()
getRightValue
in interface DiffDisplayBlock
public void setRightValue(Map<String,Map<String,PropertyDiffDisplay>> rightValue)
setRightValue
in interface DiffDisplayBlock
public Map<String,Map<String,PropertyDiffDisplay>> getContentDiffValue()
getContentDiffValue
in interface DiffDisplayBlock
public void setContentDiffValue(Map<String,Map<String,PropertyDiffDisplay>> contentDiffValue)
setContentDiffValue
in interface DiffDisplayBlock
public LayoutDefinition getLayoutDefinition()
getLayoutDefinition
in interface DiffDisplayBlock
public void setLayoutDefinition(LayoutDefinition layoutDefinition)
setLayoutDefinition
in interface DiffDisplayBlock
public boolean isEmpty()
isEmpty
in interface DiffDisplayBlock
Copyright © 2018 Nuxeo. All rights reserved.