* @see org.martinlaw.test.BaseDetailRoutingTestBase#getDataObject()
*/
@Override
protected Type getDataObject() throws InstantiationException,
IllegalAccessException {
TransactionType type = new TransactionType();
type.setName("credit card");
type.setEffectOnConsideration(TransactionType.TRANSACTION_EFFECT_ON_CONSIDERATION.DECREASE.toString());
type.setDescription("online payment");
return type;
}