Package io.mosip.mimoto.entity
Class BiometricRecord
- java.lang.Object
-
- io.mosip.mimoto.entity.BiometricRecord
-
- All Implemented Interfaces:
Serializable
public class BiometricRecord extends Object implements Serializable
BIR class with Builder to create data- Author:
- Ramadurai Pandian
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BIRInfobirInfoprotected VersionTypecbeffversionprotected List<BIR>segmentsThis can be of any modality, each subtype is an element in this list.protected VersionTypeversion
-
Constructor Summary
Constructors Constructor Description BiometricRecord()BiometricRecord(VersionType version, VersionType cbeffversion, BIRInfo birInfo)
-
-
-
Field Detail
-
version
protected VersionType version
-
cbeffversion
protected VersionType cbeffversion
-
birInfo
protected BIRInfo birInfo
-
-
Constructor Detail
-
BiometricRecord
public BiometricRecord()
-
BiometricRecord
public BiometricRecord(VersionType version, VersionType cbeffversion, BIRInfo birInfo)
-
-