- All Implemented Interfaces:
- Serializable, Cloneable
@Entity
public class RelationPermissions
extends de.alpharogroup.db.entity.BaseEntity<Integer>
implements Cloneable
This class describes the permissions that a user can give to another user.
For instance: if a user(the provider of the permissions) have private resources like images
and want to release them to another user(the subscriber) so he can see this resources,
than an entry of a provider and the specified permission have to be added in the set of permission.
- See Also:
- Serialized Form