Package org.alfresco.repo.solr
Class AlfrescoModel
- java.lang.Object
-
- org.alfresco.repo.solr.AlfrescoModel
-
public class AlfrescoModel extends java.lang.ObjectRepresents an alfresco model and checksum.- Since:
- 4.0
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAlfrescoModel(org.alfresco.service.cmr.dictionary.ModelDefinition modelDef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)longgetChecksum()org.alfresco.service.cmr.dictionary.ModelDefinitiongetModelDef()inthashCode()
-
-
-
Method Detail
-
getModelDef
public org.alfresco.service.cmr.dictionary.ModelDefinition getModelDef()
-
getChecksum
public long getChecksum()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-