com.centrasite.control.registry.items
Class LCModelItem

java.lang.Object
  extended by com.centrasite.control.AbstractItem
      extended by com.centrasite.control.registry.items.RegistryObjectItem
          extended by com.centrasite.control.registry.items.RegistryEntryItem
              extended by com.centrasite.control.registry.items.ClassificationSchemeItem
                  extended by com.centrasite.control.registry.items.LCModelItem
All Implemented Interfaces:
Item

public class LCModelItem
extends ClassificationSchemeItem


Nested Class Summary
 
Nested classes/interfaces inherited from class com.centrasite.control.registry.items.RegistryObjectItem
RegistryObjectItem.ProfileVisibilityBean, RegistryObjectItem.ReferencingDescriptor
 
Field Summary
 
Fields inherited from class com.centrasite.control.registry.items.ClassificationSchemeItem
rcs_id
 
Fields inherited from class com.centrasite.control.registry.items.RegistryObjectItem
profilePermissionUpdated, REFERENCING_LIST_AS_ITEMS, REFERENCING_LIST_AS_REFOBJECTS
 
Constructor Summary
LCModelItem(com.centrasite.lcmapi.LCModel lcModel, Connector con)
           
LCModelItem(javax.xml.registry.infomodel.RegistryObject ro, Connector con)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 boolean equals(RegistryObjectProxyItem other)
           
 java.lang.String getDescription()
           
 com.centrasite.lcmapi.LCModel getLCModel()
           
 int hashCode()
          Provide hash function for being able to use RegistryObjectItems as key for hashing
 void setLCModel(com.centrasite.lcmapi.LCModel lcModel)
           
 
Methods inherited from class com.centrasite.control.registry.items.ClassificationSchemeItem
cannotHaveChildren, createConcept, getChildren, getChildren, getChildrenList, getClassificationScheme, getClassificationSchemeName, getDetailsCommand, getNameEx, getPath, getPermissionForNonPermissionACL, hasNoChildren, isObjectTypeScheme, isObjectTypeScheme, showReport
 
Methods inherited from class com.centrasite.control.registry.items.RegistryEntryItem
getRegistryEntry
 
Methods inherited from class com.centrasite.control.registry.items.RegistryObjectItem
addAuditComment, addClassification, addClassification, addExternalClassification, addInternelClassification, clearCache, clearProperties, delete, delete, freeze, getAccessControlElements, getCachedRegistryObject, getCentraSiteRegistryObject, getCentraSiteVirtualTypeConcept, getCollectRestServiceAssociatedObjects, getCollectVirtualServiceAssociatedObjects, getCurrentUserPermissionItem, getDefinedSlotNames, getImageURL, getKey, getLabel, getLargeImageURL, getLastAuditableEvent, getName, getName, getNonPermissionAccessControlElements, getPrivilegeDescriptor, getProperties, getReferencingItems, getReferencingObjects, getRegistryObject, getReport, getReportForDetailView, getSlotDescriptions, getTooltip, hasObjectType, hasObjectType, hasObjectType, isCanPropagateACL, isCentraSiteVirtualTypeConcept, isEnabledForVersioning, isModified, isNewItem, isPredefined, isPropagateProfileEnabled, isRevisionObject, isStandalone, save, setAccessControlElements, setAccessControlElements, setCanPropagateACL, setCollectRestServiceAssociatedObjects, setCollectVirtualServiceAssociatedObjects, setNewItem, setPropagateProfileEnabled, setProperties, toString
 
Methods inherited from class com.centrasite.control.AbstractItem
addBulkCommand, addCommand, addDetailViewTab, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getDefaultCommand, getDetailViewTabs, getItem, getLanguage, getLocale, getPersistanceLocale, getRelatedItems, hasRequiredAttribute, isLocked, isReadOnly, isSubTabModified, removeCommand, replaceCommand, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LCModelItem

public LCModelItem(javax.xml.registry.infomodel.RegistryObject ro,
                   Connector con)
            throws java.lang.Exception
Throws:
java.lang.Exception

LCModelItem

public LCModelItem(com.centrasite.lcmapi.LCModel lcModel,
                   Connector con)
            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getLCModel

public com.centrasite.lcmapi.LCModel getLCModel()

setLCModel

public void setLCModel(com.centrasite.lcmapi.LCModel lcModel)

getDescription

public java.lang.String getDescription()
                                throws java.lang.Exception
Specified by:
getDescription in interface Item
Overrides:
getDescription in class RegistryObjectItem
Throws:
java.lang.Exception

equals

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

hashCode

public int hashCode()
Description copied from class: RegistryObjectItem
Provide hash function for being able to use RegistryObjectItems as key for hashing

Overrides:
hashCode in class ClassificationSchemeItem

equals

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