public class ContentUrlEntity extends Object
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
|
String |
getContentUrlShort()
For persistence use
|
Long |
getId() |
Long |
getOrphanTime() |
long |
getSize() |
int |
hashCode() |
void |
setContentUrl(String contentUrl) |
void |
setContentUrlCrc(long contentUrlCrc)
For persistence use
|
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 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–2014 Alfresco Software. All rights reserved.