Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMStorageLinkImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDMStorageLink>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkBaseImpl
              extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkImpl
All Implemented Interfaces:
AttachedModel, BaseModel<DDMStorageLink>, ClassedModel, PersistedModel, DDMStorageLink, DDMStorageLinkModel, Serializable, Cloneable, Comparable<DDMStorageLink>

public class DDMStorageLinkImpl
extends DDMStorageLinkBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkModelImpl
CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, STRUCTUREID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
DDMStorageLinkImpl()
           
 
Method Summary
 String getStorageType()
           
 DDMStructure getStructure()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalClassPK, getOriginalStructureId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStorageLinkId, getStructureId, getUuid, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setStorageLinkId, setStructureId, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DDMStorageLinkImpl

public DDMStorageLinkImpl()
Method Detail

getStorageType

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

getStructure

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

Liferay 6.1.2-ce-ga3