Interface DataObjectSchemaDefinition

    • Method Detail

      • getId

        String getId()
        Returns the unique, technical id for this data object schema definition. This id will be different from environment to environment.
        Returns:
        the id of this data object schema definition
      • getKey

        String getKey()
        Returns the key for this data object schema definition which must be unique, but is human-readable normally and must be the same across environments for the same data object schema definition.
        Returns:
        the key for this data object schema definition
      • getVersion

        int getVersion()
      • getDeploymentId

        String getDeploymentId()
      • getResourceName

        String getResourceName()
      • getCreationTime

        Date getCreationTime()
        Returns the creation timestamp of this defnition
        Returns:
        the creation timestamp
      • getCreatorId

        String getCreatorId()
        Returns the id of the user creating this data definition.
        Returns:
        the id of the creation user
      • getTenantId

        String getTenantId()