Class MReference
- java.lang.Object
 - 
- com.evolveum.midpoint.repo.sqale.qmodel.ref.MReference
 
 
- 
- Direct Known Subclasses:
 MAccessCertificationWorkItemReference,MAssignmentReference,MCaseWorkItemReference
public class MReference extends Object
Querydsl "row bean" type related toQReferenceand its subtypes. This also works as "MObjectReference" as it does not need additional attributes. 
- 
- 
Field Summary
Fields Modifier and Type Field Description UUIDownerOidMObjectTypeownerTypeMReferenceTypereferenceTypeIntegerrelationIdUUIDtargetOidMObjectTypetargetType 
- 
Constructor Summary
Constructors Constructor Description MReference() 
 - 
 
- 
- 
Field Detail
- 
ownerOid
public UUID ownerOid
 
- 
ownerType
public MObjectType ownerType
 
- 
referenceType
public MReferenceType referenceType
 
- 
targetOid
public UUID targetOid
 
- 
targetType
public MObjectType targetType
 
- 
relationId
public Integer relationId
 
 - 
 
 -