de.espirit.firstspirit.storage
Interface ReferencesChangeDetail.ContentReference

All Superinterfaces:
ReferencesChangeDetail.Reference
Enclosing interface:
ReferencesChangeDetail

public static interface ReferencesChangeDetail.ContentReference
extends ReferencesChangeDetail.Reference

Specific type on entity references identified by a tuple of schema uid, type name, and a unique key.

Since:
4.2.400

Method Summary
 String getEntityTypeName()
          Get the name of the entity's type.
 Object[] getKeyValues()
          Get the values of the unique key of the entity.
 String getSchemaUid()
          Get the uid of the entity's schema
 

Method Detail

getSchemaUid

@NotNull
String getSchemaUid()
Get the uid of the entity's schema

Returns:
The entity's uid.
Since:
4.2.400

getEntityTypeName

@NotNull
String getEntityTypeName()
Get the name of the entity's type.

Returns:
The entity type's name.
Since:
4.2.400

getKeyValues

@NotNull
Object[] getKeyValues()
Get the values of the unique key of the entity.

Returns:
The entity's unique key.
Since:
4.2.400


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480