Java Runtime 3.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
alfa.rt.EntityBuilder< K > Interface Template Reference

Public Member Functions

Builder set$key (K key)
 
assignedKey ()
 

Detailed Description

Interface representing an Entity's newBuilder class.

Parameters
<K>Type of key for this Entity

Member Function Documentation

◆ set$key()

Builder alfa.rt.EntityBuilder< K >.set$key ( K key)

Method to assign a key to this entity. Note this is not called setKey to avoid a potential conflict with a field named 'Key' and having a method named setKey().

Parameters
keyKey to be set for this entity
Returns
The current newBuilder instance

The documentation for this interface was generated from the following file: