org.nuiton.scmwebeditor
Class ScmUser

java.lang.Object
  extended by org.nuiton.scmwebeditor.ScmUser

public class ScmUser
extends Object


Field Summary
protected  String password
           
protected  String username
           
 
Constructor Summary
ScmUser(String username, String password)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

protected String username

password

protected String password
Constructor Detail

ScmUser

public ScmUser(String username,
               String password)
Method Detail

setUsername

public void setUsername(String username)

getUsername

public String getUsername()

setPassword

public void setPassword(String password)

getPassword

public String getPassword()


Copyright © 2009-2011 CodeLutin. All Rights Reserved.