package org.ourgrid.common.internal; /** * Transfer object methods to implement. */ public interface IRequestTO { /** * @return A String representation of this request type. */ public String getRequestType(); }