public class IconMappingObject
extends java.lang.Object
| 构造器和说明 |
|---|
IconMappingObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getExpression()
Gets expression.
|
java.lang.Integer |
getIconid()
Gets iconid.
|
java.lang.Integer |
getIconmapid()
Gets iconmapid.
|
java.lang.Integer |
getIconmappingid()
Gets iconmappingid.
|
java.lang.Integer |
getInventory_link()
Gets inventory_link.
|
java.lang.Integer |
getSortorder()
Gets sortorder.
|
void |
setExpression(java.lang.String expression)
Sets new expression.
|
void |
setIconid(java.lang.Integer iconid)
Sets new iconid.
|
void |
setIconmapid(java.lang.Integer iconmapid)
Sets new iconmapid.
|
void |
setIconmappingid(java.lang.Integer iconmappingid)
Sets new iconmappingid.
|
void |
setInventory_link(java.lang.Integer inventory_link)
Sets new inventory_link.
|
void |
setSortorder(java.lang.Integer sortorder)
Sets new sortorder.
|
public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
expression - New value of expression.public java.lang.Integer getIconid()
public void setIconid(java.lang.Integer iconid)
iconid - New value of iconid.public java.lang.Integer getIconmappingid()
public void setIconmappingid(java.lang.Integer iconmappingid)
iconmappingid - New value of iconmappingid.public java.lang.Integer getSortorder()
public void setSortorder(java.lang.Integer sortorder)
sortorder - New value of sortorder.public java.lang.Integer getInventory_link()
public void setInventory_link(java.lang.Integer inventory_link)
inventory_link - New value of inventory_link.public java.lang.Integer getIconmapid()
public void setIconmapid(java.lang.Integer iconmapid)
iconmapid - New value of iconmapid.