public class DogmaEffectModifier extends Object implements Serializable
| Constructor and Description |
|---|
DogmaEffectModifier() |
| Modifier and Type | Method and Description |
|---|---|
DogmaEffectModifier |
domain(String domain) |
DogmaEffectModifier |
effectId(Integer effectId) |
boolean |
equals(Object o) |
DogmaEffectModifier |
func(String func) |
String |
getDomain()
domain string
|
Integer |
getEffectId()
effect_id integer
|
String |
getFunc()
func string
|
Integer |
getModifiedAttributeId()
modified_attribute_id integer
|
Integer |
getModifyingAttributeId()
modifying_attribute_id integer
|
Integer |
getOperator()
operator integer
|
int |
hashCode() |
DogmaEffectModifier |
modifiedAttributeId(Integer modifiedAttributeId) |
DogmaEffectModifier |
modifyingAttributeId(Integer modifyingAttributeId) |
DogmaEffectModifier |
operator(Integer operator) |
void |
setDomain(String domain) |
void |
setEffectId(Integer effectId) |
void |
setFunc(String func) |
void |
setModifiedAttributeId(Integer modifiedAttributeId) |
void |
setModifyingAttributeId(Integer modifyingAttributeId) |
void |
setOperator(Integer operator) |
String |
toString() |
public DogmaEffectModifier func(String func)
public String getFunc()
public void setFunc(String func)
public DogmaEffectModifier domain(String domain)
public String getDomain()
public void setDomain(String domain)
public DogmaEffectModifier modifiedAttributeId(Integer modifiedAttributeId)
public Integer getModifiedAttributeId()
public void setModifiedAttributeId(Integer modifiedAttributeId)
public DogmaEffectModifier modifyingAttributeId(Integer modifyingAttributeId)
public Integer getModifyingAttributeId()
public void setModifyingAttributeId(Integer modifyingAttributeId)
public DogmaEffectModifier effectId(Integer effectId)
public Integer getEffectId()
public void setEffectId(Integer effectId)
public DogmaEffectModifier operator(Integer operator)
public Integer getOperator()
public void setOperator(Integer operator)
Copyright © 2017. All Rights Reserved.