Class EntityKey

    • Constructor Summary

      Constructors 
      Constructor Description
      EntityKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEntityId()  
      java.lang.String getEntityType()  
      void setEntityId​(java.lang.String entityId)  
      void setEntityType​(java.lang.String entityType)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • EntityKey

        public EntityKey()
    • Method Detail

      • getEntityId

        public java.lang.String getEntityId()
      • setEntityId

        public void setEntityId​(java.lang.String entityId)
      • getEntityType

        public java.lang.String getEntityType()
      • setEntityType

        public void setEntityType​(java.lang.String entityType)