Class ContentReference<K>

java.lang.Object
ch.tocco.nice2.dms.api.reference.ContentReference<K>
Direct Known Subclasses:
PrimaryKeyContentReference, UniqueIdContentReference

public abstract class ContentReference<K> extends Object
A bean representing a reference to an Entity of type type with primary key key.
  • Constructor Details

    • ContentReference

      public ContentReference(String type, K key)
  • Method Details