Regain 2.1.0-STABLE API

net.sf.regain.crawler.access
Class AccountPasswordEntry

java.lang.Object
  extended by net.sf.regain.crawler.access.AccountPasswordEntry

public class AccountPasswordEntry
extends Object

This class represents a account-password entitiy for authentication purposes.

Author:
Thomas Tesche (thtesche), http://www.thtesche.com/

Field Summary
private  String accountName
           
private  String password
           
 
Constructor Summary
AccountPasswordEntry()
           
 
Method Summary
 String getAccountName()
           
 String getPassword()
           
 void setAccountName(String username)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountName

private String accountName

password

private String password
Constructor Detail

AccountPasswordEntry

public AccountPasswordEntry()
Method Detail

getAccountName

public String getAccountName()

setAccountName

public void setAccountName(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

Regain 2.1.0-STABLE API

Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info