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