Java Runtime 3.0.1
|
Public Member Functions | |
Builder | set$key (K key) |
K | assignedKey () |
Interface representing an Entity's newBuilder class.
<K> | Type of key for this Entity |
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().
key | Key to be set for this entity |