Package org.bonitasoft.engine.page
Class SPageWithContent
- java.lang.Object
-
- org.bonitasoft.engine.page.AbstractSPage
-
- org.bonitasoft.engine.page.SPageWithContent
-
- All Implemented Interfaces:
java.io.Serializable
,PersistentObject
@Entity public class SPageWithContent extends AbstractSPage
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SPageWithContent(SPage sPage, byte[] pagContent)
-
Method Summary
-
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, setTenantId
-
-
-
-
Constructor Detail
-
SPageWithContent
public SPageWithContent(SPage sPage, byte[] pagContent)
-
-