Class AggregateReadParams
- java.lang.Object
-
- com.blueriq.component.api.aggregate.AggregateReadParams
-
public class AggregateReadParams extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregateReadParams(String aggregateType, Long aggregateId, Long version, com.aquima.interactions.profile.IEntityInstance targetInstance, String targetVersionAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAggregateId()
String
getAggregateType()
com.aquima.interactions.profile.IEntityInstance
getTargetInstance()
String
getTargetVersionAttribute()
Long
getVersion()
-
-
-
Method Detail
-
getAggregateType
public String getAggregateType()
-
getAggregateId
public long getAggregateId()
-
getVersion
public Long getVersion()
-
getTargetInstance
public com.aquima.interactions.profile.IEntityInstance getTargetInstance()
-
getTargetVersionAttribute
public String getTargetVersionAttribute()
-
-