|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractEntry
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, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| 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 |
|---|
String getEntryValue()
entryValue.
entryValue.void setEntryValue(String entryValue)
entryValue.
entryValue - The possibly null new value for attribute entryValue.Date getValidFrom()
validFrom.
validFrom.void setValidFrom(Date validFrom)
validFrom.
validFrom - The possibly null new value for attribute validFrom.Date getValidTo()
validTo.
validTo.void setValidTo(Date validTo)
validTo.
validTo - The possibly null new value for attribute validTo.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||