1 /*********************************************************************************
 
   2  *  Copyright © 2015, highstreet technologies GmbH
 
   5  *  http://www.highstreet-technologies.com/
 
   7  *  The reproduction, transmission or use of this document or its contents is not
 
   8  *  permitted without express written authority. Offenders will be liable for
 
   9  *  damages. All rights, including rights created by patent grant or registration
 
  10  *  of a utility model or design, are reserved. Technical modifications possible.
 
  11  *  Technical specifications and features are binding only insofar as they are
 
  12  *  specifically and expressly agreed upon in a written contract.
 
  14  *  @author: Martin Skorupski [martin@skorupski.de]
 
  15  *********************************************************************************/
 
  16 package org.opendaylight.mwtn.base.database;
 
  19  * Element is a document in the ES database.
 
  21 public interface IsEsObject {
 
  25      * @param id Set the ID, created by ES for this Object
 
  27     void setEsId( String id );
 
  30      * Get Id content as string that is used in ES
 
  31      * @return Related ID, that was specified by set command.