com.liferay.portlet.dynamicdatamapping.model
Interface DDMStructureLink
- All Superinterfaces:
- AttachedModel, BaseModel<DDMStructureLink>, ClassedModel, Cloneable, Comparable<DDMStructureLink>, DDMStructureLinkModel, PersistedModel, Serializable
- All Known Implementing Classes:
- DDMStructureLinkBaseImpl, DDMStructureLinkImpl, 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
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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, setClassNameId, setClassPK, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStructureId, setStructureLinkId, toCacheModel, toEscapedModel, toString, toXmlString |
getStructure
DDMStructure getStructure()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException