Package fr.becpg.repo.entity.comparison
Class CompareResultDataItem
java.lang.Object
fr.becpg.repo.entity.comparison.CompareResultDataItem
The Class CompareResultDataItem.
- Version:
- $Id: $Id
- Author:
- querephi
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompareResultDataItem(org.alfresco.service.namespace.QName entityList, String charactName, String pivotKey, org.alfresco.service.namespace.QName property, String[] values) Constructor for CompareResultDataItem. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for the fieldcharactName.org.alfresco.service.namespace.QNameGetter for the fieldentityList.Getter for the fieldpivotKey.org.alfresco.service.namespace.QNameGetter for the fieldproperty.String[]Getter for the fieldvalues.inthashCode()booleanisDifferent.voidsetCharactName(String charactName) Setter for the fieldcharactName.voidsetDifferent(boolean isDifferent) setDifferent.voidsetPivotKey(String pivotKey) Setter for the fieldpivotKey.voidsetProductList(org.alfresco.service.namespace.QName entityList) setProductList.voidsetProperty(org.alfresco.service.namespace.QName property) Setter for the fieldproperty.voidSetter for the fieldvalues.
-
Field Details
-
entityList
private org.alfresco.service.namespace.QName entityList -
property
private org.alfresco.service.namespace.QName property -
values
-
pivotKey
-
charactName
-
isDifferent
private boolean isDifferent
-
-
Constructor Details
-
Method Details
-
getEntityList
public org.alfresco.service.namespace.QName getEntityList()Getter for the field
entityList.- Returns:
- a
QNameobject.
-
setProductList
public void setProductList(org.alfresco.service.namespace.QName entityList) setProductList.
- Parameters:
entityList- aQNameobject.
-
getProperty
public org.alfresco.service.namespace.QName getProperty()Getter for the field
property.- Returns:
- a
QNameobject.
-
setProperty
public void setProperty(org.alfresco.service.namespace.QName property) Setter for the field
property.- Parameters:
property- aQNameobject.
-
getValues
Getter for the field
values.- Returns:
- an array of
Stringobjects.
-
setValues
Setter for the field
values.- Parameters:
values- an array ofStringobjects.
-
isDifferent
public boolean isDifferent()isDifferent.
- Returns:
- a boolean.
-
setDifferent
public void setDifferent(boolean isDifferent) setDifferent.
- Parameters:
isDifferent- a boolean.
-
getPivotKey
Getter for the field
pivotKey.- Returns:
- a
Stringobject.
-
setPivotKey
Setter for the field
pivotKey.- Parameters:
pivotKey- aStringobject.
-
getCharactName
Getter for the field
charactName.- Returns:
- a
Stringobject.
-
setCharactName
Setter for the field
charactName.- Parameters:
charactName- aStringobject.
-
hashCode
public int hashCode() -
equals
-