equip.data
Class ItemBindingInfoImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.ItemBindingInfo
              extended byequip.data.ItemBindingInfoImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ItemBindingInfoImpl
extends ItemBindingInfo

Implementation of IDL'd abstract class ItemBindingInfo


Field Summary
 
Fields inherited from class equip.data.ItemBindingInfo
deleting, itemLease, local, locked, owner, processBound, responsible
 
Constructor Summary
ItemBindingInfoImpl()
           
 
Method Summary
 void init(GUID agentId, int locked, boolean processBound, boolean local, Lease itemLease)
          initialisation helper
 
Methods inherited from class equip.data.ItemBindingInfo
_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

ItemBindingInfoImpl

public ItemBindingInfoImpl()
Method Detail

init

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

Specified by:
init in class ItemBindingInfo