@ProviderType public interface CommerceBOMFolderModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceBOMFolder>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.bom.model.impl.CommerceBOMFolderModelImpl 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.bom.model.impl.CommerceBOMFolderImpl.
CommerceBOMFolder| Modifier and Type | Method and Description |
|---|---|
long |
getCommerceBOMFolderId()
Returns the commerce bom folder ID of this commerce bom folder.
|
long |
getCompanyId()
Returns the company ID of this commerce bom folder.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce bom folder.
|
long |
getLogoId()
Returns the logo ID of this commerce bom folder.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce bom folder.
|
java.lang.String |
getName()
Returns the name of this commerce bom folder.
|
long |
getParentCommerceBOMFolderId()
Returns the parent commerce bom folder ID of this commerce bom folder.
|
long |
getPrimaryKey()
Returns the primary key of this commerce bom folder.
|
java.lang.String |
getTreePath()
Returns the tree path of this commerce bom folder.
|
long |
getUserId()
Returns the user ID of this commerce bom folder.
|
java.lang.String |
getUserName()
Returns the user name of this commerce bom folder.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce bom folder.
|
void |
setCommerceBOMFolderId(long commerceBOMFolderId)
Sets the commerce bom folder ID of this commerce bom folder.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce bom folder.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce bom folder.
|
void |
setLogoId(long logoId)
Sets the logo ID of this commerce bom folder.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce bom folder.
|
void |
setName(java.lang.String name)
Sets the name of this commerce bom folder.
|
void |
setParentCommerceBOMFolderId(long parentCommerceBOMFolderId)
Sets the parent commerce bom folder ID of this commerce bom folder.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce bom folder.
|
void |
setTreePath(java.lang.String treePath)
Sets the tree path of this commerce bom folder.
|
void |
setUserId(long userId)
Sets the user ID of this commerce bom folder.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce bom folder.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce bom folder.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce bom folderlong getCommerceBOMFolderId()
void setCommerceBOMFolderId(long commerceBOMFolderId)
commerceBOMFolderId - the commerce bom folder ID of this commerce bom folderlong 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 bom folderlong 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 bom folderjava.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 bom folder@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 bom folderjava.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 bom folderjava.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 bom folderlong getParentCommerceBOMFolderId()
void setParentCommerceBOMFolderId(long parentCommerceBOMFolderId)
parentCommerceBOMFolderId - the parent commerce bom folder ID of this commerce bom folder@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this commerce bom folderlong getLogoId()
void setLogoId(long logoId)
logoId - the logo ID of this commerce bom folder@AutoEscape java.lang.String getTreePath()
void setTreePath(java.lang.String treePath)
treePath - the tree path of this commerce bom folder