Interface SProcessCategoryMappingBuilderFactory
-
- All Known Implementing Classes:
SProcessCategoryMappingBuilderFactoryImpl
public interface SProcessCategoryMappingBuilderFactory- Author:
- Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SProcessCategoryMappingBuildercreateNewInstance(long categoryId, long processId)java.lang.StringgetCategoryIdKey()java.lang.StringgetIdKey()java.lang.StringgetProcessIdKey()
-
-
-
Method Detail
-
createNewInstance
SProcessCategoryMappingBuilder createNewInstance(long categoryId, long processId)
-
getIdKey
java.lang.String getIdKey()
-
getCategoryIdKey
java.lang.String getCategoryIdKey()
-
getProcessIdKey
java.lang.String getProcessIdKey()
-
-