org.opencrx.kernel.generic.cci2
Interface PropertySetEntry

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
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.
 void setPropertyDescription(String propertyDescription)
          Sets a new value for the attribute propertyDescription.
 void setPropertyName(String propertyName)
          Sets a new value for the attribute propertyName.
 void setPropertySetDescription(String propertySetDescription)
          Sets a new value for the attribute propertySetDescription.
 void setPropertySetName(String propertySetName)
          Sets a new value for the attribute propertySetName.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

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.

setPropertyDescription

void setPropertyDescription(String propertyDescription)
Sets a new value for the attribute propertyDescription.

Parameters:
propertyDescription - The possibly null new 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.

setPropertyName

void setPropertyName(String propertyName)
Sets a new value for the attribute propertyName.

Parameters:
propertyName - The possibly null new 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.

setPropertySetDescription

void setPropertySetDescription(String propertySetDescription)
Sets a new value for the attribute propertySetDescription.

Parameters:
propertySetDescription - The possibly null new 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.

setPropertySetName

void setPropertySetName(String propertySetName)
Sets a new value for the attribute propertySetName.

Parameters:
propertySetName - The possibly null new 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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.