package eu.dnetlib.actionmanager.actions;

/**
 * Created by claudio on 01/10/15.
 */
public abstract class AbstractActionSerializer {

	protected final static String targetColumn = "TargetColumn";

	protected final static String targetColumnFamily = "TargetColumnFamily";

	protected final static String targetRowKey = "TargetRowKey";

	protected final static String rawSet = "RawSet";

	protected final static String rowKey = "RowKey";

	protected final static String actionType = "ActionType";

	protected final static String targetValue = "TargetValue";

	protected final static String agent = "Agent";

	protected final static String agent_id = "Agent.Id";
	protected final static String agent_name = "Agent.name";
	protected final static String agent_type = "Agent.type";

}
