org.opencrx.kernel.generic.jpa3
Class DocumentFolderAssignment$Slice

java.lang.Object
  extended by org.opencrx.kernel.generic.jpa3.DocumentFolderAssignment$Slice
All Implemented Interfaces:
Serializable

public class DocumentFolderAssignment$Slice
extends Object
implements Serializable

DocumentFolderAssignment$Slice object hold the DocumentFolderAssignment's multivalued attributes

See Also:
Serialized Form

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

Constructor Detail

DocumentFolderAssignment$Slice

public DocumentFolderAssignment$Slice()
Constructor


DocumentFolderAssignment$Slice

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

Method Detail

getModifiedBy

public String getModifiedBy()

setModifiedBy

public void setModifiedBy(String value)

getOwningGroup

public String getOwningGroup()

setOwningGroup

public void setOwningGroup(String value)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String value)

getOwner

public String getOwner()

setOwner

public void setOwner(String value)


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