com.liferay.portlet.journal.model
Interface JournalStructure
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, JournalStructureModel, java.io.Serializable
- 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.service.model.impl.JournalStructureImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.journal.service.model.JournalStructureModel
,
com.liferay.portlet.journal.service.model.impl.JournalStructureImpl
,
com.liferay.portlet.journal.service.model.impl.JournalStructureModelImpl
Methods inherited from interface com.liferay.portlet.journal.model.JournalStructureModel |
getCompanyId, getCreateDate, getDescription, getGroupId, getId, getModifiedDate, getName, getPrimaryKey, getStructureId, getUserId, getUserName, getXsd, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setPrimaryKey, setStructureId, setUserId, setUserName, setXsd |
Methods inherited from interface java.lang.Comparable |
compareTo |