Package fr.becpg.repo.entity.comparison
Class StructCompareResultDataItem
java.lang.Object
fr.becpg.repo.entity.comparison.StructCompareResultDataItem
The Class StructCompareResultDataItem.
- Version:
- $Id: $Id
- Author:
- querephi
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.alfresco.service.cmr.repository.NodeRefThe characteristic1.private org.alfresco.service.cmr.repository.NodeRefThe characteristic2.private intThe depth level.private org.alfresco.service.namespace.QNameThe entity list.private StructCompareOperatorThe operator.private org.alfresco.service.namespace.QNameThe properties1.The properties2. -
Constructor Summary
ConstructorsConstructorDescriptionStructCompareResultDataItem(org.alfresco.service.namespace.QName entityList, int depthLevel, StructCompareOperator operator, org.alfresco.service.namespace.QName pivotProperty, org.alfresco.service.cmr.repository.NodeRef characteristic1, org.alfresco.service.cmr.repository.NodeRef characteristic2, Map<org.alfresco.service.namespace.QName, String> properties1, Map<org.alfresco.service.namespace.QName, String> properties2) Instantiates a new struct compare result data item. -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.service.cmr.repository.NodeRefGets the characteristic1.org.alfresco.service.cmr.repository.NodeRefGets the characteristic2.intGets the depth level.org.alfresco.service.namespace.QNameGets the entity list.Gets the operator.org.alfresco.service.namespace.QNameGetter for the fieldpivotProperty.Gets the properties1.Gets the properties2.voidsetCharacteristic1(org.alfresco.service.cmr.repository.NodeRef characteristic1) Sets the characteristic1.voidsetCharacteristic2(org.alfresco.service.cmr.repository.NodeRef characteristic2) Sets the characteristic2.voidsetDepthLevel(int depthLevel) Sets the depth level.voidsetEntityList(org.alfresco.service.namespace.QName entityList) Sets the entity list.voidsetOperator(StructCompareOperator operator) Sets the operator.voidsetPivotProperty(org.alfresco.service.namespace.QName pivotProperty) Setter for the fieldpivotProperty.voidsetProperties1(Map<org.alfresco.service.namespace.QName, String> properties1) Sets the properties1.voidsetProperties2(Map<org.alfresco.service.namespace.QName, String> properties2) Sets the properties2.
-
Field Details
-
entityList
private org.alfresco.service.namespace.QName entityListThe entity list. -
depthLevel
private int depthLevelThe depth level. -
operator
The operator. -
pivotProperty
private org.alfresco.service.namespace.QName pivotProperty -
characteristic1
private org.alfresco.service.cmr.repository.NodeRef characteristic1The characteristic1. -
characteristic2
private org.alfresco.service.cmr.repository.NodeRef characteristic2The characteristic2. -
properties1
The properties1. -
properties2
The properties2.
-
-
Constructor Details
-
StructCompareResultDataItem
public StructCompareResultDataItem(org.alfresco.service.namespace.QName entityList, int depthLevel, StructCompareOperator operator, org.alfresco.service.namespace.QName pivotProperty, org.alfresco.service.cmr.repository.NodeRef characteristic1, org.alfresco.service.cmr.repository.NodeRef characteristic2, Map<org.alfresco.service.namespace.QName, String> properties1, Map<org.alfresco.service.namespace.QName, String> properties2) Instantiates a new struct compare result data item.- Parameters:
entityList- the entity listdepthLevel- the depth leveloperator- the operatorcharacteristic1- the characteristic1characteristic2- the characteristic2properties1- the properties1properties2- the properties2pivotProperty- aQNameobject.
-
-
Method Details
-
getEntityList
public org.alfresco.service.namespace.QName getEntityList()Gets the entity list.- Returns:
- the entity list
-
setEntityList
public void setEntityList(org.alfresco.service.namespace.QName entityList) Sets the entity list.- Parameters:
entityList- the new entity list
-
getDepthLevel
public int getDepthLevel()Gets the depth level.- Returns:
- the depth level
-
setDepthLevel
public void setDepthLevel(int depthLevel) Sets the depth level.- Parameters:
depthLevel- the new depth level
-
getOperator
Gets the operator.- Returns:
- the operator
-
getPivotProperty
public org.alfresco.service.namespace.QName getPivotProperty()Getter for the field
pivotProperty.- Returns:
- a
QNameobject.
-
setPivotProperty
public void setPivotProperty(org.alfresco.service.namespace.QName pivotProperty) Setter for the field
pivotProperty.- Parameters:
pivotProperty- aQNameobject.
-
setOperator
Sets the operator.- Parameters:
operator- the new operator
-
getCharacteristic1
public org.alfresco.service.cmr.repository.NodeRef getCharacteristic1()Gets the characteristic1.- Returns:
- the characteristic1
-
setCharacteristic1
public void setCharacteristic1(org.alfresco.service.cmr.repository.NodeRef characteristic1) Sets the characteristic1.- Parameters:
characteristic1- the new characteristic1
-
getCharacteristic2
public org.alfresco.service.cmr.repository.NodeRef getCharacteristic2()Gets the characteristic2.- Returns:
- the characteristic2
-
setCharacteristic2
public void setCharacteristic2(org.alfresco.service.cmr.repository.NodeRef characteristic2) Sets the characteristic2.- Parameters:
characteristic2- the new characteristic2
-
getProperties1
Gets the properties1.- Returns:
- the properties1
-
setProperties1
Sets the properties1.- Parameters:
properties1- the properties1
-
getProperties2
Gets the properties2.- Returns:
- the properties2
-
setProperties2
Sets the properties2.- Parameters:
properties2- the properties2
-