equip.data
Class ItemBindingImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.ItemBinding
              extended byequip.data.ItemBindingImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ItemBindingImpl
extends ItemBinding

Implementation of IDL'd abstract class ItemBinding


Field Summary
 
Fields inherited from class equip.data.ItemBinding
info, item
 
Constructor Summary
ItemBindingImpl()
           
 
Method Summary
 void init(ItemData item, GUID agentId, int locked, boolean processBound, boolean local, Lease itemLease)
          initialisation helper - creates ItemBindingInfo
 
Methods inherited from class equip.data.ItemBinding
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemBindingImpl

public ItemBindingImpl()
Method Detail

init

public void init(ItemData item,
                 GUID agentId,
                 int locked,
                 boolean processBound,
                 boolean local,
                 Lease itemLease)
Description copied from class: ItemBinding
initialisation helper - creates ItemBindingInfo

Specified by:
init in class ItemBinding