org.exoplatform.services.xmpp.bean
Class ChangeNickBean
java.lang.Object
org.exoplatform.services.xmpp.bean.ChangeNickBean
public class ChangeNickBean
- extends java.lang.Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeNickBean
public ChangeNickBean()
ChangeNickBean
public ChangeNickBean(java.lang.String newNickname,
java.lang.String participant)
- Parameters:
newNickname - the nicknameparticipant - the participant id
getParticipant
public java.lang.String getParticipant()
- Returns:
- the participant
setParticipant
public void setParticipant(java.lang.String participant)
- Parameters:
participant - the participant to set
getNewNickname
public java.lang.String getNewNickname()
- Returns:
- the newNickname
setNewNickname
public void setNewNickname(java.lang.String newNickname)
- Parameters:
newNickname - the newNickname to set
Copyright © 2012 eXo Platform SAS. All Rights Reserved.