Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model
Interface JournalStructure

All Superinterfaces:
AuditedModel, BaseModel<JournalStructure>, ClassedModel, Cloneable, Comparable<JournalStructure>, GroupedModel, JournalStructureModel, PersistedModel, Serializable
All Known Implementing Classes:
JournalStructureWrapper

public interface JournalStructure
extends JournalStructureModel, PersistedModel

The extended model interface for the JournalStructure service. Represents a row in the "JournalStructure" database table, with each column mapped to a property of this class.

See Also:
JournalStructureModel, JournalStructureImpl, JournalStructureModelImpl

Method Summary
 String getMergedXsd()
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalStructureModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUserUuid, getUuid, getXsd, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setParentStructureId, setPrimaryKey, setPrimaryKeyObj, setStructureId, setUserId, setUserName, setUserUuid, setUuid, setXsd, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getMergedXsd

String getMergedXsd()

Liferay 6.1.2-ce-ga3