public class AgisGroupMember extends Entity
| Modifier and Type | Field and Description |
|---|---|
static int |
MEMBER_STATUS_AWAY |
static int |
MEMBER_STATUS_OFFLINE |
static int |
MEMBER_STATUS_ONLINE |
log, staticLock, subObjectNamespacesInt, transientPropertyKeys, typelock, name| Constructor and Description |
|---|
AgisGroupMember(OID oid,
OID groupOid) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
GetAllowedSpeaker() |
java.io.Serializable |
GetGroupMemberEffects() |
int |
GetGroupMemberLevel() |
java.lang.String |
GetGroupMemberName() |
OID |
GetGroupMemberOid() |
java.lang.String |
GetGroupMemberPortrait() |
java.io.Serializable |
GetGroupMemberStat(java.lang.String stat) |
OID |
GetGroupOid() |
int |
GetMemberStatus() |
java.lang.Boolean |
GetVoiceEnabled() |
void |
SetAllowedSpeaker(java.lang.Boolean value) |
protected void |
SetGroupMemberStats() |
void |
SetMemberStatus(int status) |
void |
SetVoiceEnabled(java.lang.Boolean value) |
addSubObjectNamespace, equals, equals, getLock, getNamespace, getOid, getPersistenceFlag, getProperty, getSubObjectNamespaces, getSubObjectNamespacesInt, getTransientDataRef, getType, hashCode, hasSubObjectNamespace, isDeleted, registerTransientPropertyKey, removeProperty, removeSubObjectNamespace, setDeleted, setNamespace, setOid, setPersistenceFlag, setProperty, setSubObjectNamespaces, setSubObjectNamespacesInt, setType, toBytes, toString, unregisterTransientPropertyKeygetBooleanProperty, getIntProperty, getLongProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlockpublic static final int MEMBER_STATUS_OFFLINE
public static final int MEMBER_STATUS_ONLINE
public static final int MEMBER_STATUS_AWAY
public OID GetGroupMemberOid()
public java.lang.String GetGroupMemberName()
public int GetGroupMemberLevel()
public java.lang.String GetGroupMemberPortrait()
public java.io.Serializable GetGroupMemberEffects()
public OID GetGroupOid()
protected void SetGroupMemberStats()
public java.io.Serializable GetGroupMemberStat(java.lang.String stat)
public void SetVoiceEnabled(java.lang.Boolean value)
public java.lang.Boolean GetVoiceEnabled()
public void SetAllowedSpeaker(java.lang.Boolean value)
public java.lang.Boolean GetAllowedSpeaker()
public int GetMemberStatus()
public void SetMemberStatus(int status)