Liferay 6.1.2-ce-ga3

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

Method Summary
 String getStorageType()
           
 DDMStructure getStructure()
           
 
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
 
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

getStorageType

String getStorageType()
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getStructure

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

Liferay 6.1.2-ce-ga3