@ProviderType public interface CommerceAccountGroupRelModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceAccountGroupRel>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.account.model.impl.CommerceAccountGroupRelModelImpl 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.account.model.impl.CommerceAccountGroupRelImpl.
CommerceAccountGroupRel| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroupRel |
cloneWithOriginalValues() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this commerce account group rel.
|
long |
getClassNameId()
Returns the class name ID of this commerce account group rel.
|
long |
getClassPK()
Returns the class pk of this commerce account group rel.
|
long |
getCommerceAccountGroupId()
Returns the commerce account group ID of this commerce account group rel.
|
long |
getCommerceAccountGroupRelId()
Returns the commerce account group rel ID of this commerce account group rel.
|
long |
getCompanyId()
Returns the company ID of this commerce account group rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce account group rel.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce account group rel.
|
long |
getPrimaryKey()
Returns the primary key of this commerce account group rel.
|
long |
getUserId()
Returns the user ID of this commerce account group rel.
|
java.lang.String |
getUserName()
Returns the user name of this commerce account group rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce account group rel.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this commerce account group rel.
|
void |
setClassPK(long classPK)
Sets the class pk of this commerce account group rel.
|
void |
setCommerceAccountGroupId(long commerceAccountGroupId)
Sets the commerce account group ID of this commerce account group rel.
|
void |
setCommerceAccountGroupRelId(long commerceAccountGroupRelId)
Sets the commerce account group rel ID of this commerce account group rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce account group rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce account group rel.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce account group rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce account group rel.
|
void |
setUserId(long userId)
Sets the user ID of this commerce account group rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce account group rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce account group rel.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce account group rellong getCommerceAccountGroupRelId()
void setCommerceAccountGroupRelId(long commerceAccountGroupRelId)
commerceAccountGroupRelId - the commerce account group rel ID of this commerce account group rellong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce account group rellong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce account group reljava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce account group rel@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce account group reljava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce account group reljava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce account group reljava.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 commerce account group rellong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this commerce account group rellong getCommerceAccountGroupId()
void setCommerceAccountGroupId(long commerceAccountGroupId)
commerceAccountGroupId - the commerce account group ID of this commerce account group relCommerceAccountGroupRel cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceAccountGroupRel>