public abstract class AbstractModel extends Object implements Serializable
| Constructor and Description |
|---|
AbstractModel(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompositeId() |
String |
getDS() |
String |
getId() |
long |
getLastModified() |
void |
setDS(String dsName) |
void |
setId(String id) |
void |
setLastModified(long lastModified) |
public AbstractModel(String id)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.