com.morpho.morphosmart.sdk
Class TemplateFVP

java.lang.Object
  extended by com.morpho.morphosmart.sdk.TemplateFVP

public class TemplateFVP
extends java.lang.Object

This class represent the finger VP template used or generated during a Capture/Enroll/Verify/Identify operation.


Constructor Summary
TemplateFVP()
           
 
Method Summary
 boolean getAdvancedSecurityLevelsCompatibility()
          Check if Advanced security levels compatibility is required for the current TemplateFVP object.
 byte[] getData()
          Retrieve data of the current TemplateFVP object.
 int getDataIndex()
          Retrieve data index of the current TemplateFVP object.
 TemplateFVPType getTemplateFVPType()
          Retrieve type of the current TemplateFVP object.
 int getTemplateQuality()
          Retrieve quality of the current TemplateFVP object.
 void setAdvancedSecurityLevelsCompatibility(boolean advancedSecurityLevelsCompatibility)
          Set Advanced security levels compatibility value for the current TemplateFVP object.
 void setData(byte[] data)
          Set data of the current TemplateFVP object.
 void setDataIndex(int dataIndex)
          Set data index of the current TemplateFVP object.
 void setTemplateFVPType(int id)
          Set the type of the current TemplateFVP object.
 void setTemplateFVPType(TemplateFVPType templateFVPType)
          Set the type of the current TemplateFVP object.
 void setTemplateQuality(int templateQuality)
          Set quality of the current TemplateFVP object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateFVP

public TemplateFVP()
Method Detail

getData

public byte[] getData()
Retrieve data of the current TemplateFVP object.

Returns:
Data of the current TemplateFVP object

setData

public void setData(byte[] data)
Set data of the current TemplateFVP object.

Parameters:
data - input data

getDataIndex

public int getDataIndex()
Retrieve data index of the current TemplateFVP object.

Returns:
index of the current TemplateFVP object

setDataIndex

public void setDataIndex(int dataIndex)
Set data index of the current TemplateFVP object.

Parameters:
dataIndex - input data index

getTemplateQuality

public int getTemplateQuality()
Retrieve quality of the current TemplateFVP object.

Returns:
Quality of the current TemplateFVP object

setTemplateQuality

public void setTemplateQuality(int templateQuality)
Set quality of the current TemplateFVP object.

Parameters:
templateQuality - input quality

getAdvancedSecurityLevelsCompatibility

public boolean getAdvancedSecurityLevelsCompatibility()
Check if Advanced security levels compatibility is required for the current TemplateFVP object.

Returns:
- true if Advanced security levels compatibility is required - false if not.

setAdvancedSecurityLevelsCompatibility

public void setAdvancedSecurityLevelsCompatibility(boolean advancedSecurityLevelsCompatibility)
Set Advanced security levels compatibility value for the current TemplateFVP object.

Parameters:
advancedSecurityLevelsCompatibility - (boolean)

getTemplateFVPType

public TemplateFVPType getTemplateFVPType()
Retrieve type of the current TemplateFVP object.

Returns:
Type of the current TemplateFVP object

setTemplateFVPType

public void setTemplateFVPType(TemplateFVPType templateFVPType)
Set the type of the current TemplateFVP object.

Parameters:
templateFVPType - The TemplateFVPType to set

setTemplateFVPType

public void setTemplateFVPType(int id)
Set the type of the current TemplateFVP object.

Parameters:
id - identifier of a TemplateFVPType