@ProviderType public interface DDMStorageLinkModel extends AttachedModel, BaseModel<DDMStorageLink>, CTModel<DDMStorageLink>, MVCCModel, 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 |
|---|---|
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, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
getPrimaryKey in interface CTModel<DDMStorageLink>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<DDMStorageLink>primaryKey - the primary key of this ddm storage linklong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this ddm storage linklong getCtCollectionId()
getCtCollectionId in interface CTModel<DDMStorageLink>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface 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 ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this ddm storage linkjava.lang.String getClassName()
getClassName in interface TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this ddm storage linklong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface 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 link