com.liferay.portlet.dynamicdatamapping.model
Interface DDMStorageLink
- All Superinterfaces:
- AttachedModel, BaseModel<DDMStorageLink>, ClassedModel, Cloneable, Comparable<DDMStorageLink>, DDMStorageLinkModel, PersistedModel, Serializable
- All Known Implementing Classes:
- DDMStorageLinkWrapper
public interface DDMStorageLink
- extends DDMStorageLinkModel, PersistedModel
The extended model interface for the DDMStorageLink service. Represents a row in the "DDMStorageLink" database table, with each column mapped to a property of this class.
- See Also:
DDMStorageLinkModel
,
DDMStorageLinkImpl
,
DDMStorageLinkModelImpl
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStorageLinkModel |
clone, compareTo, getClassName, getClassNameId, getClassPK, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStorageLinkId, getStructureId, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStorageLinkId, setStructureId, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getStorageType
String getStorageType()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getStructure
DDMStructure getStructure()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException