Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package in.shop2020.hotspot.dashbaord.shared.actions;

import net.customware.gwt.dispatch.shared.Action;

public class WarningRequest implements Action<WarningResponse>  {
        /**
         * 
         */
        private static final long serialVersionUID = 7662105508837407294L;
        /**
         * 
         */
        @SuppressWarnings("unused")
        public WarningRequest(){
                
        }
        
        String type; 
        public WarningRequest(String type ){
                this.type = type;
        }
}