You are on page 1of 30

Biometric Recognize.

Fingerprint recognition refers to the automated method of identifying or confirming


the identity of an individual based on the comparison of two fingerprints. Fingerprint
recognition is one of the most well known biometrics, and it is by far the most used biometric
solution for authentication on computerized systems. Account details feed this system from
the concern person recognition.

Payment mode Module

Select the mode from customer preference such as withdraw the amount from the
account, deposit the amount to his/her account, and take the demand draft to favour account.

Receipt Generation Module

Receipts module ensures that you’re billing requirements are fulfilled with the latest
and the best in technology available out there. Ease of use is one of the prime characteristics
of all of our modules including the Billing and Receipts.

Architecture
Data Flow Diagram

Use Case Diagram


Class Diagram

Sequence Diagram
Activity Diagram
E – R Diagram
package com.example.smartchallan.model;

public class DepositData {

public String getId() {

return id;

public void setId(String id) {

this.id = id;

public String getName() {

return name;

public void setName(String name) {

this.name = name;

public String getMobile() {

return mobile;
}

public void setMobile(String mobile) {

this.mobile = mobile;

public String getAccount() {

return account;

public void setAccount(String account) {

this.account = account;

public int getAmount() {

return amount;

public void setAmount(int amount) {

this.amount = amount;

public String getBy() {


return by;

public void setBy(String by) {

this.by = by;

public String getDate() {

return date;

public void setDate(String date) {

this.date = date;

public int getStatus() {

return status;

public void setStatus(int status) {

this.status = status;

}
public long getTime() {

return time;

public void setTime(long time) {

this.time = time;

public String getToken() {

return token;

public void setToken(String token) {

this.token = token;

public int getVal2000() {

return val2000;

}
public void setVal2000(int val2000) {

this.val2000 = val2000;

public int getVal500() {

return val500;

public void setVal500(int val500) {

this.val500 = val500;

public int getVal200() {

return val200;

public void setVal200(int val200) {

this.val200 = val200;

public int getVal100() {

return val100;

}
public void setVal100(int val100) {

this.val100 = val100;

public int getVal50() {

return val50;

public void setVal50(int val50) {

this.val50 = val50;

public int getVal20() {

return val20;

public void setVal20(int val20) {

this.val20 = val20;

public int getVal10() {

return val10;
}

public void setVal10(int val10) {

this.val10 = val10;

String id;

String token;

String name;

String mobile;

String account;

int amount;

String by;

String date;

int status;

int val2000;

int val500;

int val200;

int val100;

int val50;

int val20;
int val10;

long time;

public DepositData(){

public DepositData(String id,String token, String name, String mobile,String account,int


amount,String by,String date,int status,int val2000,int val500,int val200,int val100,int
val50,int val20,int val10,long time){

this.id=id;

this.token=token;

this.name=name;

this.mobile=mobile;

this.account=account;

this.amount=amount;

this.by=by;

this.date=date;

this.status=status;

this.val2000=val2000;

this.val500=val500;

this.val200=val200;

this.val100=val100;
this.val50=val50;

this.val20=val20;

this.val10=val10;

this.time=time;

package com.example.smartchallan.model;

public class MenuData {

public int getId() {

return id;

public void setId(int id) {

this.id = id;

public String getName() {

return name;

public void setName(String name) {


this.name = name;

public int getImage() {

return image;

public void setImage(int image) {

this.image = image;

public boolean isSelected() {

return isSelected;

public void setSelected(boolean selected) {

isSelected = selected;

private int id;

private String name;

private int image;


private boolean isSelected;

public MenuData(){

public MenuData(int id, String name, int image){

this.id=id;

this.name=name;

this.image=image;

package com.example.smartchallan.model;

public class UserData {

private String id;

private String account;

private String name;


private String mobile;

private String image;

private String fcmToken;

private String password;

private boolean selected;

private long createdTime;

private long modifedTime;

public long getCreatedTime() {

return createdTime;

public void setCreatedTime(long createdTime) {

this.createdTime = createdTime;

public long getModifedTime() {

return modifedTime;

public void setModifedTime(long modifedTime) {

this.modifedTime = modifedTime;

}
public String getId() {

return id;

public void setId(String id) {

this.id = id;

public String getAccount() {

return account;

public void setAccount(String account) {

this.account = account;

public String getName() {


return name;

public void setName(String name) {

this.name = name;

public String getMobile() {

return mobile;

public void setMobile(String mobile) {

this.mobile = mobile;

public String getImage() {

return image;

public void setImage(String image) {

this.image = image;
}

public boolean isSelected() {

return selected;

public void setSelected(boolean selected) {

this.selected = selected;

public String getPassword() {

return password;

public void setPassword(String password) {

this.password = password;

public String getFcmToken() {

return fcmToken;
}

public void setFcmToken(String fcmToken) {

this.fcmToken = fcmToken;

public UserData(){

public UserData(String id, String account, String name, String mobile, String password,
String image, String fcmToken, long createdTime, long modifedTime){

this.id=id;

this.account=account;

this.name=name;

this.mobile=mobile;

this.password=password;

this.image=image;

this.fcmToken=fcmToken;

this.createdTime=createdTime;
this.modifedTime=modifedTime;

package com.example.smartchallan.model;

public class WidthdrawData {

public String getId() {

return id;

public void setId(String id) {

this.id = id;

public String getName() {

return name;

}
public void setName(String name) {

this.name = name;

public String getMobile() {

return mobile;

public void setMobile(String mobile) {

this.mobile = mobile;

public String getAccount() {

return account;

public void setAccount(String account) {

this.account = account;

public int getAmount() {

return amount;
}

public void setAmount(int amount) {

this.amount = amount;

public String getBy() {

return by;

public void setBy(String by) {

this.by = by;

public String getDate() {

return date;

public void setDate(String date) {

this.date = date;

public int getStatus() {


return status;

public void setStatus(int status) {

this.status = status;

public long getTime() {

return time;

public void setTime(long time) {

this.time = time;

public String getToken() {

return token;

public void setToken(String token) {

this.token = token;
}

String id;

String token;

String name;

String mobile;

String account;

int amount;

String by;

String date;

int status;

long time;

public WidthdrawData(){

public WidthdrawData(String id,String token, String name, String mobile,String


account,int amount,String by,String date,int status,long time){
this.id=id;

this.token=token;

this.name=name;

this.mobile=mobile;

this.account=account;

this.amount=amount;

this.by=by;

this.date=date;

this.status=status;

this.time=time;

You might also like