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, type
lock, name
Constructor and Description |
---|
AgisGroupMember(CombatInfo combatInfo,
OID groupOid) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
GetAllowedSpeaker() |
java.util.HashMap<java.lang.Integer,java.util.HashSet<AgisEffect.EffectState>> |
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(CombatInfo combatInfo) |
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, unregisterTransientPropertyKey
getBooleanProperty, getIntProperty, getName, getPropertyMap, getPropertyMapRef, getStringProperty, lock, modifyIntProperty, setName, setPropertyMap, setupTransient, unlock
public static final int MEMBER_STATUS_OFFLINE
public static final int MEMBER_STATUS_ONLINE
public static final int MEMBER_STATUS_AWAY
public AgisGroupMember(CombatInfo combatInfo, OID groupOid)
public OID GetGroupMemberOid()
public java.lang.String GetGroupMemberName()
public int GetGroupMemberLevel()
public java.lang.String GetGroupMemberPortrait()
public java.util.HashMap<java.lang.Integer,java.util.HashSet<AgisEffect.EffectState>> GetGroupMemberEffects()
public OID GetGroupOid()
protected void SetGroupMemberStats(CombatInfo combatInfo)
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)