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, getUuid, getXsd, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setPrimaryKey, setStructureId, setUserId, setUserName, setUuid, setXsd, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)