public class ContentDataEntity 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 |
Constructor and Description |
---|
ContentDataEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getContentUrlId() |
Long |
getEncodingId() |
Long |
getId() |
Long |
getLocaleId() |
Long |
getMimetypeId() |
Long |
getSize() |
Long |
getVersion() |
int |
hashCode() |
void |
incrementVersion() |
void |
setContentUrlId(Long contentUrlId) |
void |
setEncodingId(Long encodingId) |
void |
setId(Long id) |
void |
setLocaleId(Long localeId) |
void |
setMimetypeId(Long mimetypeId) |
void |
setSize(Long size) |
void |
setVersion(Long version) |
String |
toString() |
public static final Long CONST_LONG_ZERO
public void incrementVersion()
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public Long getContentUrlId()
public void setContentUrlId(Long contentUrlId)
public Long getSize()
public void setSize(Long size)
public Long getMimetypeId()
public void setMimetypeId(Long mimetypeId)
public Long getEncodingId()
public void setEncodingId(Long encodingId)
public Long getLocaleId()
public void setLocaleId(Long localeId)
Copyright © 2005–2017 Alfresco Software. All rights reserved.