multiverse.server.plugins
Class InventoryClient.ActivateMessage
java.lang.Object
multiverse.msgsys.Message
multiverse.msgsys.SubjectMessage
multiverse.server.plugins.InventoryClient.ActivateMessage
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- InventoryClient
public static class InventoryClient.ActivateMessage
- extends SubjectMessage
the obj is the "main" oid for the message since that is what the
InventoryPlugin is subscribing on
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
activatorOid
protected java.lang.Long activatorOid
targetOid
protected java.lang.Long targetOid
InventoryClient.ActivateMessage
public InventoryClient.ActivateMessage()
InventoryClient.ActivateMessage
public InventoryClient.ActivateMessage(java.lang.Long objOid,
java.lang.Long activatorOid,
java.lang.Long targetOid)
setActivatorOid
public void setActivatorOid(java.lang.Long oid)
getActivatorOid
public java.lang.Long getActivatorOid()
setTargetOid
public void setTargetOid(java.lang.Long oid)
getTargetOid
public java.lang.Long getTargetOid()