Class Planning

    • Field Detail

      • ENTITY_IDENTIFIER

        public static final java.lang.String ENTITY_IDENTIFIER
        See Also:
        Constant Field Values
    • Constructor Detail

      • Planning

        public Planning()
    • Method Detail

      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Specified by:
        setIdentifier in interface EntityData
        Parameters:
        identifier - data object id as string
      • getEntityIdentifier

        public java.lang.String getEntityIdentifier()
        Description copied from interface: EntityData
        Identifier of an entity in the entity model where the current object refers to.
        Specified by:
        getEntityIdentifier in interface EntityData
        Returns:
        entity identifier as string
      • setEntityIdentifier

        public void setEntityIdentifier​(java.lang.String entityIdentifier)
        Description copied from interface: EntityData
        Identifier of an entity in the entity model where the current object refers to.
        Specified by:
        setEntityIdentifier in interface EntityData
      • setContext

        public void setContext​(Context context)
        Description copied from interface: EntityData
        set the context of entity data object
        Specified by:
        setContext in interface EntityData
      • getSequence

        public int getSequence()
        Sequence of the planning (scope: Document)
        Specified by:
        getSequence in interface GetSequence
        Returns:
        ordered position within a list sequenceable objects
      • getEntity

        public EntityPlanning getEntity()
        Returns:
        the planning entity object associated with the current planning or null if not set
        Since:
        4.0.5
        See Also:
        getEntityPlanningId()
      • setEntity

        public void setEntity​(EntityPlanning entityPlanning)
        Sets the planning entity object associated with the current planning or null if not set
        Parameters:
        entityPlanning - the planning entity
        Since:
        4.0.0
        See Also:
        setEntityBucketId(String)
      • getOrigin

        public java.lang.String getOrigin()
        Returns:
        Origin of data entity object, e.g. name of the source system. This property is filled by the connector. Might return null.
      • setOrigin

        public void setOrigin​(java.lang.String origin)
        Parameters:
        origin - getOrigin()
      • getEntityPlanningId

        public java.lang.String getEntityPlanningId()
      • setEntityPlanningId

        public void setEntityPlanningId​(java.lang.String entityPlanningId)
      • getMetaData

        public java.util.List<MetaDataPlanningReference> getMetaData()
        Gets meta data.
        Returns:
        the meta data.

        List is LAZY loaded.

      • getPriceList

        public java.util.List<PricePlanningReference> getPriceList()
        Gets price list.
        Returns:
        the price list.

        List is LAZY loaded.

      • getTableDataList

        public java.util.List<TableDataPlanningReference> getTableDataList()
        Gets table data list.
        Returns:
        the table data list.

        List is LAZY loaded.

      • getKeyValueList

        public java.util.List<KeyValuePlanningReference> getKeyValueList()
        Gets key value list.
        Returns:
        the key value list.

        List is LAZY loaded.

      • getTextList

        public java.util.List<TextPlanningReference> getTextList()
        Gets text list.
        Returns:
        the text list.

        List is LAZY loaded.

      • getMediaAssetList

        public java.util.List<MediaAssetPlanningReference> getMediaAssetList()
        Gets media asset list.
        Returns:
        the media asset list.

        List is LAZY loaded.

      • getCordList

        public java.util.List<CordPlanningReference> getCordList()
        Returns:
        Cord Planning Reference.

        List is LAZY loaded.

      • getBucketList

        public java.util.List<BucketPlanningReference> getBucketList()
        Returns:
        Bucket Planning Reference list
      • getParentPlanning

        public Planning getParentPlanning()
      • setParentPlanning

        public void setParentPlanning​(Planning parentPlanning)
      • getListPlanning

        public java.util.List<Planning> getListPlanning()
        Gets list children plannings.
        Returns:
        the list of children plannings. List is lazy loaded.
      • setListPlanning

        public void setListPlanning​(java.util.List<Planning> listPlanning)
      • getBucketId

        public java.lang.String getBucketId()
      • setBucketId

        public void setBucketId​(java.lang.String bucketId)
      • getxPosBottomRight

        public java.lang.Float getxPosBottomRight()
      • setxPosBottomRight

        public void setxPosBottomRight​(java.lang.Float xPosBottomRight)
      • getyPosBottomRight

        public java.lang.Float getyPosBottomRight()
      • setyPosBottomRight

        public void setyPosBottomRight​(java.lang.Float yPosBottomRight)
      • getxPosTopLeft

        public java.lang.Float getxPosTopLeft()
      • setxPosTopLeft

        public void setxPosTopLeft​(java.lang.Float xPosTopLeft)
      • getyPosTopLeft

        public java.lang.Float getyPosTopLeft()
      • setyPosTopLeft

        public void setyPosTopLeft​(java.lang.Float yPosTopLeft)
      • isUsePrintPageTemplate

        public boolean isUsePrintPageTemplate()
      • getUsePrintPageTemplate

        public boolean getUsePrintPageTemplate()
      • setUsePrintPageTemplate

        public void setUsePrintPageTemplate​(boolean usePrintPageTemplate)
      • getDpTemplateId

        public java.lang.String getDpTemplateId()
      • setDpTemplateId

        public void setDpTemplateId​(java.lang.String dpTemplateId)
      • getPrintTemplateId

        public int getPrintTemplateId()
      • setPrintTemplateId

        public void setPrintTemplateId​(int printTemplateId)
      • getPageId

        public java.lang.String getPageId()
      • setPageId

        public void setPageId​(java.lang.String pageId)
      • getPageTemplateId

        public java.lang.String getPageTemplateId()
      • setPageTemplateId

        public void setPageTemplateId​(java.lang.String pageTemplateId)
      • getPageNumber

        public int getPageNumber()
      • setPageNumber

        public void setPageNumber​(int pageNumber)
      • getPageTemplateElementId

        public java.lang.String getPageTemplateElementId()
      • setPageTemplateElementId

        public void setPageTemplateElementId​(java.lang.String pageTemplateElementId)
      • getDocumentId

        public java.lang.String getDocumentId()
      • setDocumentId

        public void setDocumentId​(java.lang.String documentId)
      • getImport_id

        public int getImport_id()
      • setImport_id

        public void setImport_id​(int import_id)
      • getDeleted

        public int getDeleted()
      • setDeleted

        public void setDeleted​(int deleted)
      • getCreatedBy

        public java.lang.String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(java.lang.String createdBy)
      • getCreatedOn

        public java.util.Date getCreatedOn()
      • setCreatedOn

        public void setCreatedOn​(java.util.Date createdOn)
      • getUpdatedBy

        public java.lang.String getUpdatedBy()
      • setUpdatedBy

        public void setUpdatedBy​(java.lang.String updatedBy)
      • getUpdatedOn

        public java.util.Date getUpdatedOn()
      • setUpdatedOn

        public void setUpdatedOn​(java.util.Date updatedOn)
      • setConnectorEntity

        public void setConnectorEntity​(ConnectorEntity connectorEntity)
      • setEntityPlanning

        public void setEntityPlanning​(EntityPlanning entityPlanning)
      • setSequence

        public void setSequence​(int sequence)
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • getVersion

        public java.lang.String getVersion()
      • setVersion

        public void setVersion​(java.lang.String version)
      • getTimestamp

        public java.lang.String getTimestamp()
      • setTimestamp

        public void setTimestamp​(java.lang.String timestamp)
      • setParentPlanningId

        public void setParentPlanningId​(java.lang.String parentPlanningId)
      • getEntityModelId

        public java.lang.String getEntityModelId()
      • setEntityModelId

        public void setEntityModelId​(java.lang.String entityModelId)
      • getEntityBucketId

        public java.lang.String getEntityBucketId()
      • setEntityBucketId

        public void setEntityBucketId​(java.lang.String entityBucketId)
      • getContentMetaData

        public java.util.List<ContentMetaData> getContentMetaData()
        Returns:
        List of ContentMetaData related to Planning.

        List is not loaded by Entity Manager in its standard methods. Use specific Entity Manager methods for loading.

      • getTableTemplate

        public java.lang.String getTableTemplate()
        Returns:
        the tableTemplate
      • setTableTemplate

        public void setTableTemplate​(java.lang.String tableTemplate)
        Parameters:
        tableTemplate - the tableTemplate to set
      • getTableSetupId

        public java.lang.String getTableSetupId()
        Returns:
        the tableSetupId
      • setTableSetupId

        public void setTableSetupId​(java.lang.String tableSetupId)
        Parameters:
        tableSetupId - the tableSetupId to set
      • getTableCmdChanged

        public int getTableCmdChanged()
        Returns:
        the tableCmdChanged
      • setTableCmdChanged

        public void setTableCmdChanged​(int tableCmdChanged)
        Parameters:
        tableCmdChanged - the tableCmdChanged to set
      • getPrintPlaceholderId

        public int getPrintPlaceholderId()
        Returns:
        the printPlaceholderId
      • setPrintPlaceholderId

        public void setPrintPlaceholderId​(int printPlaceholderId)
        Parameters:
        printPlaceholderId - the printPlaceholderId to set
      • getPrintPlaceholderUID

        public java.lang.String getPrintPlaceholderUID()
        Returns:
        the printPlaceholderUID
      • setPrintPlaceholderUID

        public void setPrintPlaceholderUID​(java.lang.String printPlaceholderUID)
        Parameters:
        printPlaceholderUID - the printPlaceholderUID to set
      • getSnippetId

        public int getSnippetId()
        Returns:
        the snippetId
      • setSnippetId

        public void setSnippetId​(int snippetId)
        Parameters:
        snippetId - the snippetId to set
      • getSourcePlanningIdentifier

        public java.lang.String getSourcePlanningIdentifier()
        Returns:
        the sourcePlanningIdentifier
      • setSourcePlanningIdentifier

        public void setSourcePlanningIdentifier​(java.lang.String identifier)
        Parameters:
        identifier - the sourcePlanningIdentifier to set
      • getId

        public int getId()
      • isTemporary

        public boolean isTemporary()
        Indicates if planning is temporary
      • setTemporary

        public void setTemporary​(boolean temporary)
        Sets planning as temporary
        Parameters:
        temporary - flag to set
      • getSnippetPlanningId

        public java.lang.String getSnippetPlanningId()
      • setSnippetPlanningId

        public void setSnippetPlanningId​(java.lang.String snippetPlanningId)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object