public class AvatarMapping extends Object
Constructor and Description |
---|
AvatarMapping()
Create a new avatar mapping.
|
AvatarMapping(String componenttype,
String objecttype)
Create a new avatar mapping.
|
AvatarMapping(String componenttype,
String objecttype,
boolean createavatar,
boolean createcomponent,
boolean killavatar,
boolean killcomponent)
Create a new avatar mapping.
|
Modifier and Type | Method and Description |
---|---|
IParsedExpression |
getComponentName()
Get the component name expression, if any.
|
String |
getComponentType()
Get the componenttype.
|
String |
getObjectType()
Get the objecttype.
|
boolean |
isCreateAvatar()
Should avatar be created.
|
boolean |
isCreateComponent()
Should component be created.
|
boolean |
isKillAvatar()
Should avatar be killed.
|
boolean |
isKillComponent()
Should component being killed.
|
void |
setComponentName(IParsedExpression componentname)
Set the component name expression.
|
void |
setComponentType(String componenttype) |
void |
setCreateAvatar(boolean createavatar) |
void |
setCreateComponent(boolean createcomponent) |
void |
setKillAvatar(boolean killavatar) |
void |
setKillComponent(boolean killcomponent) |
void |
setObjectType(String object) |
public AvatarMapping()
public AvatarMapping(String componenttype, String objecttype)
public String getComponentType()
public String getObjectType()
public boolean isCreateAvatar()
public boolean isCreateComponent()
public boolean isKillAvatar()
public boolean isKillComponent()
public IParsedExpression getComponentName()
public void setComponentType(String componenttype)
componenttype
- the componenttype to setpublic void setObjectType(String object)
object
- the objecttype to setpublic void setCreateAvatar(boolean createavatar)
createavatar
- the createavatar to setpublic void setCreateComponent(boolean createcomponent)
createcomponent
- the createcomponent to setpublic void setKillAvatar(boolean killavatar)
killavatar
- the killavatar to setpublic void setKillComponent(boolean killcomponent)
killcomponent
- the killcomponent to setpublic void setComponentName(IParsedExpression componentname)
name
- The component name expression.Copyright © 2012. All Rights Reserved.