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 void
addAttributeAggregation(ICICSAttribute<?> attributeName, ICICSAttributeAggregation aggregation)
int
getCountOfAggregatedObjects()
CICSDateAttributeAggregation
getDateAggregation(ICICSAttribute<java.util.Date> attribute)
CICSEnumAttributeAggregation
getEnumerationAggregation(ICICSAttribute<? extends ICICSEnum> attribute)
CICSNumericAttributeAggregation
getNumericAggregation(ICICSAttribute<java.lang.Long> attribute)
CICSStringAttributeAggregation
getStringAggregation(ICICSAttribute<java.lang.String> attribute)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-