org.opencrx.kernel.base.cci2
Interface DateTimeReplacement

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:
DateTimeReplacement
All Known Implementing Classes:
DateTimeReplacement

public interface DateTimeReplacement
extends TemplateReplacement

Class DateTimeReplacement


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.base.cci2.TemplateReplacement
TemplateReplacement.Identity
 
Method Summary
 Date getBaseDateTime()
           
 Date getNewDateTime()
          Retrieves the value for the attribute newDateTime.
 Date getOldDateTime()
           
 void setBaseDateTime(Date baseDateTime)
          Sets a new value for the attribute baseDateTime.
 void setNewDateTime(Date newDateTime)
          Sets a new value for the attribute newDateTime.
 void setOldDateTime(Date oldDateTime)
          Sets a new value for the attribute oldDateTime.
 
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

getBaseDateTime

Date getBaseDateTime()
Returns:
The possibly null value for attribute baseDateTime.

setBaseDateTime

void setBaseDateTime(Date baseDateTime)
Sets a new value for the attribute baseDateTime.

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

getNewDateTime

Date getNewDateTime()
Retrieves the value for the attribute newDateTime.

Returns:
The non-null value for attribute newDateTime.

setNewDateTime

void setNewDateTime(Date newDateTime)
Sets a new value for the attribute newDateTime.

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

getOldDateTime

Date getOldDateTime()
Returns:
The possibly null value for attribute oldDateTime.

setOldDateTime

void setOldDateTime(Date oldDateTime)
Sets a new value for the attribute oldDateTime.

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


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