Subversion Repositories SmartDukaan

Rev

Rev 21734 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.web.res;

import com.spice.profitmandi.dao.model.ContentPojo;

public class EntityResponse {
        private ContentPojo entity;

        public ContentPojo getEntity() {
                return entity;
        }

        public void setEntity(ContentPojo entity) {
                this.entity = entity;
        }

}