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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the JournalStructure table in the database.

Customize com.liferay.portlet.journal.model.impl.JournalStructureImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
JournalStructureModel, com.liferay.portlet.journal.model.impl.JournalStructureImpl, com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
Generated:

Method Summary
 java.lang.String getMergedXsd()
           
 
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
 

Method Detail

getMergedXsd

java.lang.String getMergedXsd()