Class ContentUrlKeyEntity

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContentUrlKeyEntity
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    sglover
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentUrlKeyEntity

        public ContentUrlKeyEntity()
    • Method Detail

      • getContentUrlKey

        public org.alfresco.service.cmr.repository.ContentUrlKey getContentUrlKey()
                                                                           throws org.apache.commons.codec.DecoderException
        Throws:
        org.apache.commons.codec.DecoderException
      • getContentUrlId

        public java.lang.Long getContentUrlId()
      • setContentUrlId

        public void setContentUrlId​(java.lang.Long contentUrlId)
      • setEncryptedKeyAsBytes

        public void setEncryptedKeyAsBytes​(byte[] encryptedKeyAsBytes)
      • getEncryptedKeyAsBytes

        public byte[] getEncryptedKeyAsBytes()
      • setEncryptedKey

        public void setEncryptedKey​(EncryptedKey encryptedKey)
      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getEncryptedKey

        public EncryptedKey getEncryptedKey()
                                     throws org.apache.commons.codec.DecoderException
        Throws:
        org.apache.commons.codec.DecoderException
      • getUnencryptedFileSize

        public java.lang.Long getUnencryptedFileSize()
      • setUnencryptedFileSize

        public void setUnencryptedFileSize​(java.lang.Long unencryptedFileSize)
      • setKeySize

        public void setKeySize​(java.lang.Integer keySize)
      • getKeySize

        public java.lang.Integer getKeySize()
      • getAlgorithm

        public java.lang.String getAlgorithm()
      • setAlgorithm

        public void setAlgorithm​(java.lang.String algorithm)
      • getMasterKeystoreId

        public java.lang.String getMasterKeystoreId()
      • setMasterKeystoreId

        public void setMasterKeystoreId​(java.lang.String masterKeystoreId)
      • getMasterKeyAlias

        public java.lang.String getMasterKeyAlias()
      • setMasterKeyAlias

        public void setMasterKeyAlias​(java.lang.String masterKeyAlias)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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