public class ItemDTO extends Object
| Constructor and Description |
|---|
ItemDTO() |
ItemDTO(String id,
String type,
String title,
float ordinal,
Set<String> tags,
Map<String,String> publicProperties,
Map<String,String> privateProperties,
String dateCreated,
String dateUpdated) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateCreated() |
String |
getDateUpdated() |
String |
getId() |
float |
getOrdinal() |
Map<String,String> |
getPrivateProperties() |
Map<String,String> |
getPublicProperties() |
Set<String> |
getTags() |
String |
getTitle() |
String |
getType() |
String |
toString() |
Copyright © 2016 wix.com. All rights reserved.