Class AlfrescoModel


  • public class AlfrescoModel
    extends java.lang.Object
    Represents an alfresco model and checksum.
    Since:
    4.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AlfrescoModel​(org.alfresco.service.cmr.dictionary.ModelDefinition modelDef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      long getChecksum()  
      org.alfresco.service.cmr.dictionary.ModelDefinition getModelDef()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlfrescoModel

        protected AlfrescoModel​(org.alfresco.service.cmr.dictionary.ModelDefinition modelDef)
    • Method Detail

      • getModelDef

        public org.alfresco.service.cmr.dictionary.ModelDefinition getModelDef()
      • getChecksum

        public long getChecksum()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object