com.wewebu.ow.server.dmsdialogs.views
Class OwObjectListView.OwPluginEntry

java.lang.Object
  extended by com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwPluginEntry
Enclosing class:
OwObjectListView

public class OwObjectListView.OwPluginEntry
extends Object

a single entry for a plugins with its original index


Field Summary
protected  int m_iIndex
          index in the m_DocumentFunctionPluginList list, where all plugins are kept
protected  OwDocumentFunction m_Plugin
          reference to the plugin
 
Constructor Summary
OwObjectListView.OwPluginEntry(OwDocumentFunction plugin_p, int iIndex_p)
          a single entry for a plugins with its original index
 
Method Summary
 boolean equals(Object otherObject_p)
           
 int getIndex()
          Get the index.
 OwDocumentFunction getPlugin()
          Get the document function.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Plugin

protected OwDocumentFunction m_Plugin
reference to the plugin


m_iIndex

protected int m_iIndex
index in the m_DocumentFunctionPluginList list, where all plugins are kept

Constructor Detail

OwObjectListView.OwPluginEntry

public OwObjectListView.OwPluginEntry(OwDocumentFunction plugin_p,
                                      int iIndex_p)
a single entry for a plugins with its original index

Method Detail

getPlugin

public OwDocumentFunction getPlugin()
Get the document function.

Returns:
- current document function

getIndex

public int getIndex()
Get the index.

Returns:
- the index

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object otherObject_p)
Overrides:
equals in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.