Class AggregateReadParams

java.lang.Object
com.blueriq.component.api.aggregate.AggregateReadParams

public class AggregateReadParams extends Object
  • Constructor Details

    • AggregateReadParams

      public AggregateReadParams(String aggregateType, Long aggregateId, Long version, com.aquima.interactions.profile.IEntityInstance targetInstance, String targetVersionAttribute)
  • Method Details

    • getAggregateType

      public String getAggregateType()
    • getAggregateId

      public long getAggregateId()
    • getVersion

      public Long getVersion()
    • getTargetInstance

      public com.aquima.interactions.profile.IEntityInstance getTargetInstance()
    • getTargetVersionAttribute

      public String getTargetVersionAttribute()