@Entity
public abstract class PersistedSectionContent
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
PersistedSectionContent() |
|
PersistedSectionContent(Document document,
SectionTemplate sectionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCreatedByUserId() |
java.util.Date |
getCreatedDate() |
Document |
getDocument() |
java.lang.String |
getModifiedByUserId() |
java.util.Date |
getModifiedDate() |
SectionTemplate |
getSectionTemplate() |
int |
hashCode() |
protected PersistedSectionContent()
public PersistedSectionContent(Document document, SectionTemplate sectionTemplate)
public Document getDocument()
public SectionTemplate getSectionTemplate()
public java.util.Date getCreatedDate()
public java.lang.String getCreatedByUserId()
public java.util.Date getModifiedDate()
public java.lang.String getModifiedByUserId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object