Class ContentDataEntity
java.lang.Object
org.alfresco.repo.domain.contentdata.ContentDataEntity
Entity bean for alf_content_data table.
These are unique (see equals and hashCode) based on the content URL value.
- Since:
- 3.2
- Author:
- Derek Hulley
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getSize()inthashCode()voidvoidsetContentUrlId(Long contentUrlId) voidsetEncodingId(Long encodingId) voidvoidsetLocaleId(Long localeId) voidsetMimetypeId(Long mimetypeId) voidvoidsetVersion(Long version) toString()
-
Field Details
-
CONST_LONG_ZERO
-
-
Constructor Details
-
ContentDataEntity
public ContentDataEntity()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
incrementVersion
public void incrementVersion() -
getId
-
setId
-
getVersion
-
setVersion
-
getContentUrlId
-
setContentUrlId
-
getSize
-
setSize
-
getMimetypeId
-
setMimetypeId
-
getEncodingId
-
setEncodingId
-
getLocaleId
-
setLocaleId
-