org.opencrx.kernel.code1.cci2
Interface AbstractEntry

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:
AbstractEntry, CodeValueEntry, CodeValueEntry, SimpleEntry, SimpleEntry
All Known Implementing Classes:
AbstractEntry, CodeValueEntry, SimpleEntry

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

Abstract class AbstractEntry


Nested Class Summary
static interface AbstractEntry.Identity
          Object Identity
 
Method Summary
 String getEntryValue()
           
 Date getValidFrom()
           
 Date getValidTo()
           
 void setEntryValue(String entryValue)
          Sets a new value for the attribute entryValue.
 void setValidFrom(Date validFrom)
          Sets a new value for the attribute validFrom.
 void setValidTo(Date validTo)
          Sets a new value for the attribute validTo.
 void setValueContainer(CodeValueContainer valueContainer)
          Sets a new value for the reference valueContainer.
 void setValueContainer(CodeValueContainer valueContainer, boolean codeIsPersistent, String code)
          Set the object's composite association org:opencrx:kernel:code1:CodeValueContainerContainsEntry.
 
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

getEntryValue

String getEntryValue()
Returns:
The possibly null value for attribute entryValue.

setEntryValue

void setEntryValue(String entryValue)
Sets a new value for the attribute entryValue.

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

getValidFrom

Date getValidFrom()
Returns:
The possibly null value for attribute validFrom.

setValidFrom

void setValidFrom(Date validFrom)
Sets a new value for the attribute validFrom.

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

getValidTo

Date getValidTo()
Returns:
The possibly null value for attribute validTo.

setValidTo

void setValidTo(Date validTo)
Sets a new value for the attribute validTo.

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

setValueContainer

void setValueContainer(CodeValueContainer valueContainer)
Sets a new value for the reference valueContainer.

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

setValueContainer

void setValueContainer(CodeValueContainer valueContainer,
                       boolean codeIsPersistent,
                       String code)
Set the object's composite association org:opencrx:kernel:code1:CodeValueContainerContainsEntry.

Parameters:
valueContainer - The non-null new value for this object's composite owner.
codeIsPersistent - Defines whether the code is persistent.
code - 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.