public class ContentUrlEntity extends Object implements Serializable
These are unique (see equals
and hashCode
) based
on the content URL
value.
Modifier and Type | Field and Description |
---|---|
static Long |
CONST_LONG_ZERO |
static String |
EMPTY_URL |
Constructor and Description |
---|
ContentUrlEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContentUrl() |
long |
getContentUrlCrc()
For persistence use
|
ContentUrlKeyEntity |
getContentUrlKey() |
String |
getContentUrlShort()
For persistence use
|
Long |
getId() |
Long |
getOrphanTime() |
long |
getSize() |
int |
hashCode() |
void |
setContentUrl(String contentUrl) |
void |
setContentUrlCrc(long contentUrlCrc)
For persistence use
|
static ContentUrlEntity |
setContentUrlKey(ContentUrlEntity existing,
ContentUrlKeyEntity contentUrlKey) |
void |
setContentUrlKey(ContentUrlKeyEntity contentUrlKey) |
void |
setContentUrlShort(String contentUrlShort)
For persistence use
|
void |
setId(Long id) |
void |
setOrphanTime(Long orphanTime) |
void |
setSize(long size) |
String |
toString() |
public static final Long CONST_LONG_ZERO
public static final String EMPTY_URL
public ContentUrlKeyEntity getContentUrlKey()
public static ContentUrlEntity setContentUrlKey(ContentUrlEntity existing, ContentUrlKeyEntity contentUrlKey)
public void setContentUrlKey(ContentUrlKeyEntity contentUrlKey)
public Long getId()
public void setId(Long id)
public String getContentUrl()
public void setContentUrl(String contentUrl)
public String getContentUrlShort()
public void setContentUrlShort(String contentUrlShort)
public long getContentUrlCrc()
public void setContentUrlCrc(long contentUrlCrc)
public long getSize()
public void setSize(long size)
public Long getOrphanTime()
public void setOrphanTime(Long orphanTime)
Copyright © 2005–2017 Alfresco Software. All rights reserved.