Atavism Version 2018.1AGIS API

atavism.agis.plugins
Class AgisInventoryClient.OpenStorageMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.SubjectMessage
          extended by atavism.agis.plugins.AgisInventoryClient.OpenStorageMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AgisInventoryClient

public static class AgisInventoryClient.OpenStorageMessage
extends SubjectMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class atavism.msgsys.SubjectMessage
oid
 
Constructor Summary
AgisInventoryClient.OpenStorageMessage()
           
AgisInventoryClient.OpenStorageMessage(OID playerOid, OID storageOid)
           
AgisInventoryClient.OpenStorageMessage(OID playerOid, OID storageOid, int lockLimit)
           
AgisInventoryClient.OpenStorageMessage(OID playerOid, java.lang.String storageName)
           
 
Method Summary
 int getLockLimit()
           
 java.lang.String getStorageName()
           
 OID getStorageOid()
           
 boolean isPlayerStorage()
           
 void isPlayerStorage(boolean playerStorage)
           
 void setLockLimit(int lockLimit)
           
 void setStorageName(java.lang.String storageName)
           
 void setStorageOid(OID storageOid)
           
 
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.OpenStorageMessage

public AgisInventoryClient.OpenStorageMessage()

AgisInventoryClient.OpenStorageMessage

public AgisInventoryClient.OpenStorageMessage(OID playerOid,
                                              java.lang.String storageName)

AgisInventoryClient.OpenStorageMessage

public AgisInventoryClient.OpenStorageMessage(OID playerOid,
                                              OID storageOid)

AgisInventoryClient.OpenStorageMessage

public AgisInventoryClient.OpenStorageMessage(OID playerOid,
                                              OID storageOid,
                                              int lockLimit)
Method Detail

getStorageName

public java.lang.String getStorageName()

setStorageName

public void setStorageName(java.lang.String storageName)

getStorageOid

public OID getStorageOid()

setStorageOid

public void setStorageOid(OID storageOid)

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.