Package com.ibm.cics.model
Class CICSObjectAggregateRecord
- java.lang.Object
-
- com.ibm.cics.model.CICSObjectAggregateRecord
-
public class CICSObjectAggregateRecord extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CICSObjectAggregateRecord(int countOfAggregatedObjects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttributeAggregation(ICICSAttribute<?> attributeName, ICICSAttributeAggregation aggregation)intgetCountOfAggregatedObjects()CICSDateAttributeAggregationgetDateAggregation(ICICSAttribute<java.util.Date> attribute)CICSEnumAttributeAggregationgetEnumerationAggregation(ICICSAttribute<? extends ICICSEnum> attribute)CICSNumericAttributeAggregationgetNumericAggregation(ICICSAttribute<java.lang.Long> attribute)CICSStringAttributeAggregationgetStringAggregation(ICICSAttribute<java.lang.String> attribute)java.lang.StringtoString()
-
-
-
Method Detail
-
addAttributeAggregation
public void addAttributeAggregation(ICICSAttribute<?> attributeName, ICICSAttributeAggregation aggregation)
-
getStringAggregation
public CICSStringAttributeAggregation getStringAggregation(ICICSAttribute<java.lang.String> attribute)
-
getNumericAggregation
public CICSNumericAttributeAggregation getNumericAggregation(ICICSAttribute<java.lang.Long> attribute)
-
getEnumerationAggregation
public CICSEnumAttributeAggregation getEnumerationAggregation(ICICSAttribute<? extends ICICSEnum> attribute)
-
getDateAggregation
public CICSDateAttributeAggregation getDateAggregation(ICICSAttribute<java.util.Date> attribute)
-
getCountOfAggregatedObjects
public int getCountOfAggregatedObjects()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-