@ProviderType public interface DDMStorageLinkModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMStorageLinkModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.dynamic.data.mapping.model.impl.DDMStorageLinkImpl.
DDMStorageLink| Modifier and Type | Method and Description |
|---|---|
DDMStorageLink |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm storage link.
|
long |
getClassNameId()
Returns the class name ID of this ddm storage link.
|
long |
getClassPK()
Returns the class pk of this ddm storage link.
|
long |
getCompanyId()
Returns the company ID of this ddm storage link.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm storage link.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm storage link.
|
long |
getPrimaryKey()
Returns the primary key of this ddm storage link.
|
long |
getStorageLinkId()
Returns the storage link ID of this ddm storage link.
|
long |
getStructureId()
Returns the structure ID of this ddm storage link.
|
long |
getStructureVersionId()
Returns the structure version ID of this ddm storage link.
|
java.lang.String |
getUuid()
Returns the uuid of this ddm storage link.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this ddm storage link.
|
void |
setClassPK(long classPK)
Sets the class pk of this ddm storage link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm storage link.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm storage link.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm storage link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm storage link.
|
void |
setStorageLinkId(long storageLinkId)
Sets the storage link ID of this ddm storage link.
|
void |
setStructureId(long structureId)
Sets the structure ID of this ddm storage link.
|
void |
setStructureVersionId(long structureVersionId)
Sets the structure version ID of this ddm storage link.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ddm storage link.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>primaryKey - the primary key of this ddm storage linklong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ddm storage linklong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>ctCollectionId - the ct collection ID of this ddm storage link@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid - the uuid of this ddm storage linklong getStorageLinkId()
void setStorageLinkId(long storageLinkId)
storageLinkId - the storage link ID of this ddm storage linklong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ddm storage linkjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this ddm storage linklong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this ddm storage linklong getStructureId()
void setStructureId(long structureId)
structureId - the structure ID of this ddm storage linklong getStructureVersionId()
void setStructureVersionId(long structureVersionId)
structureVersionId - the structure version ID of this ddm storage linkDDMStorageLink cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>