Class IdentifierType
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.evidence.IdentifierType
-
public class IdentifierType extends java.lang.ObjectIdentifierType class
-
-
Constructor Summary
Constructors Constructor Description IdentifierType(java.lang.String id, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()getter for idjava.lang.StringgetType()getter for typevoidsetId(java.lang.String id)setter for idvoidsetType(java.lang.String type)setter for type
-