openfuture.bugbase.app.model
Class BugBaseLogin
java.lang.Object
|
+--openfuture.bugbase.domain.DomainObject
|
+--openfuture.bugbase.domain.Login
|
+--openfuture.bugbase.app.model.BugBaseLogin
- All Implemented Interfaces:
- java.io.Serializable
- public class BugBaseLogin
- extends Login
Extended login containing additionally a project entry.
Created: Sun Nov 05 05:19:14 2000
- Version:
- $Revision: 1.3 $
- Author:
- Wolfgang Reissenberger
- See Also:
- Serialized Form
Constructor Summary |
BugBaseLogin()
Empty constructor. |
BugBaseLogin(java.lang.String userid)
Creates a login with a given user ID and empty password |
BugBaseLogin(java.lang.String userid,
java.lang.String password)
Creates a new login for a given user ID and password. |
Method Summary |
java.lang.String |
getProject()
Get the value of project. |
void |
setProject(java.lang.String v)
Set the value of project. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BugBaseLogin
public BugBaseLogin()
- Empty constructor.
BugBaseLogin
public BugBaseLogin(java.lang.String userid)
- Creates a login with a given user ID and empty password
- Parameters:
userid
- the user ID
BugBaseLogin
public BugBaseLogin(java.lang.String userid,
java.lang.String password)
- Creates a new login for a given user ID and password.
- Parameters:
userid
- user ID
getProject
public java.lang.String getProject()
- Get the value of project.
- Returns:
- Value of project.
setProject
public void setProject(java.lang.String v)
- Set the value of project.
- Parameters:
v
- Value to assign to project.
Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.