Atavism Version 2018.1AGIS API

atavism.agis.plugins
Class AgisInventoryClient.CreateStorageMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.SubjectMessage
          extended by 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

Field Summary
 
Fields inherited from class atavism.msgsys.SubjectMessage
oid
 
Constructor Summary
AgisInventoryClient.CreateStorageMessage()
           
AgisInventoryClient.CreateStorageMessage(OID playerOid, java.lang.String storageName, int storageSize, boolean playerStorage)
           
AgisInventoryClient.CreateStorageMessage(OID playerOid, java.lang.String storageName, int storageSize, int lockLimit, boolean playerStorage)
           
 
Method Summary
 int getLockLimit()
           
 java.lang.String getStorageName()
           
 int getStorageSize()
           
 boolean isPlayerStorage()
           
 void isPlayerStorage(boolean playerStorage)
           
 void setLockLimit(int lockLimit)
           
 void setStorageName(java.lang.String storageName)
           
 void setStorageSize(int storageSize)
           
 
Methods inherited from class atavism.msgsys.SubjectMessage
getSubject, setSubject, toString
 
Methods inherited from class atavism.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)


Copyright © 2018 Dragonsan Studios Sp. z o.o.