Class ContentUrlEntity
java.lang.Object
org.alfresco.repo.domain.contentdata.ContentUrlEntity
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongFor persistence useFor persistence usegetId()longgetSize()inthashCode()voidsetContentUrl(String contentUrl) voidsetContentUrlCrc(long contentUrlCrc) For persistence usestatic ContentUrlEntitysetContentUrlKey(ContentUrlEntity existing, ContentUrlKeyEntity contentUrlKey) voidsetContentUrlKey(ContentUrlKeyEntity contentUrlKey) voidsetContentUrlShort(String contentUrlShort) For persistence usevoidvoidsetOrphanTime(Long orphanTime) voidsetSize(long size) toString()
-
Field Details
-
CONST_LONG_ZERO
-
EMPTY_URL
- See Also:
-
-
Constructor Details
-
ContentUrlEntity
public ContentUrlEntity()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getContentUrlKey
-
setContentUrlKey
public static ContentUrlEntity setContentUrlKey(ContentUrlEntity existing, ContentUrlKeyEntity contentUrlKey) -
setContentUrlKey
-
getId
-
setId
-
getContentUrl
-
setContentUrl
-
getContentUrlShort
For persistence use -
setContentUrlShort
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
-
setOrphanTime
-