Interface CommerceNotificationTemplateCommerceAccountGroupRelModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CommerceNotificationTemplateCommerceAccountGroupRel>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CommerceNotificationTemplateCommerceAccountGroupRel
- All Known Implementing Classes:
CommerceNotificationTemplateCommerceAccountGroupRelWrapper
@Deprecated
@ProviderType
public interface CommerceNotificationTemplateCommerceAccountGroupRelModel
extends com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
Deprecated.
The base model interface for the CommerceNotificationTemplateCommerceAccountGroupRel service. Represents a row in the "CNTemplateCAccountGroupRel" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.notification.model.impl.CommerceNotificationTemplateCommerceAccountGroupRelModelImpl
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.commerce.notification.model.impl.CommerceNotificationTemplateCommerceAccountGroupRelImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
Deprecated.Returns the commerce account group ID of this commerce notification template commerce account group rel.long
Deprecated.Returns the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.long
Deprecated.Returns the commerce notification template ID of this commerce notification template commerce account group rel.long
Deprecated.Returns the company ID of this commerce notification template commerce account group rel.Deprecated.Returns the create date of this commerce notification template commerce account group rel.long
Deprecated.Returns the group ID of this commerce notification template commerce account group rel.Deprecated.Returns the modified date of this commerce notification template commerce account group rel.long
Deprecated.Returns the mvcc version of this commerce notification template commerce account group rel.long
Deprecated.Returns the primary key of this commerce notification template commerce account group rel.long
Deprecated.Returns the user ID of this commerce notification template commerce account group rel.Deprecated.Returns the user name of this commerce notification template commerce account group rel.Deprecated.Returns the user uuid of this commerce notification template commerce account group rel.void
setCommerceAccountGroupId
(long commerceAccountGroupId) Deprecated.Sets the commerce account group ID of this commerce notification template commerce account group rel.void
setCommerceNotificationTemplateCommerceAccountGroupRelId
(long commerceNotificationTemplateCommerceAccountGroupRelId) Deprecated.Sets the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.void
setCommerceNotificationTemplateId
(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification template commerce account group rel.void
setCompanyId
(long companyId) Deprecated.Sets the company ID of this commerce notification template commerce account group rel.void
setCreateDate
(Date createDate) Deprecated.Sets the create date of this commerce notification template commerce account group rel.void
setGroupId
(long groupId) Deprecated.Sets the group ID of this commerce notification template commerce account group rel.void
setModifiedDate
(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification template commerce account group rel.void
setMvccVersion
(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification template commerce account group rel.void
setPrimaryKey
(long primaryKey) Deprecated.Sets the primary key of this commerce notification template commerce account group rel.void
setUserId
(long userId) Deprecated.Sets the user ID of this commerce notification template commerce account group rel.void
setUserName
(String userName) Deprecated.Sets the user name of this commerce notification template commerce account group rel.void
setUserUuid
(String userUuid) Deprecated.Sets the user uuid of this commerce notification template commerce account group rel.default String
Deprecated.Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Deprecated.Returns the primary key of this commerce notification template commerce account group rel.- Returns:
- the primary key of this commerce notification template commerce account group rel
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification template commerce account group rel.- Parameters:
primaryKey
- the primary key of this commerce notification template commerce account group rel
-
getMvccVersion
long getMvccVersion()Deprecated.Returns the mvcc version of this commerce notification template commerce account group rel.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce notification template commerce account group rel
-
setMvccVersion
void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification template commerce account group rel.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce notification template commerce account group rel
-
getCommerceNotificationTemplateCommerceAccountGroupRelId
long getCommerceNotificationTemplateCommerceAccountGroupRelId()Deprecated.Returns the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.- Returns:
- the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel
-
setCommerceNotificationTemplateCommerceAccountGroupRelId
void setCommerceNotificationTemplateCommerceAccountGroupRelId(long commerceNotificationTemplateCommerceAccountGroupRelId) Deprecated.Sets the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel.- Parameters:
commerceNotificationTemplateCommerceAccountGroupRelId
- the commerce notification template commerce account group rel ID of this commerce notification template commerce account group rel
-
getGroupId
long getGroupId()Deprecated.Returns the group ID of this commerce notification template commerce account group rel.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce notification template commerce account group rel
-
setGroupId
void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification template commerce account group rel.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce notification template commerce account group rel
-
getCompanyId
long getCompanyId()Deprecated.Returns the company ID of this commerce notification template commerce account group rel.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce notification template commerce account group rel
-
setCompanyId
void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification template commerce account group rel.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce notification template commerce account group rel
-
getUserId
long getUserId()Deprecated.Returns the user ID of this commerce notification template commerce account group rel.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this commerce notification template commerce account group rel
-
setUserId
void setUserId(long userId) Deprecated.Sets the user ID of this commerce notification template commerce account group rel.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this commerce notification template commerce account group rel
-
getUserUuid
String getUserUuid()Deprecated.Returns the user uuid of this commerce notification template commerce account group rel.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this commerce notification template commerce account group rel
-
setUserUuid
Deprecated.Sets the user uuid of this commerce notification template commerce account group rel.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this commerce notification template commerce account group rel
-
getUserName
Deprecated.Returns the user name of this commerce notification template commerce account group rel.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this commerce notification template commerce account group rel
-
setUserName
Deprecated.Sets the user name of this commerce notification template commerce account group rel.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this commerce notification template commerce account group rel
-
getCreateDate
Date getCreateDate()Deprecated.Returns the create date of this commerce notification template commerce account group rel.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the create date of this commerce notification template commerce account group rel
-
setCreateDate
Deprecated.Sets the create date of this commerce notification template commerce account group rel.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
createDate
- the create date of this commerce notification template commerce account group rel
-
getModifiedDate
Date getModifiedDate()Deprecated.Returns the modified date of this commerce notification template commerce account group rel.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the modified date of this commerce notification template commerce account group rel
-
setModifiedDate
Deprecated.Sets the modified date of this commerce notification template commerce account group rel.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
modifiedDate
- the modified date of this commerce notification template commerce account group rel
-
getCommerceNotificationTemplateId
long getCommerceNotificationTemplateId()Deprecated.Returns the commerce notification template ID of this commerce notification template commerce account group rel.- Returns:
- the commerce notification template ID of this commerce notification template commerce account group rel
-
setCommerceNotificationTemplateId
void setCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification template commerce account group rel.- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID of this commerce notification template commerce account group rel
-
getCommerceAccountGroupId
long getCommerceAccountGroupId()Deprecated.Returns the commerce account group ID of this commerce notification template commerce account group rel.- Returns:
- the commerce account group ID of this commerce notification template commerce account group rel
-
setCommerceAccountGroupId
void setCommerceAccountGroupId(long commerceAccountGroupId) Deprecated.Sets the commerce account group ID of this commerce notification template commerce account group rel.- Parameters:
commerceAccountGroupId
- the commerce account group ID of this commerce notification template commerce account group rel
-
cloneWithOriginalValues
CommerceNotificationTemplateCommerceAccountGroupRel cloneWithOriginalValues()Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplateCommerceAccountGroupRel>
-
toXmlString
Deprecated.
-