All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.salesmanager.shop.model.security.ReadableGroup Maven / Gradle / Ivy

The newest version!
package com.salesmanager.shop.model.security;

/**
 * Object used for reading a group
 * 
 * @author carlsamson
 *
 */
public class ReadableGroup extends GroupEntity {

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

  private Long id = 0L;

  public void setId(Long id) {
    this.id = id;
  }

  public Long getId() {
    return id;
  }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy