org.ogf.graap.wsag.server.accounting
Class AccountingContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.ogf.graap.wsag.server.accounting.AccountingContext
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>, IAccountingContext
public class AccountingContext
- extends HashMap<String,Object>
- implements IAccountingContext
SimpleAccountingContext
- Author:
- Oliver Waeldrich
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
AccountingContext
public AccountingContext()
getEvaluationResult
public boolean getEvaluationResult()
-
- Specified by:
getEvaluationResult
in interface IAccountingContext
- Returns:
- the evaluation result
- See Also:
IAccountingContext.getEvaluationResult()
getGuarantee
public GuaranteeTermType getGuarantee()
-
- Specified by:
getGuarantee
in interface IAccountingContext
- Returns:
- the guarantee that was evaluated
- See Also:
IAccountingContext.getGuarantee()
getProperties
public Map<String,Object> getProperties()
-
- Specified by:
getProperties
in interface IAccountingContext
- Returns:
- the evaluation context properties
- See Also:
IAccountingContext.getProperties()
setEvaluationResult
public void setEvaluationResult(boolean result)
-
- Specified by:
setEvaluationResult
in interface IAccountingContext
- Parameters:
result
- the evaluation result- See Also:
IAccountingContext.setEvaluationResult(boolean)
setGuarantee
public void setGuarantee(GuaranteeTermType guarantee)
-
- Specified by:
setGuarantee
in interface IAccountingContext
- Parameters:
guarantee
- the guarantee that was evaluated- See Also:
IAccountingContext.setGuarantee(org.ogf.schemas.graap.wsAgreement.GuaranteeTermType
)
setProperties
public void setProperties(Map<String,Object> properties)
-
- Specified by:
setProperties
in interface IAccountingContext
- Parameters:
properties
- the evaluation context properties- See Also:
IAccountingContext.setProperties(java.util.Map)
Copyright © 2008-2012. All Rights Reserved.