public class AggregateOn
extends java.lang.Object
| Constructor and Description |
|---|
AggregateOn()
Initializes a new instance of the AggregateOn class.
|
AggregateOn(PropertyPath propertyPath)
Initializes a new instance of the AggregateOn class with the specified propertyPath.
|
AggregateOn(PropertyPath propertyPath,
Aggregate aggregate)
Initializes a new instance of the AggregateOn class with the specified propertyPath and aggregate.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
getAggregate()
Gets the aggregate.
|
PropertyPath |
getPropertyPath()
Gets the property path.
|
void |
setAggregate(Aggregate aggregate)
Sets the aggregate.
|
void |
setPropertyPath(PropertyPath propertyPath)
Sets the property path.
|
java.lang.String |
toString()
Converts the value of the current AggregateOn object to its equivalent string representation.
|
public AggregateOn()
public AggregateOn(PropertyPath propertyPath)
propertyPath - the property pathpublic AggregateOn(PropertyPath propertyPath, Aggregate aggregate)
propertyPath - the property pathaggregate - the aggregatepublic java.lang.String toString()
toString in class java.lang.Objectpublic PropertyPath getPropertyPath()
public void setPropertyPath(PropertyPath propertyPath)
propertyPath - the new property pathpublic Aggregate getAggregate()
public void setAggregate(Aggregate aggregate)
aggregate - the new aggregate