Class AlfrescoModel


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

      Constructors 
      Constructor Description
      AlfrescoModel​(org.alfresco.repo.dictionary.M2Model model, java.lang.Long checksum)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.Long getChecksum()  
      org.alfresco.repo.dictionary.M2Model getModel()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • AlfrescoModel

        public AlfrescoModel​(org.alfresco.repo.dictionary.M2Model model,
                             java.lang.Long checksum)
    • Method Detail

      • getModel

        public org.alfresco.repo.dictionary.M2Model getModel()
      • getChecksum

        public java.lang.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