static class CategoryMapMongoDao.ShopCategoryDoc
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private CategoryInfoMapImpl |
categories |
private org.joda.time.DateTime |
createdOn |
private java.lang.String |
guid |
Constructor and Description |
---|
CategoryMapMongoDao.ShopCategoryDoc(java.lang.String guid,
CategoryInfoMapImpl categories) |
Modifier and Type | Method and Description |
---|---|
CategoryInfoMapImpl |
getCategories() |
org.joda.time.DateTime |
getCreatedOn() |
java.lang.String |
getGuid() |
private final java.lang.String guid
private final org.joda.time.DateTime createdOn
private final CategoryInfoMapImpl categories
public CategoryMapMongoDao.ShopCategoryDoc(java.lang.String guid, CategoryInfoMapImpl categories)
public java.lang.String getGuid()
public org.joda.time.DateTime getCreatedOn()
public CategoryInfoMapImpl getCategories()