Class GeneratedAbstractMedia

    • Field Detail

      • MIME

        public static final java.lang.String MIME
        Qualifier of the AbstractMedia.mime attribute
        See Also:
        Constant Field Values
      • SIZE

        public static final java.lang.String SIZE
        Qualifier of the AbstractMedia.size attribute
        See Also:
        Constant Field Values
      • DATAPK

        public static final java.lang.String DATAPK
        Qualifier of the AbstractMedia.dataPK attribute
        See Also:
        Constant Field Values
      • LOCATION

        public static final java.lang.String LOCATION
        Qualifier of the AbstractMedia.location attribute
        See Also:
        Constant Field Values
      • LOCATIONHASH

        public static final java.lang.String LOCATIONHASH
        Qualifier of the AbstractMedia.locationHash attribute
        See Also:
        Constant Field Values
      • REALFILENAME

        public static final java.lang.String REALFILENAME
        Qualifier of the AbstractMedia.realFileName attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedAbstractMedia

        public GeneratedAbstractMedia()
    • Method Detail

      • getDataPK

        public java.lang.Long getDataPK​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.dataPK attribute.
        Returns:
        the dataPK - PK of the referenced data file.
      • getDataPK

        public java.lang.Long getDataPK()
        Generated method - Getter of the AbstractMedia.dataPK attribute.
        Returns:
        the dataPK - PK of the referenced data file.
      • getDataPKAsPrimitive

        public long getDataPKAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.dataPK attribute.
        Returns:
        the dataPK - PK of the referenced data file.
      • getDataPKAsPrimitive

        public long getDataPKAsPrimitive()
        Generated method - Getter of the AbstractMedia.dataPK attribute.
        Returns:
        the dataPK - PK of the referenced data file.
      • setDataPK

        public void setDataPK​(SessionContext ctx,
                              java.lang.Long value)
        Generated method - Setter of the AbstractMedia.dataPK attribute.
        Parameters:
        value - the dataPK - PK of the referenced data file.
      • setDataPK

        public void setDataPK​(java.lang.Long value)
        Generated method - Setter of the AbstractMedia.dataPK attribute.
        Parameters:
        value - the dataPK - PK of the referenced data file.
      • setDataPK

        public void setDataPK​(SessionContext ctx,
                              long value)
        Generated method - Setter of the AbstractMedia.dataPK attribute.
        Parameters:
        value - the dataPK - PK of the referenced data file.
      • setDataPK

        public void setDataPK​(long value)
        Generated method - Setter of the AbstractMedia.dataPK attribute.
        Parameters:
        value - the dataPK - PK of the referenced data file.
      • getLocation

        public java.lang.String getLocation​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.location attribute.
        Returns:
        the location - Generated location (by one of Storage Strategies) to media within storage.
      • getLocation

        public java.lang.String getLocation()
        Generated method - Getter of the AbstractMedia.location attribute.
        Returns:
        the location - Generated location (by one of Storage Strategies) to media within storage.
      • setLocation

        public void setLocation​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the AbstractMedia.location attribute.
        Parameters:
        value - the location - Generated location (by one of Storage Strategies) to media within storage.
      • setLocation

        public void setLocation​(java.lang.String value)
        Generated method - Setter of the AbstractMedia.location attribute.
        Parameters:
        value - the location - Generated location (by one of Storage Strategies) to media within storage.
      • getLocationHash

        public java.lang.String getLocationHash​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.locationHash attribute.
        Returns:
        the locationHash - Computed hash of folder qualifier and location
      • getLocationHash

        public java.lang.String getLocationHash()
        Generated method - Getter of the AbstractMedia.locationHash attribute.
        Returns:
        the locationHash - Computed hash of folder qualifier and location
      • setLocationHash

        public void setLocationHash​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the AbstractMedia.locationHash attribute.
        Parameters:
        value - the locationHash - Computed hash of folder qualifier and location
      • setLocationHash

        public void setLocationHash​(java.lang.String value)
        Generated method - Setter of the AbstractMedia.locationHash attribute.
        Parameters:
        value - the locationHash - Computed hash of folder qualifier and location
      • getMime

        public java.lang.String getMime​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.mime attribute.
        Returns:
        the mime - Mime type of referenced data file.
      • getMime

        public java.lang.String getMime()
        Generated method - Getter of the AbstractMedia.mime attribute.
        Returns:
        the mime - Mime type of referenced data file.
      • setMime

        public void setMime​(java.lang.String value)
                     throws JaloBusinessException
        Generated method - Setter of the AbstractMedia.mime attribute.
        Parameters:
        value - the mime - Mime type of referenced data file.
        Throws:
        JaloBusinessException
      • getRealFileName

        public java.lang.String getRealFileName​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.realFileName attribute.
        Returns:
        the realFileName
      • getRealFileName

        public java.lang.String getRealFileName()
        Generated method - Getter of the AbstractMedia.realFileName attribute.
        Returns:
        the realFileName
      • setRealFileName

        public void setRealFileName​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the AbstractMedia.realFileName attribute.
        Parameters:
        value - the realFileName
      • setRealFileName

        public void setRealFileName​(java.lang.String value)
        Generated method - Setter of the AbstractMedia.realFileName attribute.
        Parameters:
        value - the realFileName
      • getSize

        public java.lang.Long getSize​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.size attribute.
        Returns:
        the size - Size of referenced data file.
      • getSize

        public java.lang.Long getSize()
        Generated method - Getter of the AbstractMedia.size attribute.
        Returns:
        the size - Size of referenced data file.
      • getSizeAsPrimitive

        public long getSizeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractMedia.size attribute.
        Returns:
        the size - Size of referenced data file.
      • getSizeAsPrimitive

        public long getSizeAsPrimitive()
        Generated method - Getter of the AbstractMedia.size attribute.
        Returns:
        the size - Size of referenced data file.
      • setSize

        public void setSize​(SessionContext ctx,
                            java.lang.Long value)
        Generated method - Setter of the AbstractMedia.size attribute.
        Parameters:
        value - the size - Size of referenced data file.
      • setSize

        public void setSize​(java.lang.Long value)
        Generated method - Setter of the AbstractMedia.size attribute.
        Parameters:
        value - the size - Size of referenced data file.
      • setSize

        public void setSize​(SessionContext ctx,
                            long value)
        Generated method - Setter of the AbstractMedia.size attribute.
        Parameters:
        value - the size - Size of referenced data file.
      • setSize

        public void setSize​(long value)
        Generated method - Setter of the AbstractMedia.size attribute.
        Parameters:
        value - the size - Size of referenced data file.