@ProviderType public interface DDMStorageLinkModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>, 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,
com.liferay.dynamic.data.mapping.model.impl.DDMStorageLinkImpl,
com.liferay.dynamic.data.mapping.model.impl.DDMStorageLinkModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(DDMStorageLink ddmStorageLink) |
java.lang.String |
getClassName()
Returns the fully qualified class name of this d d m storage link.
|
long |
getClassNameId()
Returns the class name ID of this d d m storage link.
|
long |
getClassPK()
Returns the class p k of this d d m storage link.
|
long |
getCompanyId()
Returns the company ID of this d d m storage link.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getPrimaryKey()
Returns the primary key of this d d m storage link.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getStorageLinkId()
Returns the storage link ID of this d d m storage link.
|
long |
getStructureId()
Returns the structure ID of this d d m storage link.
|
java.lang.String |
getUuid()
Returns the uuid of this d d m storage link.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this d d m storage link.
|
void |
setClassPK(long classPK)
Sets the class p k of this d d m storage link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this d d m storage link.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m storage link.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStorageLinkId(long storageLinkId)
Sets the storage link ID of this d d m storage link.
|
void |
setStructureId(long structureId)
Sets the structure ID of this d d m storage link.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this d d m storage link.
|
com.liferay.portal.kernel.model.CacheModel<DDMStorageLink> |
toCacheModel() |
DDMStorageLink |
toEscapedModel() |
java.lang.String |
toString() |
DDMStorageLink |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this d d m storage link@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid - the uuid of this d d m storage linklong getStorageLinkId()
void setStorageLinkId(long storageLinkId)
storageLinkId - the storage link ID of this d d m 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 d d m 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 d d m 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 p k of this d d m storage linklong getStructureId()
void setStructureId(long structureId)
structureId - the structure ID of this d d m storage linkboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>int compareTo(DDMStorageLink ddmStorageLink)
compareTo in interface java.lang.Comparable<DDMStorageLink>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<DDMStorageLink> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>DDMStorageLink toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>DDMStorageLink toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>