org.imixs.workflow.jee.jpa
Class WriteAccess

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

@Entity
public class WriteAccess
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
WriteAccess(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

WriteAccess

public WriteAccess(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


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