Class ContentIdPair
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair
- Author:
- scf
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContentIdPair(String key, de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue value, de.fraunhofer.iosb.ilt.frostserver.model.EntityType type) -
Method Summary
-
Field Details
-
key
-
value
public final de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue value -
type
public final de.fraunhofer.iosb.ilt.frostserver.model.EntityType type
-
-
Constructor Details
-
ContentIdPair
public ContentIdPair(String key, de.fraunhofer.iosb.ilt.frostserver.model.core.PkValue value, de.fraunhofer.iosb.ilt.frostserver.model.EntityType type)
-
-
Method Details