atavism.agis.plugins
Class AgisInventoryClient.CreateStorageMessage
java.lang.Object
atavism.msgsys.Message
atavism.msgsys.SubjectMessage
atavism.agis.plugins.AgisInventoryClient.CreateStorageMessage
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AgisInventoryClient
public static class AgisInventoryClient.CreateStorageMessage
- extends SubjectMessage
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AgisInventoryClient.CreateStorageMessage
public AgisInventoryClient.CreateStorageMessage()
AgisInventoryClient.CreateStorageMessage
public AgisInventoryClient.CreateStorageMessage(OID playerOid,
java.lang.String storageName,
int storageSize,
boolean playerStorage)
AgisInventoryClient.CreateStorageMessage
public AgisInventoryClient.CreateStorageMessage(OID playerOid,
java.lang.String storageName,
int storageSize,
int lockLimit,
boolean playerStorage)
getStorageName
public java.lang.String getStorageName()
setStorageName
public void setStorageName(java.lang.String storageName)
getStorageSize
public int getStorageSize()
setStorageSize
public void setStorageSize(int storageSize)
isPlayerStorage
public boolean isPlayerStorage()
isPlayerStorage
public void isPlayerStorage(boolean playerStorage)
getLockLimit
public int getLockLimit()
setLockLimit
public void setLockLimit(int lockLimit)