Interface HasMutableId

All Superinterfaces:
HasId
All Known Subinterfaces:
MutableEntity, MutableEntityExtended, MutableExternalEntity
All Known Implementing Classes:
MutableEntityExtendedImp, MutableExternalEntityImp

public interface HasMutableId extends HasId
Mixin indicating the class has the capability to be uniquely identified through an external object identifier.
  • Field Summary

    Fields inherited from interface net.tangly.core.HasId

    ID
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    id(String id)
    Set the identifier of the instance.

    Methods inherited from interface net.tangly.core.HasId

    id
  • Method Details

    • id

      void id(String id)
      Set the identifier of the instance.
      Parameters:
      id - new ID of the instance.