com.centrasite.control.logged.action
Class LoggedEventCallback.RegistryObjectLogItem

java.lang.Object
  extended by com.centrasite.control.AbstractItem
      extended by com.centrasite.control.registry.items.RegistryObjectProxyItem
          extended by com.centrasite.control.logged.action.LoggedEventCallback.RegistryObjectLogItem
All Implemented Interfaces:
Item
Enclosing class:
LoggedEventCallback

public class LoggedEventCallback.RegistryObjectLogItem
extends RegistryObjectProxyItem


Field Summary
 
Fields inherited from class com.centrasite.control.AbstractItem
rcs_id
 
Constructor Summary
LoggedEventCallback.RegistryObjectLogItem(javax.xml.registry.infomodel.RegistryObject ro, Connector con)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 boolean equals(RegistryObjectItem other)
           
 Item getItem()
          Returns the Item
 int hashCode()
           
 boolean isKnownItem()
          Is the registry object behind this item a locally known item
 
Methods inherited from class com.centrasite.control.registry.items.RegistryObjectProxyItem
getChildren, getChildren, getDescription, getImageURL, getName, getNameEx, getPath, getRegistryId, hasNoChildren, showReport
 
Methods inherited from class com.centrasite.control.AbstractItem
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDefaultCommand, getDetailsCommand, getDetailViewTabs, getKey, getLanguage, getLocale, getNonPermissionAccessControlElements, getPersistanceLocale, getPrivilegeDescriptor, getProperties, getRelatedItems, getReport, getReportForDetailView, hasRequiredAttribute, isLocked, isModified, isReadOnly, isStandalone, isSubTabModified, removeCommand, replaceCommand, save, setAccessControlElements, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setProperties, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggedEventCallback.RegistryObjectLogItem

public LoggedEventCallback.RegistryObjectLogItem(javax.xml.registry.infomodel.RegistryObject ro,
                                                 Connector con)
                                          throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException
Method Detail

getItem

public Item getItem()
Description copied from interface: Item
Returns the Item

Specified by:
getItem in interface Item
Overrides:
getItem in class RegistryObjectProxyItem
Returns:
Returns the RegistryObjectItem.

isKnownItem

public boolean isKnownItem()
Is the registry object behind this item a locally known item

Returns:
true if known

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class RegistryObjectProxyItem

hashCode

public int hashCode()
Overrides:
hashCode in class RegistryObjectProxyItem

equals

public boolean equals(RegistryObjectItem other)
Overrides:
equals in class RegistryObjectProxyItem