org.exoplatform.services.xmpp.bean
Class PrivilegeChangeBean
java.lang.Object
org.exoplatform.services.xmpp.bean.PrivilegeChangeBean
public class PrivilegeChangeBean
- 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 |
PrivilegeChangeBean
public PrivilegeChangeBean()
PrivilegeChangeBean
public PrivilegeChangeBean(java.lang.String privilege,
java.lang.String status,
java.lang.String participant)
- Parameters:
privilege - the privilegestatus - the statusparticipant - the participant
getStatus
public java.lang.String getStatus()
- Returns:
- the status
setStatus
public void setStatus(java.lang.String status)
- Parameters:
status - the status to set
getPrivilege
public java.lang.String getPrivilege()
- Returns:
- the privilege
setPrivilege
public void setPrivilege(java.lang.String privilege)
- Parameters:
privilege - the privilege to set
getParticipant
public java.lang.String getParticipant()
- Returns:
- the participant
setParticipant
public void setParticipant(java.lang.String participant)
- Parameters:
participant - the participant to set
Copyright © 2010 eXo Platform SAS. All Rights Reserved.