org.opencrx.kernel.generic.cci2
Interface PropertySetEntry

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
BooleanPropertySetEntry, BooleanPropertySetEntry, DatePropertySetEntry, DatePropertySetEntry, DateTimePropertySetEntry, DateTimePropertySetEntry, DecimalPropertySetEntry, DecimalPropertySetEntry, IntegerPropertySetEntry, IntegerPropertySetEntry, PropertySetEntry, ReferencePropertySetEntry, ReferencePropertySetEntry, StringPropertySetEntry, StringPropertySetEntry, UriPropertySetEntry, UriPropertySetEntry
All Known Implementing Classes:
BooleanPropertySetEntry, DatePropertySetEntry, DateTimePropertySetEntry, DecimalPropertySetEntry, IntegerPropertySetEntry, PropertySetEntry, ReferencePropertySetEntry, StringPropertySetEntry, UriPropertySetEntry

public interface PropertySetEntry
extends SecureObject, org.openmdx.base.cci2.BasicObject

Abstract class PropertySetEntry


Nested Class Summary
static interface PropertySetEntry.Identity
          Object Identity
 
Method Summary
 Property getProperty()
          Retrieves the value for the reference property.
 String getPropertyDescription()
           
 String getPropertyName()
           
 String getPropertySetDescription()
           
 String getPropertySetName()
           
 String getStringifiedValue()
           
 void setCrxObject(CrxObject crxObject)
          Sets a new value for the reference crxObject.
 void setCrxObject(CrxObject crxObject, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:generic:CrxObjectContainsPropertySetEntry.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getProperty

Property getProperty()
Retrieves the value for the reference property.

Returns:
The – possibly null – value for this reference.

getPropertyDescription

String getPropertyDescription()
Returns:
The possibly null value for attribute propertyDescription.

getPropertyName

String getPropertyName()
Returns:
The possibly null value for attribute propertyName.

getPropertySetDescription

String getPropertySetDescription()
Returns:
The possibly null value for attribute propertySetDescription.

getPropertySetName

String getPropertySetName()
Returns:
The possibly null value for attribute propertySetName.

getStringifiedValue

String getStringifiedValue()
Returns:
The possibly null value for attribute stringifiedValue.

setCrxObject

void setCrxObject(CrxObject crxObject)
Sets a new value for the reference crxObject.

Parameters:
crxObject - The non-null new value for this reference.

setCrxObject

void setCrxObject(CrxObject crxObject,
                  boolean idIsPersistent,
                  String id)
Set the object's composite association org:opencrx:kernel:generic:CrxObjectContainsPropertySetEntry.

Parameters:
crxObject - The non-null new value for this object's composite owner.
idIsPersistent - Defines whether the id is persistent.
id - The non-null new value for this object's qualifier.


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