@ProviderType public interface DDMStructureLinkModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation DDMStructureLinkModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMStructureLinkImpl
.
DDMStructureLink
,
DDMStructureLinkImpl
,
DDMStructureLinkModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(DDMStructureLink ddmStructureLink) |
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm structure link.
|
long |
getClassNameId()
Returns the class name ID of this ddm structure link.
|
long |
getClassPK()
Returns the class pk of this ddm structure link.
|
long |
getCompanyId()
Returns the company ID of this ddm structure link.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getPrimaryKey()
Returns the primary key of this ddm structure link.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getStructureId()
Returns the structure ID of this ddm structure link.
|
long |
getStructureLinkId()
Returns the structure link ID of this ddm structure 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 ddm structure link.
|
void |
setClassPK(long classPK)
Sets the class pk of this ddm structure link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm structure 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 ddm structure link.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStructureId(long structureId)
Sets the structure ID of this ddm structure link.
|
void |
setStructureLinkId(long structureLinkId)
Sets the structure link ID of this ddm structure link.
|
com.liferay.portal.kernel.model.CacheModel<DDMStructureLink> |
toCacheModel() |
DDMStructureLink |
toEscapedModel() |
java.lang.String |
toString() |
DDMStructureLink |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this ddm structure linklong getStructureLinkId()
void setStructureLinkId(long structureLinkId)
structureLinkId
- the structure link ID of this ddm structure linklong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ddm structure linkjava.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this ddm structure linklong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this ddm structure linklong getStructureId()
void setStructureId(long structureId)
structureId
- the structure ID of this ddm structure linkboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
int compareTo(DDMStructureLink ddmStructureLink)
compareTo
in interface java.lang.Comparable<DDMStructureLink>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<DDMStructureLink> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
DDMStructureLink toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
DDMStructureLink toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>