@ProviderType public interface CommerceAccountGroupModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceAccountGroup>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.account.model.impl.CommerceAccountGroupModelImpl 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.CommerceAccountGroupImpl.
CommerceAccountGroup| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroup |
cloneWithOriginalValues() |
long |
getCommerceAccountGroupId()
Returns the commerce account group ID of this commerce account group.
|
long |
getCompanyId()
Returns the company ID of this commerce account group.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce account group.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this commerce account group.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce account group.
|
java.lang.String |
getName()
Returns the name of this commerce account group.
|
long |
getPrimaryKey()
Returns the primary key of this commerce account group.
|
boolean |
getSystem()
Returns the system of this commerce account group.
|
int |
getType()
Returns the type of this commerce account group.
|
long |
getUserId()
Returns the user ID of this commerce account group.
|
java.lang.String |
getUserName()
Returns the user name of this commerce account group.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce account group.
|
boolean |
isSystem()
Returns
true if this commerce account group is system. |
void |
setCommerceAccountGroupId(long commerceAccountGroupId)
Sets the commerce account group ID of this commerce account group.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce account group.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce account group.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this commerce account group.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce account group.
|
void |
setName(java.lang.String name)
Sets the name of this commerce account group.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce account group.
|
void |
setSystem(boolean system)
Sets whether this commerce account group is system.
|
void |
setType(int type)
Sets the type of this commerce account group.
|
void |
setUserId(long userId)
Sets the user ID of this commerce account group.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce account group.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce account group.
|
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@AutoEscape java.lang.String getExternalReferenceCode()
void setExternalReferenceCode(java.lang.String externalReferenceCode)
externalReferenceCode - the external reference code of this commerce account grouplong getCommerceAccountGroupId()
void setCommerceAccountGroupId(long commerceAccountGroupId)
commerceAccountGroupId - the commerce account group ID of this commerce account grouplong 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 grouplong 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 groupjava.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@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 groupjava.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 groupjava.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@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this commerce account groupint getType()
void setType(int type)
type - the type of this commerce account groupboolean getSystem()
boolean isSystem()
true if this commerce account group is system.true if this commerce account group is system; false otherwisevoid setSystem(boolean system)
system - the system of this commerce account groupCommerceAccountGroup cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceAccountGroup>