org.opencrx.kernel.generic.cci2
Interface PropertySetEntry

All Superinterfaces:
BasicObject, ContextCapable, ExtentCapable, SecureObject, 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, 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()
          Retrieves the possibly null value for the optional attribute propertyDescription.
 String getPropertyName()
          Retrieves the possibly null value for the optional attribute propertyName.
 String getPropertySetDescription()
          Retrieves the possibly null value for the optional attribute propertySetDescription.
 String getPropertySetName()
          Retrieves the possibly null value for the optional attribute propertySetName.
 String getStringifiedValue()
          Retrieves the possibly null value for the optional attribute stringifiedValue.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, 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.ContextCapable
getContext
 
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()
Retrieves the possibly null value for the optional attribute propertyDescription.

Returns:
The possibly null value for attribute propertyDescription.

getPropertyName

String getPropertyName()
Retrieves the possibly null value for the optional attribute propertyName.

Returns:
The possibly null value for attribute propertyName.

getPropertySetDescription

String getPropertySetDescription()
Retrieves the possibly null value for the optional attribute propertySetDescription.

Returns:
The possibly null value for attribute propertySetDescription.

getPropertySetName

String getPropertySetName()
Retrieves the possibly null value for the optional attribute propertySetName.

Returns:
The possibly null value for attribute propertySetName.

getStringifiedValue

String getStringifiedValue()
Retrieves the possibly null value for the optional attribute stringifiedValue.

Returns:
The possibly null value for attribute stringifiedValue.


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