Interface ModelLinkKey


public interface ModelLinkKey
A ModelLink is a field on a Model which references ("links") another Model. For example, UserAssocation has a ModelLink to User, and another to Role.

ModelLinkKey contains a value for one such ModelLink, as it would be represented in a Table.

  • Method Summary

    Modifier and Type Method Description
    java.util.List<? extends ModelLinkComponent> getModelLinkComponents()
    Returns the natural key components of the model being linked to
    java.lang.Long getSysId()
    Returns the surrogate id of the model being linked to
  • Method Details

    • getSysId

      java.lang.Long getSysId()
      Returns the surrogate id of the model being linked to
    • getModelLinkComponents

      java.util.List<? extends ModelLinkComponent> getModelLinkComponents()
      Returns the natural key components of the model being linked to