org.opencrx.security.identity1.jpa3
Class Subject$Slice

java.lang.Object
  extended by org.opencrx.security.identity1.jpa3.Subject$Slice
All Implemented Interfaces:
Serializable

public class Subject$Slice
extends Object
implements Serializable

Subject$Slice object hold the Subject's multivalued attributes

See Also:
Serialized Form

Nested Class Summary
static class Subject$Slice.SliceId
          The slices' compound identity class
 
Constructor Summary
  Subject$Slice()
          Constructor
protected Subject$Slice(Subject object, int index)
          Constructor
 
Method Summary
 String getContext()
           
 String getCreatedBy()
           
 String getModifiedBy()
           
 void setContext(String value)
           
 void setCreatedBy(String value)
           
 void setModifiedBy(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subject$Slice

public Subject$Slice()
Constructor


Subject$Slice

protected Subject$Slice(Subject object,
                        int index)
Constructor

Method Detail

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String value)

getModifiedBy

public String getModifiedBy()

setModifiedBy

public void setModifiedBy(String value)

getContext

public String getContext()

setContext

public void setContext(String value)


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.