org.exoplatform.services.xmpp.bean
Class KickedBannedBean
java.lang.Object
org.exoplatform.services.xmpp.bean.KickedBannedBean
public class KickedBannedBean
- 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 |
KickedBannedBean
public KickedBannedBean(java.lang.String actor,
java.lang.String participant,
java.lang.String reason)
- Parameters:
actor - the actorparticipant - the participantreason - the reason
KickedBannedBean
public KickedBannedBean()
getParticipant
public java.lang.String getParticipant()
- Returns:
- the participant
setParticipant
public void setParticipant(java.lang.String participant)
- Parameters:
participant - the participant to set
getActor
public java.lang.String getActor()
- Returns:
- the actor
setActor
public void setActor(java.lang.String actor)
- Parameters:
actor - the actor to set
getReason
public java.lang.String getReason()
- Returns:
- the reason
setReason
public void setReason(java.lang.String reason)
- Parameters:
reason - the reason to set
Copyright © 2012 eXo Platform SAS. All Rights Reserved.