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.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

Method Summary
 java.lang.String getMergedXsd()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalStructureModel
getCompanyId, getCreateDate, getDescription, getGroupId, getId, getModifiedDate, getName, getParentStructureId, getPrimaryKey, getStructureId, getUserId, getUserName, getUuid, getXsd, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setParentStructureId, setPrimaryKey, setStructureId, setUserId, setUserName, setUuid, setXsd, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getMergedXsd

java.lang.String getMergedXsd()