org.opencrx.kernel.base.cci2
Interface BooleanReplacement

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, TemplateReplacement, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
BooleanReplacement
All Known Implementing Classes:
BooleanReplacement

public interface BooleanReplacement
extends TemplateReplacement

Class BooleanReplacement


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.base.cci2.TemplateReplacement
TemplateReplacement.Identity
 
Method Summary
 boolean isNewBoolean()
          Retrieves the value for the attribute newBoolean.
 Boolean isOldBoolean()
           
 void setNewBoolean(boolean newBoolean)
          Sets a new value for the attribute newBoolean.
 void setOldBoolean(Boolean oldBoolean)
          Sets a new value for the attribute oldBoolean.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.TemplateReplacement
getDescription, getName, setDescription, setName, setTemplateEnabled, setTemplateEnabled
 
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

isNewBoolean

boolean isNewBoolean()
Retrieves the value for the attribute newBoolean.

Returns:
The non-null value for attribute newBoolean.

setNewBoolean

void setNewBoolean(boolean newBoolean)
Sets a new value for the attribute newBoolean.

Parameters:
newBoolean - The non-null new value for attribute newBoolean.

isOldBoolean

Boolean isOldBoolean()
Returns:
The possibly null value for attribute oldBoolean.

setOldBoolean

void setOldBoolean(Boolean oldBoolean)
Sets a new value for the attribute oldBoolean.

Parameters:
oldBoolean - The possibly null new value for attribute oldBoolean.


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