org.ocopomo.contentrepositoryclient.publish.json
Class Authentification

java.lang.Object
  extended by org.ocopomo.contentrepositoryclient.publish.json.Authentification

public class Authentification
extends java.lang.Object


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

Constructor Detail

Authentification

public Authentification(java.lang.String username,
                        java.lang.String password)
Method Detail

getUsername

public java.lang.String getUsername()

setUsername

public void setUsername(java.lang.String username)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)