Class STemporaryContent
- java.lang.Object
-
- org.bonitasoft.engine.temporary.content.STemporaryContent
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject,PlatformPersistentObject
@Entity public class STemporaryContent extends java.lang.Object implements PlatformPersistentObject
- Author:
- Haroun EL ALAMI
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description STemporaryContent(java.lang.String fileName, java.sql.Blob content, java.lang.String mimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetTenantId(long id)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
-
-
-
Method Detail
-
setTenantId
public void setTenantId(long id)
- Specified by:
setTenantIdin interfacePersistentObject- Specified by:
setTenantIdin interfacePlatformPersistentObject
-
-