PersistableGroup.java

16 lines | 235 B Blame History Raw Download
package com.salesmanager.shop.model.security;

/**
 * Object used for saving a group
 * @author carlsamson
 *
 */
public class PersistableGroup extends GroupEntity {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

}