public class ResourceDTO extends DTO
Universal attributes are expressed in field of the class. Common attributes and other attributes are stored in attribute field.
Modifier and Type | Field and Description |
---|---|
Map<String,Object> |
attribute
Non Universal Attribute.
|
String |
creationTime
Creation time
|
String |
lastModifiedTime
last modified time
|
String |
parentID
Parent ID Resource ID of parent resource.
|
String |
resourceID
Resource ID
|
String |
resourceName
Resource name
|
Integer |
resourceType
Resource Type
|
Constructor and Description |
---|
ResourceDTO() |
public Integer resourceType
public String resourceID
public String parentID
public String creationTime
public String lastModifiedTime
public String resourceName
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0