public class Account { private String accountID; private String accountname; private String operatedete; private int operatetybe; private String accountpassword; private int accountbalance; private int amount; public String getaccountID(){ return acc…