public class RunStorageInventoryConfig
extends java.lang.Object
Constructor and Description |
---|
RunStorageInventoryConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountIdentity() |
CuicServer |
getCuicServer() |
java.lang.String |
getInventoryType() |
long |
getSymID() |
java.lang.String |
getType() |
void |
setAccountIdentity(java.lang.String accountIdentity) |
void |
setCuicServer(CuicServer cuicServer) |
void |
setInventoryType(java.lang.String inventoryType) |
void |
setSymID(long symID) |
void |
setType(java.lang.String type) |
public long getSymID()
public void setSymID(long symID)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getInventoryType()
public void setInventoryType(java.lang.String inventoryType)
public java.lang.String getAccountIdentity()
public void setAccountIdentity(java.lang.String accountIdentity)
public CuicServer getCuicServer()
public void setCuicServer(CuicServer cuicServer)