com.liferay.portlet.journal.model
Interface JournalStructure
- All Superinterfaces:
- BaseModel<JournalStructure>, java.lang.Cloneable, java.lang.Comparable<JournalStructure>, JournalStructureModel, java.io.Serializable
- All Known Implementing Classes:
- JournalStructureWrapper
public interface JournalStructure
- extends JournalStructureModel
The model interface for the JournalStructure service. Represents a row in the "JournalStructure" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.journal.model.impl.JournalStructureImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a journal structure model instance should use the JournalStructure interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalStructureModel,
com.liferay.portlet.journal.model.impl.JournalStructureImpl,
com.liferay.portlet.journal.model.impl.JournalStructureModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.journal.model.JournalStructureModel |
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getId, getModifiedDate, getName, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUserUuid, getUuid, getXsd, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setId, setModifiedDate, setName, setNew, setParentStructureId, setPrimaryKey, setStructureId, setUserId, setUserName, setUserUuid, setUuid, setXsd, toEscapedModel, toString, toXmlString |
getMergedXsd
java.lang.String getMergedXsd()