Package repast.simphony.data2.engine
Class MethodDataSourceDefinition
java.lang.Object
repast.simphony.data2.engine.MethodDataSourceDefinition
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
setAggregateOp
(AggregateOp aggType) void
void
setMethodName
(String methodName) void
setObjTargetClass
(String className)
-
Constructor Details
-
MethodDataSourceDefinition
-
MethodDataSourceDefinition
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getAggregateOp
- Returns:
- the AggregateType
-
setAggregateOp
- Parameters:
aggType
- the AggregateType to set
-
getId
- Returns:
- the id
-
getObjTargetClass
- Returns:
- the className
-
setObjTargetClass
-
getMethodName
- Returns:
- the methodName
-
setId
-
setMethodName
-