public class DogmaAttributeResponse extends Object implements Serializable
| Constructor and Description |
|---|
DogmaAttributeResponse() |
public DogmaAttributeResponse attributeId(Integer attributeId)
public Integer getAttributeId()
public void setAttributeId(Integer attributeId)
public DogmaAttributeResponse defaultValue(Float defaultValue)
public Float getDefaultValue()
public void setDefaultValue(Float defaultValue)
public DogmaAttributeResponse description(String description)
public String getDescription()
public void setDescription(String description)
public DogmaAttributeResponse displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public DogmaAttributeResponse highIsGood(Boolean highIsGood)
public Boolean getHighIsGood()
public void setHighIsGood(Boolean highIsGood)
public DogmaAttributeResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public DogmaAttributeResponse name(String name)
public String getName()
public void setName(String name)
public DogmaAttributeResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public DogmaAttributeResponse stackable(Boolean stackable)
public Boolean getStackable()
public void setStackable(Boolean stackable)
public DogmaAttributeResponse unitId(Integer unitId)
public Integer getUnitId()
public void setUnitId(Integer unitId)
Copyright © 2017. All Rights Reserved.