Liferay 6.0.5

com.liferay.portlet.journal.model
Interface JournalStructure

All Superinterfaces:
BaseModel<JournalStructure>, Cloneable, Comparable<JournalStructure>, JournalStructureModel, Serializable
All Known Implementing Classes:
JournalStructureImpl, JournalStructureWrapper

public interface JournalStructure
extends JournalStructureModel

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

Never modify this interface directly. Add methods to JournalStructureImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a journal structure model instance should use the JournalStructure interface instead.

See Also:
JournalStructureModel, JournalStructureImpl, JournalStructureModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 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

String getMergedXsd()

Liferay 6.0.5