PSE 2000 Group 4

jobmatch.business.provider.account
Class ProviderAccount

java.lang.Object
  |
  +--jobmatch.data.ProviderAccountBDO
        |
        +--jobmatch.business.provider.account.ProviderAccount

public class ProviderAccount
extends ProviderAccountBDO
implements Account

An Account for Administrators

Since:
May 4 2000
Version:
$Revision: 1.2 $
See Also:
Serialized Form

Fields inherited from class jobmatch.data.ProviderAccountBDO
DO
 
Constructor Summary
(package private) ProviderAccount()
           
(package private) ProviderAccount(ProviderAccountDO dataObject)
           
 
Method Summary
 boolean equals(Object other)
           
 int getType()
           
 String toString()
           
 void updateLoginData(Timestamp time, String host, String ip)
          Updates the login tracking fields of the account
 
Methods inherited from class jobmatch.data.ProviderAccountBDO
afterAnySet, beforeAnyGet, beforeAnySet, commit, commit, createExisting, createVirgin, delete, delete, getBDOarray, getDO, getEmail, getHandle, getLastHost, getLastIP, getLastLogin, getLoginReminder, getPassphrase, getUsername, hasMatchingHandle, modifyDO, setEmail, setLastHost, setLastIP, setLastLogin, setLoginReminder, setPassphrase, setUsername
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderAccount

ProviderAccount()
          throws Exception

ProviderAccount

ProviderAccount(ProviderAccountDO dataObject)
          throws Exception
Method Detail

getType

public int getType()
Specified by:
getType in interface Account

updateLoginData

public void updateLoginData(Timestamp time,
                            String host,
                            String ip)
Updates the login tracking fields of the account
Specified by:
updateLoginData in interface Account

equals

public boolean equals(Object other)
Overrides:
equals in class Object
See Also:
Object.equals

toString

public String toString()
Overrides:
toString in class ProviderAccountBDO
See Also:
Object.toString

PSE 2000 Group 4