org.opencrx.kernel.code1.cci2
Interface AbstractEntry

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, SecureObject
All Known Subinterfaces:
AbstractEntry, CodeValueEntry, CodeValueEntry, SimpleEntry, SimpleEntry
All Known Implementing Classes:
AbstractEntry, CodeValueEntry, SimpleEntry

public interface AbstractEntry
extends SecureObject, BasicObject

Abstract class AbstractEntry


Nested Class Summary
static interface AbstractEntry.Identity
          Object Identity
 
Method Summary
 String getEntryValue()
          Retrieves the possibly null value for the optional attribute entryValue.
 Date getValidFrom()
          Retrieves the possibly null value for the optional attribute validFrom.
 Date getValidTo()
          Retrieves the possibly null value for the optional attribute validTo.
 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.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, 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

getEntryValue

String getEntryValue()
Retrieves the possibly null value for the optional attribute entryValue.

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()
Retrieves the possibly null value for the optional attribute validFrom.

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()
Retrieves the possibly null value for the optional attribute validTo.

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.


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