Class GeneratedFormat

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    Format

    public abstract class GeneratedFormat
    extends GenericItem
    Generated class for type Format.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the Format.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the Format.name attribute
        See Also:
        Constant Field Values
      • INITIAL

        public static final java.lang.String INITIAL
        Qualifier of the Format.initial attribute
        See Also:
        Constant Field Values
      • DOCUMENTTYPE

        public static final java.lang.String DOCUMENTTYPE
        Qualifier of the Format.documentType attribute
        See Also:
        Constant Field Values
      • CHAINED

        public static final java.lang.String CHAINED
        Qualifier of the Format.chained attribute
        See Also:
        Constant Field Values
      • FORMAT2MEDFORREL_SRC_ORDERED

        protected static java.lang.String FORMAT2MEDFORREL_SRC_ORDERED
        Relation ordering override parameter constants for Format2MedForRel from ((commons))
      • FORMAT2MEDFORREL_TGT_ORDERED

        protected static java.lang.String FORMAT2MEDFORREL_TGT_ORDERED
      • FORMAT2MEDFORREL_MARKMODIFIED

        protected static java.lang.String FORMAT2MEDFORREL_MARKMODIFIED
        Relation disable markmodifed parameter constants for Format2MedForRel from ((commons))
      • VALIDFOR

        public static final java.lang.String VALIDFOR
        Qualifier of the Format.validFor attribute
        See Also:
        Constant Field Values
      • FORMAT2COMTYPREL_SRC_ORDERED

        protected static java.lang.String FORMAT2COMTYPREL_SRC_ORDERED
        Relation ordering override parameter constants for Format2ComTypRel from ((commons))
      • FORMAT2COMTYPREL_TGT_ORDERED

        protected static java.lang.String FORMAT2COMTYPREL_TGT_ORDERED
      • FORMAT2COMTYPREL_MARKMODIFIED

        protected static java.lang.String FORMAT2COMTYPREL_MARKMODIFIED
        Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedFormat

        public GeneratedFormat()
    • Method Detail

      • getChained

        public java.util.Collection<MediaFormatter> getChained​(SessionContext ctx)
        Generated method - Getter of the Format.chained attribute.
        Returns:
        the chained
      • getChained

        public java.util.Collection<MediaFormatter> getChained()
        Generated method - Getter of the Format.chained attribute.
        Returns:
        the chained
      • getChainedCount

        public long getChainedCount​(SessionContext ctx)
      • getChainedCount

        public long getChainedCount()
      • setChained

        public void setChained​(SessionContext ctx,
                               java.util.Collection<MediaFormatter> value)
        Generated method - Setter of the Format.chained attribute.
        Parameters:
        value - the chained
      • setChained

        public void setChained​(java.util.Collection<MediaFormatter> value)
        Generated method - Setter of the Format.chained attribute.
        Parameters:
        value - the chained
      • addToChained

        public void addToChained​(SessionContext ctx,
                                 MediaFormatter value)
        Generated method - Adds value to chained.
        Parameters:
        value - the item to add to chained
      • addToChained

        public void addToChained​(MediaFormatter value)
        Generated method - Adds value to chained.
        Parameters:
        value - the item to add to chained
      • removeFromChained

        public void removeFromChained​(SessionContext ctx,
                                      MediaFormatter value)
        Generated method - Removes value from chained.
        Parameters:
        value - the item to remove from chained
      • removeFromChained

        public void removeFromChained​(MediaFormatter value)
        Generated method - Removes value from chained.
        Parameters:
        value - the item to remove from chained
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the Format.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the Format.code attribute.
        Returns:
        the code
      • setCode

        protected void setCode​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the Format.code attribute.
        Parameters:
        value - the code
      • setCode

        protected void setCode​(java.lang.String value)
        Generated method - Setter of the Format.code attribute.
        Parameters:
        value - the code
      • getDocumentType

        public EnumerationValue getDocumentType​(SessionContext ctx)
        Generated method - Getter of the Format.documentType attribute.
        Returns:
        the documentType
      • getDocumentType

        public EnumerationValue getDocumentType()
        Generated method - Getter of the Format.documentType attribute.
        Returns:
        the documentType
      • setDocumentType

        public void setDocumentType​(SessionContext ctx,
                                    EnumerationValue value)
        Generated method - Setter of the Format.documentType attribute.
        Parameters:
        value - the documentType
      • setDocumentType

        public void setDocumentType​(EnumerationValue value)
        Generated method - Setter of the Format.documentType attribute.
        Parameters:
        value - the documentType
      • getInitial

        public ItemFormatter getInitial​(SessionContext ctx)
        Generated method - Getter of the Format.initial attribute.
        Returns:
        the initial
      • getInitial

        public ItemFormatter getInitial()
        Generated method - Getter of the Format.initial attribute.
        Returns:
        the initial
      • setInitial

        public void setInitial​(SessionContext ctx,
                               ItemFormatter value)
        Generated method - Setter of the Format.initial attribute.
        Parameters:
        value - the initial
      • setInitial

        public void setInitial​(ItemFormatter value)
        Generated method - Setter of the Format.initial attribute.
        Parameters:
        value - the initial
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the Format.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the Format.name attribute.
        Returns:
        the name
      • getAllName

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

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the Format.name attribute.
        Returns:
        the localized name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the Format.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the Format.name attribute.
        Parameters:
        value - the name
      • setAllName

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

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Format.name attribute.
        Parameters:
        value - the name
      • getValidFor

        public java.util.Collection<ComposedType> getValidFor​(SessionContext ctx)
        Generated method - Getter of the Format.validFor attribute.
        Returns:
        the validFor
      • getValidFor

        public java.util.Collection<ComposedType> getValidFor()
        Generated method - Getter of the Format.validFor attribute.
        Returns:
        the validFor
      • getValidForCount

        public long getValidForCount​(SessionContext ctx)
      • getValidForCount

        public long getValidForCount()
      • setValidFor

        public void setValidFor​(SessionContext ctx,
                                java.util.Collection<ComposedType> value)
        Generated method - Setter of the Format.validFor attribute.
        Parameters:
        value - the validFor
      • setValidFor

        public void setValidFor​(java.util.Collection<ComposedType> value)
        Generated method - Setter of the Format.validFor attribute.
        Parameters:
        value - the validFor
      • addToValidFor

        public void addToValidFor​(SessionContext ctx,
                                  ComposedType value)
        Generated method - Adds value to validFor.
        Parameters:
        value - the item to add to validFor
      • addToValidFor

        public void addToValidFor​(ComposedType value)
        Generated method - Adds value to validFor.
        Parameters:
        value - the item to add to validFor
      • removeFromValidFor

        public void removeFromValidFor​(SessionContext ctx,
                                       ComposedType value)
        Generated method - Removes value from validFor.
        Parameters:
        value - the item to remove from validFor
      • removeFromValidFor

        public void removeFromValidFor​(ComposedType value)
        Generated method - Removes value from validFor.
        Parameters:
        value - the item to remove from validFor