Package fr.becpg.config.mapping
Class FileMapping
java.lang.Object
fr.becpg.config.mapping.AbstractAttributeMapping
fr.becpg.config.mapping.FileMapping
Class that represent the mapping for importing a characteristic
<column id="produit.jpg" attribute="cm:content" path="cm:Images" type="File" />
- Version:
- $Id: $Id
- Author:
- querephi
-
Field Summary
FieldsFields inherited from class fr.becpg.config.mapping.AbstractAttributeMapping
attribute, id -
Constructor Summary
ConstructorsConstructorDescriptionFileMapping(String id, org.alfresco.service.cmr.dictionary.ClassAttributeDefinition attribute, List<String> path) Instantiates a new file mapping. -
Method Summary
Methods inherited from class fr.becpg.config.mapping.AbstractAttributeMapping
getAttribute, getId, setAttribute, setId
-
Field Details
-
path
The path.
-
-
Constructor Details
-
Method Details
-
getPath
Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new path
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAttributeMapping
-
equals
- Overrides:
equalsin classAbstractAttributeMapping
-