public class TypeResponse extends Object implements Serializable
| Constructor and Description |
|---|
TypeResponse() |
public TypeResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public TypeResponse name(String name)
public String getName()
public void setName(String name)
public TypeResponse description(String description)
public String getDescription()
public void setDescription(String description)
public TypeResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public TypeResponse groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public TypeResponse marketGroupId(Integer marketGroupId)
public Integer getMarketGroupId()
public void setMarketGroupId(Integer marketGroupId)
public TypeResponse radius(Float radius)
public Float getRadius()
public void setRadius(Float radius)
public TypeResponse volume(Float volume)
public Float getVolume()
public void setVolume(Float volume)
public TypeResponse packagedVolume(Float packagedVolume)
public Float getPackagedVolume()
public void setPackagedVolume(Float packagedVolume)
public TypeResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public TypeResponse capacity(Float capacity)
public Float getCapacity()
public void setCapacity(Float capacity)
public TypeResponse portionSize(Integer portionSize)
public Integer getPortionSize()
public void setPortionSize(Integer portionSize)
public TypeResponse mass(Float mass)
public Float getMass()
public void setMass(Float mass)
public TypeResponse graphicId(Integer graphicId)
public Integer getGraphicId()
public void setGraphicId(Integer graphicId)
public TypeResponse dogmaAttributes(List<TypeDogmaAttribute> dogmaAttributes)
public TypeResponse addDogmaAttributesItem(TypeDogmaAttribute dogmaAttributesItem)
public List<TypeDogmaAttribute> getDogmaAttributes()
public void setDogmaAttributes(List<TypeDogmaAttribute> dogmaAttributes)
public TypeResponse dogmaEffects(List<TypeDogmaEffect> dogmaEffects)
public TypeResponse addDogmaEffectsItem(TypeDogmaEffect dogmaEffectsItem)
public List<TypeDogmaEffect> getDogmaEffects()
public void setDogmaEffects(List<TypeDogmaEffect> dogmaEffects)
Copyright © 2017. All Rights Reserved.