Class AssociationCacheRegion

java.lang.Object
fr.becpg.repo.helper.impl.AssociationCacheRegion
All Implemented Interfaces:
Serializable

public class AssociationCacheRegion extends Object implements Serializable

AssociationCacheRegion class.

Version:
$Id: $Id
Author:
matthieu
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.alfresco.service.namespace.QName
    The qualified name of the association.
    private final int
     
    protected final org.alfresco.service.cmr.repository.NodeRef
    The node reference for the association cache.
    private static final long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AssociationCacheRegion(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName assocQName)
    Constructor for AssociationCacheRegion.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    org.alfresco.service.namespace.QName
    Getter for the field assocQName.
    org.alfresco.service.cmr.repository.NodeRef
    Getter for the field nodeRef.
    int

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • nodeRef

      protected final org.alfresco.service.cmr.repository.NodeRef nodeRef
      The node reference for the association cache.
    • assocQName

      protected final org.alfresco.service.namespace.QName assocQName
      The qualified name of the association.
    • hashCode

      private final int hashCode
  • Constructor Details

    • AssociationCacheRegion

      public AssociationCacheRegion(@Nonnull org.alfresco.service.cmr.repository.NodeRef nodeRef, @Nonnull org.alfresco.service.namespace.QName assocQName)

      Constructor for AssociationCacheRegion.

      Parameters:
      nodeRef - a NodeRef object
      assocQName - a QName object
  • Method Details

    • getNodeRef

      public org.alfresco.service.cmr.repository.NodeRef getNodeRef()

      Getter for the field nodeRef.

      Returns:
      a NodeRef object
    • getAssocQName

      public org.alfresco.service.namespace.QName getAssocQName()

      Getter for the field assocQName.

      Returns:
      a QName object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object