public class DogmaEffectModifier extends Object implements Serializable
| Constructor and Description |
|---|
DogmaEffectModifier() |
| Modifier and Type | Method and Description |
|---|---|
DogmaEffectModifier |
domain(String domain) |
boolean |
equals(Object o) |
DogmaEffectModifier |
func(String func) |
String |
getDomain()
domain string
|
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 |
setFunc(String func) |
void |
setModifiedAttributeId(Integer modifiedAttributeId) |
void |
setModifyingAttributeId(Integer modifyingAttributeId) |
void |
setOperator(Integer operator) |
String |
toString() |
public DogmaEffectModifier domain(String domain)
public String getDomain()
public void setDomain(String domain)
public DogmaEffectModifier func(String func)
public String getFunc()
public void setFunc(String func)
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 operator(Integer operator)
public Integer getOperator()
public void setOperator(Integer operator)
Copyright © 2017. All Rights Reserved.