org.imixs.workflow.jee.jpa
Class ReadAccessEntity

java.lang.Object
  extended by org.imixs.workflow.jee.jpa.ReadAccessEntity
All Implemented Interfaces:
Serializable

@Entity
public class ReadAccessEntity
extends Object
implements Serializable

A AccessEntity defines a single Entry in the Access List of the Entity Class. An AccessEntity is defined by its entityID which is a unique primary key and its entry which is a String value containing the entryValue. This is typical a UserName or a Role Name defined in the ejb-jar.xml

Version:
1.0
Author:
Ralph Soika
See Also:
Entity, Serialized Form

Constructor Summary
ReadAccessEntity(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadAccessEntity

public ReadAccessEntity(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2006-2011 Imixs Software Solutions GmbH. All Rights Reserved.