ActivityDataitem, CompetenceDataitem, DefaultDataitem, PersonDataitem, RoleDataitem, RolegroupDataitem, TeamDataitempublic interface IDataitem
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsId(java.lang.String id) |
Contains id.
|
java.util.Date |
getCreated() |
Gets the created.
|
java.util.HashMap<java.lang.String,ISynchronizer> |
getId() |
Gets the id.
|
java.lang.String |
getId(ISynchronizer synchronizer) |
Gets the id.
|
java.util.Date |
getModified() |
Gets the modified.
|
java.lang.String |
getStatus() |
Gets the status.
|
java.lang.String |
getTitle() |
Gets the title.
|
java.lang.String |
getVersion() |
Gets the version.
|
void |
removeId(java.lang.String id) |
Removes the id.
|
void |
removeId(ISynchronizer synchronizer) |
Removes the id.
|
void |
setCreated(java.util.Date date) |
Sets the created.
|
void |
setId(java.lang.String id,
ISynchronizer synchronizer) |
Sets the id.
|
void |
setIds(java.util.HashMap<java.lang.String,ISynchronizer> ids) |
Sets the ids.
|
void |
setModified(java.util.Date date) |
Sets the modified.
|
void |
setStatus(java.lang.String status) |
Sets the status.
|
void |
setTitle(java.lang.String title) |
Sets the title.
|
void |
setVersion(java.lang.String version) |
Sets the version.
|
void removeId(ISynchronizer synchronizer)
synchronizer - the synchronizervoid removeId(java.lang.String id)
id - the idjava.util.HashMap<java.lang.String,ISynchronizer> getId()
void setId(java.lang.String id,
ISynchronizer synchronizer)
id - the idsynchronizer - the synchronizervoid setIds(java.util.HashMap<java.lang.String,ISynchronizer> ids)
ids - the idsjava.lang.String getId(ISynchronizer synchronizer)
synchronizer - the synchronizervoid setTitle(java.lang.String title)
title - the new titleboolean containsId(java.lang.String id)
id - the idvoid setCreated(java.util.Date date)
date - the new createdjava.util.Date getCreated()
java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the new versionjava.util.Date getModified()
void setModified(java.util.Date date)
date - the new modifiedjava.lang.String getTitle()
void setStatus(java.lang.String status)
status - the new statusjava.lang.String getStatus()