Package fr.becpg.repo.helper.impl
Class AssociationCacheRegion
java.lang.Object
fr.becpg.repo.helper.impl.AssociationCacheRegion
- All Implemented Interfaces:
Serializable
AssociationCacheRegion class.
- Version:
- $Id: $Id
- Author:
- matthieu
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.alfresco.service.namespace.QNameThe qualified name of the association.private final intprotected final org.alfresco.service.cmr.repository.NodeRefThe node reference for the association cache.private static final long -
Constructor Summary
ConstructorsConstructorDescriptionAssociationCacheRegion(org.alfresco.service.cmr.repository.NodeRef nodeRef, org.alfresco.service.namespace.QName assocQName) Constructor for AssociationCacheRegion. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
nodeRef
protected final org.alfresco.service.cmr.repository.NodeRef nodeRefThe node reference for the association cache. -
assocQName
protected final org.alfresco.service.namespace.QName assocQNameThe 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- aNodeRefobjectassocQName- aQNameobject
-
-
Method Details
-
getNodeRef
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()Getter for the field
nodeRef.- Returns:
- a
NodeRefobject
-
getAssocQName
public org.alfresco.service.namespace.QName getAssocQName()Getter for the field
assocQName.- Returns:
- a
QNameobject
-
toString
-
equals
-
hashCode
public int hashCode()
-