org.imixs.workflow.jee.jpa
Class WriteAccessEntity

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

@Entity
public class WriteAccessEntity
extends java.lang.Object
implements java.io.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
WriteAccessEntity(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteAccessEntity

public WriteAccessEntity(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


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