Package de.hybris.ant.taskdefs.migration
Class MigrateCsvConfigurationColumns
java.lang.Object
de.hybris.ant.taskdefs.migration.MigrateCsvConfigurationColumns
Object for holding columns data - used while reading and preparing lines from CSV file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumData for defining current data state -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intprotected intprotected intprotected intprotected intprotected MigrateCsvConfigurationColumns.RowStategetState()protected voidsetConfCodeIdx(int confCodeIdx) protected voidsetConfMediaCodeIdx(int confMediaCodeIdx) protected voidsetConfObjIdx(int confObjIdx) protected voidsetConfPrincipalIdx(int confPrincipalIdx) protected voidsetMediaCodeIdx(int mediaCodeIdx) protected voidsetMediaFileIdx(int mediaFileIdx) protected void
-
Constructor Details
-
MigrateCsvConfigurationColumns
public MigrateCsvConfigurationColumns()
-
-
Method Details
-
getState
-
setState
-
getMediaCodeIdx
protected int getMediaCodeIdx() -
setMediaCodeIdx
protected void setMediaCodeIdx(int mediaCodeIdx) -
getMediaFileIdx
protected int getMediaFileIdx() -
setMediaFileIdx
protected void setMediaFileIdx(int mediaFileIdx) -
getConfMediaCodeIdx
protected int getConfMediaCodeIdx() -
setConfMediaCodeIdx
protected void setConfMediaCodeIdx(int confMediaCodeIdx) -
getConfObjIdx
protected int getConfObjIdx() -
setConfObjIdx
protected void setConfObjIdx(int confObjIdx) -
getConfPrincipalIdx
protected int getConfPrincipalIdx() -
setConfPrincipalIdx
protected void setConfPrincipalIdx(int confPrincipalIdx) -
getConfCodeIdx
protected int getConfCodeIdx() -
setConfCodeIdx
protected void setConfCodeIdx(int confCodeIdx)
-