Modifier and Type | Method | Description |
---|---|---|
Date |
getCreationDate() |
When the contact was created.
|
String |
getId() |
Unique and persistent identifier for this record.
|
Date |
getModificationDate() |
When the contact was last modified.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isSelected() |
Is the entry selected?
|
void |
setSelected(boolean selected) |
Is the entry selected?
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("az34") @Kind("property") @Name("modification date") @Type("date") Date getModificationDate()
@Code("az35") @Kind("property") @Name("creation date") @Type("date") Date getCreationDate()
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("selE") @Kind("property") @Name("selected") @Type("boolean") boolean isSelected()
@Code("selE") @Kind("property") @Name("selected") @Type("boolean") void setSelected(boolean selected)
selected
- new property value