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

java.lang.Object
  extended by org.opencrx.kernel.generic.jpa3.PropertySetEntry$Slice
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BooleanPropertySetEntry$Slice, DatePropertySetEntry$Slice, DateTimePropertySetEntry$Slice, DecimalPropertySetEntry$Slice, IntegerPropertySetEntry$Slice, ReferencePropertySetEntry$Slice, StringPropertySetEntry$Slice, UriPropertySetEntry$Slice

public class PropertySetEntry$Slice
extends Object
implements Serializable

PropertySetEntry$Slice object hold the PropertySetEntry's multivalued attributes

See Also:
Serialized Form

Nested Class Summary
static class PropertySetEntry$Slice.SliceId
          The slices' compound identity class
 
Constructor Summary
  PropertySetEntry$Slice()
          Constructor
protected PropertySetEntry$Slice(PropertySetEntry object, int index)
          Constructor
 
Method Summary
 String getContext()
           
 String getCreatedBy()
           
 String getModifiedBy()
           
 String getOwner()
           
 String getOwningGroup()
           
 void setContext(String value)
           
 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

PropertySetEntry$Slice

public PropertySetEntry$Slice()
Constructor


PropertySetEntry$Slice

protected PropertySetEntry$Slice(PropertySetEntry 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)

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.