public class ItemModelMaster extends Object implements IModel, Serializable, Comparable<ItemModelMaster>
| Constructor and Description |
|---|
ItemModelMaster() |
public String getItemModelId()
public void setItemModelId(String itemModelId)
public ItemModelMaster withItemModelId(String itemModelId)
public String getInventoryName()
public void setInventoryName(String inventoryName)
public ItemModelMaster withInventoryName(String inventoryName)
public String getName()
public void setName(String name)
public ItemModelMaster withName(String name)
public String getDescription()
public void setDescription(String description)
public ItemModelMaster withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public ItemModelMaster withMetadata(String metadata)
public Long getStackingLimit()
public void setStackingLimit(Long stackingLimit)
public ItemModelMaster withStackingLimit(Long stackingLimit)
public Boolean getAllowMultipleStacks()
public void setAllowMultipleStacks(Boolean allowMultipleStacks)
public ItemModelMaster withAllowMultipleStacks(Boolean allowMultipleStacks)
public Integer getSortValue()
public void setSortValue(Integer sortValue)
public ItemModelMaster withSortValue(Integer sortValue)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public ItemModelMaster withCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public ItemModelMaster withUpdatedAt(Long updatedAt)
public static ItemModelMaster fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(ItemModelMaster o)
compareTo in interface Comparable<ItemModelMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.