@Entity
public class DocumentContent
extends com.whitestein.lsps.common.VersionedAbstractEntity
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentContent()
Creates new empty instance of
DocumentContent. |
|
DocumentContent(byte[] content)
Creates new instance of
DocumentContent. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Returns the content.
|
void |
setContent(byte[] content)
Sets the content.
|
protected DocumentContent()
DocumentContent.public DocumentContent(byte[] content)
DocumentContent.content - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.