Class ContentUrlEntity

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

public class ContentUrlEntity extends Object implements Serializable
Entity bean for alf_content_url table.

These are unique (see equals and hashCode) based on the content URL value.

Since:
3.2
Author:
Derek Hulley
See Also:
  • Field Details

  • Constructor Details

    • ContentUrlEntity

      public ContentUrlEntity()
  • Method Details

    • 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
    • getContentUrlKey

      public ContentUrlKeyEntity getContentUrlKey()
    • setContentUrlKey

      public static ContentUrlEntity setContentUrlKey(ContentUrlEntity existing, ContentUrlKeyEntity contentUrlKey)
    • setContentUrlKey

      public void setContentUrlKey(ContentUrlKeyEntity contentUrlKey)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getContentUrl

      public String getContentUrl()
    • setContentUrl

      public void setContentUrl(String contentUrl)
    • getContentUrlShort

      public String getContentUrlShort()
      For persistence use
    • setContentUrlShort

      public void setContentUrlShort(String contentUrlShort)
      For persistence use
    • getContentUrlCrc

      public long getContentUrlCrc()
      For persistence use
    • setContentUrlCrc

      public void setContentUrlCrc(long contentUrlCrc)
      For persistence use
    • getSize

      public long getSize()
    • setSize

      public void setSize(long size)
    • getOrphanTime

      public Long getOrphanTime()
    • setOrphanTime

      public void setOrphanTime(Long orphanTime)