@Entity(name="ResourceEntity") public class ResourceEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected String |
path |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
ResourceEntity() |
ResourceEntity(String name,
String type,
String path,
String url) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.