T - the type parameter which extends the ItemModel typepublic class UniqueIdentifierDataToAttributeContentConverter<T extends ItemModel> extends java.lang.Object implements Converter<java.lang.String,T>
ItemModel child types.
It converts the model using the UniqueItemIdentifierService| Constructor and Description |
|---|
UniqueIdentifierDataToAttributeContentConverter() |
| Modifier and Type | Method and Description |
|---|---|
T |
convert(java.lang.String source)
Uses the source
S object and produces an new instance of T. |
protected java.lang.Class<? extends ItemModel> |
getModelClass() |
protected UniqueItemIdentifierService |
getUniqueItemIdentifierService() |
void |
setModelClass(java.lang.Class<? extends ItemModel> modelClass) |
void |
setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService) |
public UniqueIdentifierDataToAttributeContentConverter()
public T convert(java.lang.String source)
ConverterS object and produces an new instance of T.protected UniqueItemIdentifierService getUniqueItemIdentifierService()
public void setUniqueItemIdentifierService(UniqueItemIdentifierService uniqueItemIdentifierService)
protected java.lang.Class<? extends ItemModel> getModelClass()
public void setModelClass(java.lang.Class<? extends ItemModel> modelClass)
Copyright © 2018 SAP SE. All Rights Reserved.