inescID.revs.util
Class Passwords

java.lang.Object
  extended byinescID.revs.util.Passwords
All Implemented Interfaces:
java.io.Serializable

public class Passwords
extends java.lang.Object
implements java.io.Serializable

Title:

Description:

Copyright: Copyright (c) 2002

Company Inesc-ID

See Also:
Serialized Form

Field Summary
private  int id_voter
           
private  byte[][] passwords
           
 
Constructor Summary
Passwords()
           
Passwords(int Id_Voter, byte[][] Passwords)
           
 
Method Summary
 int GetIdVoter()
           
 byte[][] GetPasswords()
           
 void SetIdVoter(int Id_Voter)
           
 void SetPasswords(byte[][] Passwords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id_voter

private int id_voter

passwords

private byte[][] passwords
Constructor Detail

Passwords

public Passwords()

Passwords

public Passwords(int Id_Voter,
                 byte[][] Passwords)
Method Detail

SetIdVoter

public void SetIdVoter(int Id_Voter)

GetIdVoter

public int GetIdVoter()

SetPasswords

public void SetPasswords(byte[][] Passwords)

GetPasswords

public byte[][] GetPasswords()