Record Class Id

java.lang.Object
java.lang.Record
org.microbean.bean.Id
Record Components:
types - a BeanTypeList
attributes - a List of Attributess
alternate - whether this Id is to be considered an alternate
rank - the rank of this Id
All Implemented Interfaces:
Constable, Attributed, Ranked

public record Id(BeanTypeList types, List<Attributes> attributes, boolean alternate, int rank) extends Record implements Attributed, Constable, Ranked
An identifier for a Bean.
Author:
Laird Nelson
See Also: