Class ContentUrlKeyEntity

java.lang.Object
org.alfresco.repo.domain.contentdata.ContentUrlKeyEntity
All Implemented Interfaces:
Serializable

public class ContentUrlKeyEntity extends Object implements Serializable
Author:
sglover
See Also:
  • Constructor Details

    • ContentUrlKeyEntity

      public ContentUrlKeyEntity()
  • Method Details

    • getContentUrlKey

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

      public Long getContentUrlId()
    • setContentUrlId

      public void setContentUrlId(Long contentUrlId)
    • setEncryptedKeyAsBytes

      public void setEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes)
    • getEncryptedKeyAsBytes

      public byte[] getEncryptedKeyAsBytes()
    • setEncryptedKey

      public void setEncryptedKey(EncryptedKey encryptedKey)
    • setEncryptedKey

      public static ContentUrlKeyEntity setEncryptedKey(ContentUrlKeyEntity existing, EncryptedKey encryptedKey)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getEncryptedKey

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

      public Long getUnencryptedFileSize()
    • setUnencryptedFileSize

      public void setUnencryptedFileSize(Long unencryptedFileSize)
    • setKeySize

      public void setKeySize(Integer keySize)
    • getKeySize

      public Integer getKeySize()
    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • getMasterKeystoreId

      public String getMasterKeystoreId()
    • setMasterKeystoreId

      public void setMasterKeystoreId(String masterKeystoreId)
    • getMasterKeyAlias

      public String getMasterKeyAlias()
    • setMasterKeyAlias

      public void setMasterKeyAlias(String masterKeyAlias)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object