@Entity public class EntityItemImpl extends Object implements EntityItem
EntityItem,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
archived |
protected String |
ceilingEntityFullyQualifiedClassname |
protected org.broadleafcommerce.openadmin.server.service.type.ChangeType |
changeType |
protected String |
customCriteria |
protected Entity |
entity |
protected Long |
id |
protected String |
linkedItemId |
protected org.broadleafcommerce.openadmin.server.service.type.ChangeType |
originalChangeType |
protected PersistencePerspective |
persistencePerspective |
protected String |
requestingEntityName |
protected Long |
sandBoxId |
protected Date |
scheduledDate |
protected String |
secondaryType |
protected List<SectionCrumb> |
sectionCrumbs |
protected String |
sectionEntityField |
protected Map<String,EntityItem> |
subItems |
protected String |
targetItemId |
| Constructor and Description |
|---|
EntityItemImpl() |
protected Long id
protected Entity entity
protected String targetItemId
protected String linkedItemId
protected Long sandBoxId
protected PersistencePerspective persistencePerspective
protected String ceilingEntityFullyQualifiedClassname
protected String secondaryType
protected String requestingEntityName
protected String customCriteria
protected org.broadleafcommerce.openadmin.server.service.type.ChangeType changeType
protected org.broadleafcommerce.openadmin.server.service.type.ChangeType originalChangeType
protected Boolean archived
protected String sectionEntityField
protected Map<String,EntityItem> subItems
protected List<SectionCrumb> sectionCrumbs
protected Date scheduledDate
public Entity getEntity()
getEntity in interface EntityItempublic void setEntity(Entity entity)
setEntity in interface EntityItempublic PersistencePerspective getPersistencePerspective()
getPersistencePerspective in interface EntityItempublic void setPersistencePerspective(PersistencePerspective persistencePerspective)
setPersistencePerspective in interface EntityItempublic String getCeilingEntityFullyQualifiedClassname()
getCeilingEntityFullyQualifiedClassname in interface EntityItempublic void setCeilingEntityFullyQualifiedClassname(String ceilingEntityFullyQualifiedClassname)
setCeilingEntityFullyQualifiedClassname in interface EntityItempublic String getCustomCriteria()
getCustomCriteria in interface EntityItempublic void setCustomCriteria(String customCriteria)
setCustomCriteria in interface EntityItempublic org.broadleafcommerce.openadmin.server.service.type.ChangeType getChangeType()
getChangeType in interface EntityItempublic void setChangeType(org.broadleafcommerce.openadmin.server.service.type.ChangeType changeType)
setChangeType in interface EntityItempublic org.broadleafcommerce.openadmin.server.service.type.ChangeType getOriginalChangeType()
getOriginalChangeType in interface EntityItempublic void setOriginalChangeType(org.broadleafcommerce.openadmin.server.service.type.ChangeType originalChangeType)
setOriginalChangeType in interface EntityItempublic String getLinkedItemId()
getLinkedItemId in interface EntityItempublic void setLinkedItemId(String linkedItemId)
setLinkedItemId in interface EntityItempublic String getTargetItemId()
getTargetItemId in interface EntityItempublic void setTargetItemId(String targetItemId)
setTargetItemId in interface EntityItempublic Long getId()
getId in interface EntityItempublic void setId(Long id)
setId in interface EntityItempublic Boolean getArchived()
getArchived in interface EntityItempublic void setArchived(Boolean archived)
setArchived in interface EntityItempublic Long getSandBoxId()
getSandBoxId in interface EntityItempublic void setSandBoxId(Long sandBoxId)
setSandBoxId in interface EntityItempublic String getSecondaryType()
getSecondaryType in interface EntityItempublic void setSecondaryType(String secondaryType)
setSecondaryType in interface EntityItempublic String getSectionEntityField()
getSectionEntityField in interface EntityItempublic void setSectionEntityField(String sectionEntityField)
setSectionEntityField in interface EntityItempublic Map<String,EntityItem> getSubItems()
getSubItems in interface EntityItempublic void setSubItems(Map<String,EntityItem> subItems)
setSubItems in interface EntityItempublic List<SectionCrumb> getSectionCrumbs()
getSectionCrumbs in interface EntityItempublic void setSectionCrumbs(List<SectionCrumb> sectionCrumbs)
setSectionCrumbs in interface EntityItempublic Date getScheduledDate()
getScheduledDate in interface EntityItempublic void setScheduledDate(Date scheduledDate)
setScheduledDate in interface EntityItempublic String getRequestingEntityName()
getRequestingEntityName in interface EntityItempublic void setRequestingEntityName(String requestingEntityName)
setRequestingEntityName in interface EntityItemCopyright © 2019. All rights reserved.