Class GenericImporterService.ColumnModel
java.lang.Object
ch.tocco.nice2.entityoperation.api.GenericImporterService.ColumnModel
- All Implemented Interfaces:
Serializable
- Enclosing interface:
GenericImporterService
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
isUnique()
void
setDataTypeName
(String name) void
void
setLastEntityName
(String lastEntityName) void
setLastFieldName
(String lastFieldName) void
void
setUnique
(boolean unique)
-
Constructor Details
-
ColumnModel
public ColumnModel()
-
-
Method Details
-
getPath
-
setPath
-
getDataTypeName
-
setDataTypeName
-
getFieldType
-
setFieldType
-
getLastEntityName
-
setLastEntityName
-
getLastFieldName
-
setLastFieldName
-
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique)
-