Rev 21730 | Rev 25427 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.web.res;public class EntityResponse{private Entity entity;public Entity getEntity (){return entity;}public void setEntity (Entity entity){this.entity = entity;}}