Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Interface DDMStructureLink

All Superinterfaces:
AttachedModel, BaseModel<DDMStructureLink>, ClassedModel, Cloneable, Comparable<DDMStructureLink>, DDMStructureLinkModel, PersistedModel, Serializable
All Known Implementing Classes:
DDMStructureLinkWrapper

public interface DDMStructureLink
extends DDMStructureLinkModel, PersistedModel

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

See Also:
DDMStructureLinkModel, DDMStructureLinkImpl, DDMStructureLinkModelImpl

Method Summary
 DDMStructure getStructure()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStructureId, getStructureLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStructureId, setStructureLinkId, 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

getStructure

DDMStructure getStructure()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3