Class AlfrescoSolrDataModel.TenantDbId

  • Enclosing class:
    AlfrescoSolrDataModel

    public static class AlfrescoSolrDataModel.TenantDbId
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Long dbId  
      java.util.Map<java.lang.String,​java.lang.Object> optionalBag  
      java.lang.String tenant  
    • Constructor Summary

      Constructors 
      Constructor Description
      TenantDbId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setProperty​(java.lang.String name, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tenant

        public java.lang.String tenant
      • dbId

        public java.lang.Long dbId
      • optionalBag

        public java.util.Map<java.lang.String,​java.lang.Object> optionalBag
    • Constructor Detail

      • TenantDbId

        public TenantDbId()
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String name,
                                java.lang.Object value)