Class GeneratedCatalogVersion

    • Field Detail

      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the CatalogVersion.active attribute
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Qualifier of the CatalogVersion.version attribute
        See Also:
        Constant Field Values
      • MIMEROOTDIRECTORY

        public static final java.lang.String MIMEROOTDIRECTORY
        Qualifier of the CatalogVersion.mimeRootDirectory attribute
        See Also:
        Constant Field Values
      • GENERATIONDATE

        public static final java.lang.String GENERATIONDATE
        Qualifier of the CatalogVersion.generationDate attribute
        See Also:
        Constant Field Values
      • DEFAULTCURRENCY

        public static final java.lang.String DEFAULTCURRENCY
        Qualifier of the CatalogVersion.defaultCurrency attribute
        See Also:
        Constant Field Values
      • INCLFREIGHT

        public static final java.lang.String INCLFREIGHT
        Qualifier of the CatalogVersion.inclFreight attribute
        See Also:
        Constant Field Values
      • INCLPACKING

        public static final java.lang.String INCLPACKING
        Qualifier of the CatalogVersion.inclPacking attribute
        See Also:
        Constant Field Values
      • INCLASSURANCE

        public static final java.lang.String INCLASSURANCE
        Qualifier of the CatalogVersion.inclAssurance attribute
        See Also:
        Constant Field Values
      • INCLDUTY

        public static final java.lang.String INCLDUTY
        Qualifier of the CatalogVersion.inclDuty attribute
        See Also:
        Constant Field Values
      • TERRITORIES

        public static final java.lang.String TERRITORIES
        Qualifier of the CatalogVersion.territories attribute
        See Also:
        Constant Field Values
      • LANGUAGES

        public static final java.lang.String LANGUAGES
        Qualifier of the CatalogVersion.languages attribute
        See Also:
        Constant Field Values
      • GENERATORINFO

        public static final java.lang.String GENERATORINFO
        Qualifier of the CatalogVersion.generatorInfo attribute
        See Also:
        Constant Field Values
      • CATEGORYSYSTEMID

        public static final java.lang.String CATEGORYSYSTEMID
        Qualifier of the CatalogVersion.categorySystemID attribute
        See Also:
        Constant Field Values
      • CATEGORYSYSTEMNAME

        public static final java.lang.String CATEGORYSYSTEMNAME
        Qualifier of the CatalogVersion.categorySystemName attribute
        See Also:
        Constant Field Values
      • CATEGORYSYSTEMDESCRIPTION

        public static final java.lang.String CATEGORYSYSTEMDESCRIPTION
        Qualifier of the CatalogVersion.categorySystemDescription attribute
        See Also:
        Constant Field Values
      • PREVIOUSUPDATEVERSION

        public static final java.lang.String PREVIOUSUPDATEVERSION
        Qualifier of the CatalogVersion.previousUpdateVersion attribute
        See Also:
        Constant Field Values
      • CATALOG

        public static final java.lang.String CATALOG
        Qualifier of the CatalogVersion.catalog attribute
        See Also:
        Constant Field Values
      • SYNCHRONIZATIONS

        public static final java.lang.String SYNCHRONIZATIONS
        Qualifier of the CatalogVersion.synchronizations attribute
        See Also:
        Constant Field Values
      • INCOMINGSYNCHRONIZATIONS

        public static final java.lang.String INCOMINGSYNCHRONIZATIONS
        Qualifier of the CatalogVersion.incomingSynchronizations attribute
        See Also:
        Constant Field Values
      • AGREEMENTS

        public static final java.lang.String AGREEMENTS
        Qualifier of the CatalogVersion.agreements attribute
        See Also:
        Constant Field Values
      • WRITEPRINCIPALS

        public static final java.lang.String WRITEPRINCIPALS
        Qualifier of the CatalogVersion.writePrincipals attribute
        See Also:
        Constant Field Values
      • PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED

        protected static java.lang.String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_SRC_ORDERED
        Relation ordering override parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
      • PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED

        protected static java.lang.String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_TGT_ORDERED
      • PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED

        protected static java.lang.String PRINCIPAL2WRITEABLECATALOGVERSIONRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for Principal2WriteableCatalogVersionRelation from ((catalog))
      • READPRINCIPALS

        public static final java.lang.String READPRINCIPALS
        Qualifier of the CatalogVersion.readPrincipals attribute
        See Also:
        Constant Field Values
      • PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED

        protected static java.lang.String PRINCIPAL2READABLECATALOGVERSIONRELATION_SRC_ORDERED
        Relation ordering override parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
      • PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED

        protected static java.lang.String PRINCIPAL2READABLECATALOGVERSIONRELATION_TGT_ORDERED
      • PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED

        protected static java.lang.String PRINCIPAL2READABLECATALOGVERSIONRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for Principal2ReadableCatalogVersionRelation from ((catalog))
      • INCOMINGSYNCHRONIZATIONSHANDLER

        protected static final OneToManyHandler<SyncItemJob> INCOMINGSYNCHRONIZATIONSHANDLER
        OneToManyHandler for handling 1:n INCOMINGSYNCHRONIZATIONS's relation attributes from 'many' side.
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCatalogVersion

        public GeneratedCatalogVersion()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.active attribute.
        Returns:
        the active - active flag
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the CatalogVersion.active attribute.
        Returns:
        the active - active flag
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.active attribute.
        Returns:
        the active - active flag
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the CatalogVersion.active attribute.
        Returns:
        the active - active flag
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.active attribute.
        Parameters:
        value - the active - active flag
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.active attribute.
        Parameters:
        value - the active - active flag
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the CatalogVersion.active attribute.
        Parameters:
        value - the active - active flag
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the CatalogVersion.active attribute.
        Parameters:
        value - the active - active flag
      • getAgreements

        public java.util.List<Agreement> getAgreements​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.agreements attribute.
        Returns:
        the agreements
      • getAgreements

        public java.util.List<Agreement> getAgreements()
        Generated method - Getter of the CatalogVersion.agreements attribute.
        Returns:
        the agreements
      • setAgreements

        public void setAgreements​(SessionContext ctx,
                                  java.util.List<Agreement> value)
        Generated method - Setter of the CatalogVersion.agreements attribute.
        Parameters:
        value - the agreements
      • setAgreements

        public void setAgreements​(java.util.List<Agreement> value)
        Generated method - Setter of the CatalogVersion.agreements attribute.
        Parameters:
        value - the agreements
      • addToAgreements

        public void addToAgreements​(SessionContext ctx,
                                    Agreement value)
        Generated method - Adds value to agreements.
        Parameters:
        value - the item to add to agreements
      • addToAgreements

        public void addToAgreements​(Agreement value)
        Generated method - Adds value to agreements.
        Parameters:
        value - the item to add to agreements
      • removeFromAgreements

        public void removeFromAgreements​(SessionContext ctx,
                                         Agreement value)
        Generated method - Removes value from agreements.
        Parameters:
        value - the item to remove from agreements
      • removeFromAgreements

        public void removeFromAgreements​(Agreement value)
        Generated method - Removes value from agreements.
        Parameters:
        value - the item to remove from agreements
      • getCatalog

        public Catalog getCatalog​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.catalog attribute.
        Returns:
        the catalog
      • getCatalog

        public Catalog getCatalog()
        Generated method - Getter of the CatalogVersion.catalog attribute.
        Returns:
        the catalog
      • setCatalog

        protected void setCatalog​(SessionContext ctx,
                                  Catalog value)
        Generated method - Setter of the CatalogVersion.catalog attribute.
        Parameters:
        value - the catalog
      • setCatalog

        protected void setCatalog​(Catalog value)
        Generated method - Setter of the CatalogVersion.catalog attribute.
        Parameters:
        value - the catalog
      • getCategorySystemDescription

        public java.lang.String getCategorySystemDescription​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
        Returns:
        the categorySystemDescription
      • getCategorySystemDescription

        public java.lang.String getCategorySystemDescription()
        Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
        Returns:
        the categorySystemDescription
      • getAllCategorySystemDescription

        public java.util.Map<Language,​java.lang.String> getAllCategorySystemDescription​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
        Returns:
        the localized categorySystemDescription
      • getAllCategorySystemDescription

        public java.util.Map<Language,​java.lang.String> getAllCategorySystemDescription()
        Generated method - Getter of the CatalogVersion.categorySystemDescription attribute.
        Returns:
        the localized categorySystemDescription
      • setCategorySystemDescription

        public void setCategorySystemDescription​(SessionContext ctx,
                                                 java.lang.String value)
        Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
        Parameters:
        value - the categorySystemDescription
      • setCategorySystemDescription

        public void setCategorySystemDescription​(java.lang.String value)
        Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
        Parameters:
        value - the categorySystemDescription
      • setAllCategorySystemDescription

        public void setAllCategorySystemDescription​(SessionContext ctx,
                                                    java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
        Parameters:
        value - the categorySystemDescription
      • setAllCategorySystemDescription

        public void setAllCategorySystemDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the CatalogVersion.categorySystemDescription attribute.
        Parameters:
        value - the categorySystemDescription
      • getCategorySystemID

        public java.lang.String getCategorySystemID​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.categorySystemID attribute.
        Returns:
        the categorySystemID
      • getCategorySystemID

        public java.lang.String getCategorySystemID()
        Generated method - Getter of the CatalogVersion.categorySystemID attribute.
        Returns:
        the categorySystemID
      • setCategorySystemID

        public void setCategorySystemID​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the CatalogVersion.categorySystemID attribute.
        Parameters:
        value - the categorySystemID
      • setCategorySystemID

        public void setCategorySystemID​(java.lang.String value)
        Generated method - Setter of the CatalogVersion.categorySystemID attribute.
        Parameters:
        value - the categorySystemID
      • getCategorySystemName

        public java.lang.String getCategorySystemName​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.categorySystemName attribute.
        Returns:
        the categorySystemName
      • getCategorySystemName

        public java.lang.String getCategorySystemName()
        Generated method - Getter of the CatalogVersion.categorySystemName attribute.
        Returns:
        the categorySystemName
      • getAllCategorySystemName

        public java.util.Map<Language,​java.lang.String> getAllCategorySystemName​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.categorySystemName attribute.
        Returns:
        the localized categorySystemName
      • getAllCategorySystemName

        public java.util.Map<Language,​java.lang.String> getAllCategorySystemName()
        Generated method - Getter of the CatalogVersion.categorySystemName attribute.
        Returns:
        the localized categorySystemName
      • setCategorySystemName

        public void setCategorySystemName​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the CatalogVersion.categorySystemName attribute.
        Parameters:
        value - the categorySystemName
      • setCategorySystemName

        public void setCategorySystemName​(java.lang.String value)
        Generated method - Setter of the CatalogVersion.categorySystemName attribute.
        Parameters:
        value - the categorySystemName
      • setAllCategorySystemName

        public void setAllCategorySystemName​(SessionContext ctx,
                                             java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the CatalogVersion.categorySystemName attribute.
        Parameters:
        value - the categorySystemName
      • setAllCategorySystemName

        public void setAllCategorySystemName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the CatalogVersion.categorySystemName attribute.
        Parameters:
        value - the categorySystemName
      • createItem

        protected Item createItem​(SessionContext ctx,
                                  ComposedType type,
                                  Item.ItemAttributeMap allAttributes)
                           throws JaloBusinessException
        Description copied from class: Item
        Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

        In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
        Sn example:

        
         public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
         ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
         man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
         // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
         SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
         super.getNonInitialAttributes( ctx, allAttributes );
         // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
        
         
        Overrides:
        createItem in class GenericItem
        Parameters:
        ctx - the current session context which this item is created within
        type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
        Returns:
        the new item instance
        Throws:
        JaloBusinessException - indicates an error during creation - any changes will be rollbacked
      • getDefaultCurrency

        public Currency getDefaultCurrency​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.defaultCurrency attribute.
        Returns:
        the defaultCurrency - Default Currency
      • getDefaultCurrency

        public Currency getDefaultCurrency()
        Generated method - Getter of the CatalogVersion.defaultCurrency attribute.
        Returns:
        the defaultCurrency - Default Currency
      • setDefaultCurrency

        public void setDefaultCurrency​(SessionContext ctx,
                                       Currency value)
        Generated method - Setter of the CatalogVersion.defaultCurrency attribute.
        Parameters:
        value - the defaultCurrency - Default Currency
      • setDefaultCurrency

        public void setDefaultCurrency​(Currency value)
        Generated method - Setter of the CatalogVersion.defaultCurrency attribute.
        Parameters:
        value - the defaultCurrency - Default Currency
      • getGenerationDate

        public java.util.Date getGenerationDate​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.generationDate attribute.
        Returns:
        the generationDate - Generation Date
      • getGenerationDate

        public java.util.Date getGenerationDate()
        Generated method - Getter of the CatalogVersion.generationDate attribute.
        Returns:
        the generationDate - Generation Date
      • setGenerationDate

        public void setGenerationDate​(SessionContext ctx,
                                      java.util.Date value)
        Generated method - Setter of the CatalogVersion.generationDate attribute.
        Parameters:
        value - the generationDate - Generation Date
      • setGenerationDate

        public void setGenerationDate​(java.util.Date value)
        Generated method - Setter of the CatalogVersion.generationDate attribute.
        Parameters:
        value - the generationDate - Generation Date
      • getGeneratorInfo

        public java.lang.String getGeneratorInfo​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.generatorInfo attribute.
        Returns:
        the generatorInfo - Generator Info
      • getGeneratorInfo

        public java.lang.String getGeneratorInfo()
        Generated method - Getter of the CatalogVersion.generatorInfo attribute.
        Returns:
        the generatorInfo - Generator Info
      • setGeneratorInfo

        public void setGeneratorInfo​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the CatalogVersion.generatorInfo attribute.
        Parameters:
        value - the generatorInfo - Generator Info
      • setGeneratorInfo

        public void setGeneratorInfo​(java.lang.String value)
        Generated method - Setter of the CatalogVersion.generatorInfo attribute.
        Parameters:
        value - the generatorInfo - Generator Info
      • isInclAssurance

        public java.lang.Boolean isInclAssurance​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclAssurance attribute.
        Returns:
        the inclAssurance - incl.Assurance
      • isInclAssurance

        public java.lang.Boolean isInclAssurance()
        Generated method - Getter of the CatalogVersion.inclAssurance attribute.
        Returns:
        the inclAssurance - incl.Assurance
      • isInclAssuranceAsPrimitive

        public boolean isInclAssuranceAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclAssurance attribute.
        Returns:
        the inclAssurance - incl.Assurance
      • isInclAssuranceAsPrimitive

        public boolean isInclAssuranceAsPrimitive()
        Generated method - Getter of the CatalogVersion.inclAssurance attribute.
        Returns:
        the inclAssurance - incl.Assurance
      • setInclAssurance

        public void setInclAssurance​(SessionContext ctx,
                                     java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclAssurance attribute.
        Parameters:
        value - the inclAssurance - incl.Assurance
      • setInclAssurance

        public void setInclAssurance​(java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclAssurance attribute.
        Parameters:
        value - the inclAssurance - incl.Assurance
      • setInclAssurance

        public void setInclAssurance​(SessionContext ctx,
                                     boolean value)
        Generated method - Setter of the CatalogVersion.inclAssurance attribute.
        Parameters:
        value - the inclAssurance - incl.Assurance
      • setInclAssurance

        public void setInclAssurance​(boolean value)
        Generated method - Setter of the CatalogVersion.inclAssurance attribute.
        Parameters:
        value - the inclAssurance - incl.Assurance
      • isInclDuty

        public java.lang.Boolean isInclDuty​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclDuty attribute.
        Returns:
        the inclDuty - incl.Duty
      • isInclDuty

        public java.lang.Boolean isInclDuty()
        Generated method - Getter of the CatalogVersion.inclDuty attribute.
        Returns:
        the inclDuty - incl.Duty
      • isInclDutyAsPrimitive

        public boolean isInclDutyAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclDuty attribute.
        Returns:
        the inclDuty - incl.Duty
      • isInclDutyAsPrimitive

        public boolean isInclDutyAsPrimitive()
        Generated method - Getter of the CatalogVersion.inclDuty attribute.
        Returns:
        the inclDuty - incl.Duty
      • setInclDuty

        public void setInclDuty​(SessionContext ctx,
                                java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclDuty attribute.
        Parameters:
        value - the inclDuty - incl.Duty
      • setInclDuty

        public void setInclDuty​(java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclDuty attribute.
        Parameters:
        value - the inclDuty - incl.Duty
      • setInclDuty

        public void setInclDuty​(SessionContext ctx,
                                boolean value)
        Generated method - Setter of the CatalogVersion.inclDuty attribute.
        Parameters:
        value - the inclDuty - incl.Duty
      • setInclDuty

        public void setInclDuty​(boolean value)
        Generated method - Setter of the CatalogVersion.inclDuty attribute.
        Parameters:
        value - the inclDuty - incl.Duty
      • isInclFreight

        public java.lang.Boolean isInclFreight​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclFreight attribute.
        Returns:
        the inclFreight - incl.Freight
      • isInclFreight

        public java.lang.Boolean isInclFreight()
        Generated method - Getter of the CatalogVersion.inclFreight attribute.
        Returns:
        the inclFreight - incl.Freight
      • isInclFreightAsPrimitive

        public boolean isInclFreightAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclFreight attribute.
        Returns:
        the inclFreight - incl.Freight
      • isInclFreightAsPrimitive

        public boolean isInclFreightAsPrimitive()
        Generated method - Getter of the CatalogVersion.inclFreight attribute.
        Returns:
        the inclFreight - incl.Freight
      • setInclFreight

        public void setInclFreight​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclFreight attribute.
        Parameters:
        value - the inclFreight - incl.Freight
      • setInclFreight

        public void setInclFreight​(java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclFreight attribute.
        Parameters:
        value - the inclFreight - incl.Freight
      • setInclFreight

        public void setInclFreight​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the CatalogVersion.inclFreight attribute.
        Parameters:
        value - the inclFreight - incl.Freight
      • setInclFreight

        public void setInclFreight​(boolean value)
        Generated method - Setter of the CatalogVersion.inclFreight attribute.
        Parameters:
        value - the inclFreight - incl.Freight
      • isInclPacking

        public java.lang.Boolean isInclPacking​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclPacking attribute.
        Returns:
        the inclPacking - incl.Packing
      • isInclPacking

        public java.lang.Boolean isInclPacking()
        Generated method - Getter of the CatalogVersion.inclPacking attribute.
        Returns:
        the inclPacking - incl.Packing
      • isInclPackingAsPrimitive

        public boolean isInclPackingAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.inclPacking attribute.
        Returns:
        the inclPacking - incl.Packing
      • isInclPackingAsPrimitive

        public boolean isInclPackingAsPrimitive()
        Generated method - Getter of the CatalogVersion.inclPacking attribute.
        Returns:
        the inclPacking - incl.Packing
      • setInclPacking

        public void setInclPacking​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclPacking attribute.
        Parameters:
        value - the inclPacking - incl.Packing
      • setInclPacking

        public void setInclPacking​(java.lang.Boolean value)
        Generated method - Setter of the CatalogVersion.inclPacking attribute.
        Parameters:
        value - the inclPacking - incl.Packing
      • setInclPacking

        public void setInclPacking​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the CatalogVersion.inclPacking attribute.
        Parameters:
        value - the inclPacking - incl.Packing
      • setInclPacking

        public void setInclPacking​(boolean value)
        Generated method - Setter of the CatalogVersion.inclPacking attribute.
        Parameters:
        value - the inclPacking - incl.Packing
      • getIncomingSynchronizations

        public java.util.List<SyncItemJob> getIncomingSynchronizations​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.incomingSynchronizations attribute.
        Returns:
        the incomingSynchronizations
      • getIncomingSynchronizations

        public java.util.List<SyncItemJob> getIncomingSynchronizations()
        Generated method - Getter of the CatalogVersion.incomingSynchronizations attribute.
        Returns:
        the incomingSynchronizations
      • getLanguages

        public java.util.Collection<Language> getLanguages​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.languages attribute.
        Returns:
        the languages - languages
      • getLanguages

        public java.util.Collection<Language> getLanguages()
        Generated method - Getter of the CatalogVersion.languages attribute.
        Returns:
        the languages - languages
      • setLanguages

        public void setLanguages​(SessionContext ctx,
                                 java.util.Collection<Language> value)
        Generated method - Setter of the CatalogVersion.languages attribute.
        Parameters:
        value - the languages - languages
      • setLanguages

        public void setLanguages​(java.util.Collection<Language> value)
        Generated method - Setter of the CatalogVersion.languages attribute.
        Parameters:
        value - the languages - languages
      • getMimeRootDirectory

        public java.lang.String getMimeRootDirectory​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.mimeRootDirectory attribute.
        Returns:
        the mimeRootDirectory - Mime Root Directory
      • getMimeRootDirectory

        public java.lang.String getMimeRootDirectory()
        Generated method - Getter of the CatalogVersion.mimeRootDirectory attribute.
        Returns:
        the mimeRootDirectory - Mime Root Directory
      • setMimeRootDirectory

        public void setMimeRootDirectory​(SessionContext ctx,
                                         java.lang.String value)
        Generated method - Setter of the CatalogVersion.mimeRootDirectory attribute.
        Parameters:
        value - the mimeRootDirectory - Mime Root Directory
      • setMimeRootDirectory

        public void setMimeRootDirectory​(java.lang.String value)
        Generated method - Setter of the CatalogVersion.mimeRootDirectory attribute.
        Parameters:
        value - the mimeRootDirectory - Mime Root Directory
      • getPreviousUpdateVersion

        public java.lang.Integer getPreviousUpdateVersion​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
        Returns:
        the previousUpdateVersion
      • getPreviousUpdateVersion

        public java.lang.Integer getPreviousUpdateVersion()
        Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
        Returns:
        the previousUpdateVersion
      • getPreviousUpdateVersionAsPrimitive

        public int getPreviousUpdateVersionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
        Returns:
        the previousUpdateVersion
      • getPreviousUpdateVersionAsPrimitive

        public int getPreviousUpdateVersionAsPrimitive()
        Generated method - Getter of the CatalogVersion.previousUpdateVersion attribute.
        Returns:
        the previousUpdateVersion
      • setPreviousUpdateVersion

        public void setPreviousUpdateVersion​(SessionContext ctx,
                                             java.lang.Integer value)
        Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
        Parameters:
        value - the previousUpdateVersion
      • setPreviousUpdateVersion

        public void setPreviousUpdateVersion​(java.lang.Integer value)
        Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
        Parameters:
        value - the previousUpdateVersion
      • setPreviousUpdateVersion

        public void setPreviousUpdateVersion​(SessionContext ctx,
                                             int value)
        Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
        Parameters:
        value - the previousUpdateVersion
      • setPreviousUpdateVersion

        public void setPreviousUpdateVersion​(int value)
        Generated method - Setter of the CatalogVersion.previousUpdateVersion attribute.
        Parameters:
        value - the previousUpdateVersion
      • getReadPrincipals

        public java.util.List<Principal> getReadPrincipals​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.readPrincipals attribute.
        Returns:
        the readPrincipals
      • getReadPrincipals

        public java.util.List<Principal> getReadPrincipals()
        Generated method - Getter of the CatalogVersion.readPrincipals attribute.
        Returns:
        the readPrincipals
      • getReadPrincipalsCount

        public long getReadPrincipalsCount​(SessionContext ctx)
      • getReadPrincipalsCount

        public long getReadPrincipalsCount()
      • setReadPrincipals

        public void setReadPrincipals​(SessionContext ctx,
                                      java.util.List<Principal> value)
        Generated method - Setter of the CatalogVersion.readPrincipals attribute.
        Parameters:
        value - the readPrincipals
      • setReadPrincipals

        public void setReadPrincipals​(java.util.List<Principal> value)
        Generated method - Setter of the CatalogVersion.readPrincipals attribute.
        Parameters:
        value - the readPrincipals
      • addToReadPrincipals

        public void addToReadPrincipals​(SessionContext ctx,
                                        Principal value)
        Generated method - Adds value to readPrincipals.
        Parameters:
        value - the item to add to readPrincipals
      • addToReadPrincipals

        public void addToReadPrincipals​(Principal value)
        Generated method - Adds value to readPrincipals.
        Parameters:
        value - the item to add to readPrincipals
      • removeFromReadPrincipals

        public void removeFromReadPrincipals​(SessionContext ctx,
                                             Principal value)
        Generated method - Removes value from readPrincipals.
        Parameters:
        value - the item to remove from readPrincipals
      • removeFromReadPrincipals

        public void removeFromReadPrincipals​(Principal value)
        Generated method - Removes value from readPrincipals.
        Parameters:
        value - the item to remove from readPrincipals
      • getSynchronizations

        public java.util.List<SyncItemJob> getSynchronizations​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.synchronizations attribute.
        Returns:
        the synchronizations
      • getSynchronizations

        public java.util.List<SyncItemJob> getSynchronizations()
        Generated method - Getter of the CatalogVersion.synchronizations attribute.
        Returns:
        the synchronizations
      • setSynchronizations

        public void setSynchronizations​(SessionContext ctx,
                                        java.util.List<SyncItemJob> value)
        Generated method - Setter of the CatalogVersion.synchronizations attribute.
        Parameters:
        value - the synchronizations
      • setSynchronizations

        public void setSynchronizations​(java.util.List<SyncItemJob> value)
        Generated method - Setter of the CatalogVersion.synchronizations attribute.
        Parameters:
        value - the synchronizations
      • addToSynchronizations

        public void addToSynchronizations​(SessionContext ctx,
                                          SyncItemJob value)
        Generated method - Adds value to synchronizations.
        Parameters:
        value - the item to add to synchronizations
      • addToSynchronizations

        public void addToSynchronizations​(SyncItemJob value)
        Generated method - Adds value to synchronizations.
        Parameters:
        value - the item to add to synchronizations
      • removeFromSynchronizations

        public void removeFromSynchronizations​(SessionContext ctx,
                                               SyncItemJob value)
        Generated method - Removes value from synchronizations.
        Parameters:
        value - the item to remove from synchronizations
      • removeFromSynchronizations

        public void removeFromSynchronizations​(SyncItemJob value)
        Generated method - Removes value from synchronizations.
        Parameters:
        value - the item to remove from synchronizations
      • getTerritories

        public java.util.Collection<Country> getTerritories​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.territories attribute.
        Returns:
        the territories - Territory
      • getTerritories

        public java.util.Collection<Country> getTerritories()
        Generated method - Getter of the CatalogVersion.territories attribute.
        Returns:
        the territories - Territory
      • setTerritories

        public void setTerritories​(SessionContext ctx,
                                   java.util.Collection<Country> value)
        Generated method - Setter of the CatalogVersion.territories attribute.
        Parameters:
        value - the territories - Territory
      • setTerritories

        public void setTerritories​(java.util.Collection<Country> value)
        Generated method - Setter of the CatalogVersion.territories attribute.
        Parameters:
        value - the territories - Territory
      • getVersion

        public java.lang.String getVersion​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.version attribute.
        Returns:
        the version - version
      • getVersion

        public java.lang.String getVersion()
        Generated method - Getter of the CatalogVersion.version attribute.
        Returns:
        the version - version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the CatalogVersion.version attribute.
        Parameters:
        value - the version - version
      • setVersion

        public void setVersion​(java.lang.String value)
        Generated method - Setter of the CatalogVersion.version attribute.
        Parameters:
        value - the version - version
      • getWritePrincipals

        public java.util.List<Principal> getWritePrincipals​(SessionContext ctx)
        Generated method - Getter of the CatalogVersion.writePrincipals attribute.
        Returns:
        the writePrincipals
      • getWritePrincipals

        public java.util.List<Principal> getWritePrincipals()
        Generated method - Getter of the CatalogVersion.writePrincipals attribute.
        Returns:
        the writePrincipals
      • getWritePrincipalsCount

        public long getWritePrincipalsCount​(SessionContext ctx)
      • getWritePrincipalsCount

        public long getWritePrincipalsCount()
      • setWritePrincipals

        public void setWritePrincipals​(SessionContext ctx,
                                       java.util.List<Principal> value)
        Generated method - Setter of the CatalogVersion.writePrincipals attribute.
        Parameters:
        value - the writePrincipals
      • setWritePrincipals

        public void setWritePrincipals​(java.util.List<Principal> value)
        Generated method - Setter of the CatalogVersion.writePrincipals attribute.
        Parameters:
        value - the writePrincipals
      • addToWritePrincipals

        public void addToWritePrincipals​(SessionContext ctx,
                                         Principal value)
        Generated method - Adds value to writePrincipals.
        Parameters:
        value - the item to add to writePrincipals
      • addToWritePrincipals

        public void addToWritePrincipals​(Principal value)
        Generated method - Adds value to writePrincipals.
        Parameters:
        value - the item to add to writePrincipals
      • removeFromWritePrincipals

        public void removeFromWritePrincipals​(SessionContext ctx,
                                              Principal value)
        Generated method - Removes value from writePrincipals.
        Parameters:
        value - the item to remove from writePrincipals
      • removeFromWritePrincipals

        public void removeFromWritePrincipals​(Principal value)
        Generated method - Removes value from writePrincipals.
        Parameters:
        value - the item to remove from writePrincipals