Class EncodingEntity
java.lang.Object
org.alfresco.repo.domain.encoding.EncodingEntity
Entity bean for alf_encoding table.
These are unique (see equals and hashCode) based on the encoding value.
- Since:
- 3.2
- Author:
- Derek Hulley
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()voidsetEncoding(String encoding) voidvoidsetVersion(Long version) toString()
-
Field Details
-
CONST_LONG_ZERO
-
-
Constructor Details
-
EncodingEntity
public EncodingEntity()
-
-
Method Details