Interface DDMStorageLinkModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMStorageLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
DDMStorageLink
- All Known Implementing Classes:
DDMStorageLinkWrapper
@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
The base model interface for the DDMStorageLink service. Represents a row in the "DDMStorageLink" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this ddm storage link.longReturns the class name ID of this ddm storage link.longReturns the class pk of this ddm storage link.longReturns the company ID of this ddm storage link.longReturns the ct collection ID of this ddm storage link.longReturns the mvcc version of this ddm storage link.longReturns the primary key of this ddm storage link.longReturns the storage link ID of this ddm storage link.longReturns the structure ID of this ddm storage link.longReturns the structure version ID of this ddm storage link.getUuid()Returns the uuid of this ddm storage link.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this ddm storage link.voidsetClassPK(long classPK) Sets the class pk of this ddm storage link.voidsetCompanyId(long companyId) Sets the company ID of this ddm storage link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm storage link.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm storage link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm storage link.voidsetStorageLinkId(long storageLinkId) Sets the storage link ID of this ddm storage link.voidsetStructureId(long structureId) Sets the structure ID of this ddm storage link.voidsetStructureVersionId(long structureVersionId) Sets the structure version ID of this ddm storage link.voidSets the uuid of this ddm storage link.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddm storage link.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>- Returns:
- the primary key of this ddm storage link
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ddm storage link.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>- Parameters:
primaryKey- the primary key of this ddm storage link
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddm storage link.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm storage link
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm storage link.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm storage link
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddm storage link.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>- Returns:
- the ct collection ID of this ddm storage link
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm storage link.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>- Parameters:
ctCollectionId- the ct collection ID of this ddm storage link
-
getUuid
Returns the uuid of this ddm storage link.- Returns:
- the uuid of this ddm storage link
-
setUuid
Sets the uuid of this ddm storage link.- Parameters:
uuid- the uuid of this ddm storage link
-
getStorageLinkId
long getStorageLinkId()Returns the storage link ID of this ddm storage link.- Returns:
- the storage link ID of this ddm storage link
-
setStorageLinkId
void setStorageLinkId(long storageLinkId) Sets the storage link ID of this ddm storage link.- Parameters:
storageLinkId- the storage link ID of this ddm storage link
-
getCompanyId
long getCompanyId()Returns the company ID of this ddm storage link.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm storage link
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddm storage link.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm storage link
-
getClassName
String getClassName()Returns the fully qualified class name of this ddm storage link.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this ddm storage link
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this ddm storage link.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this ddm storage link
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this ddm storage link.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this ddm storage link
-
getClassPK
long getClassPK()Returns the class pk of this ddm storage link.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this ddm storage link
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this ddm storage link.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this ddm storage link
-
getStructureId
long getStructureId()Returns the structure ID of this ddm storage link.- Returns:
- the structure ID of this ddm storage link
-
setStructureId
void setStructureId(long structureId) Sets the structure ID of this ddm storage link.- Parameters:
structureId- the structure ID of this ddm storage link
-
getStructureVersionId
long getStructureVersionId()Returns the structure version ID of this ddm storage link.- Returns:
- the structure version ID of this ddm storage link
-
setStructureVersionId
void setStructureVersionId(long structureVersionId) Sets the structure version ID of this ddm storage link.- Parameters:
structureVersionId- the structure version ID of this ddm storage link
-
cloneWithOriginalValues
DDMStorageLink cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
-
toXmlString
-