@ProviderType public interface CommerceBOMEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceBOMEntry>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.bom.model.impl.CommerceBOMEntryModelImpl 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.CommerceBOMEntryImpl.
CommerceBOMEntry| Modifier and Type | Method and Description |
|---|---|
long |
getCommerceBOMDefinitionId()
Returns the commerce bom definition ID of this commerce bom entry.
|
long |
getCommerceBOMEntryId()
Returns the commerce bom entry ID of this commerce bom entry.
|
long |
getCompanyId()
Returns the company ID of this commerce bom entry.
|
java.lang.String |
getCPInstanceUuid()
Returns the cp instance uuid of this commerce bom entry.
|
long |
getCProductId()
Returns the c product ID of this commerce bom entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce bom entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce bom entry.
|
int |
getNumber()
Returns the number of this commerce bom entry.
|
double |
getPositionX()
Returns the position x of this commerce bom entry.
|
double |
getPositionY()
Returns the position y of this commerce bom entry.
|
long |
getPrimaryKey()
Returns the primary key of this commerce bom entry.
|
double |
getRadius()
Returns the radius of this commerce bom entry.
|
long |
getUserId()
Returns the user ID of this commerce bom entry.
|
java.lang.String |
getUserName()
Returns the user name of this commerce bom entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce bom entry.
|
void |
setCommerceBOMDefinitionId(long commerceBOMDefinitionId)
Sets the commerce bom definition ID of this commerce bom entry.
|
void |
setCommerceBOMEntryId(long commerceBOMEntryId)
Sets the commerce bom entry ID of this commerce bom entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce bom entry.
|
void |
setCPInstanceUuid(java.lang.String CPInstanceUuid)
Sets the cp instance uuid of this commerce bom entry.
|
void |
setCProductId(long CProductId)
Sets the c product ID of this commerce bom entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce bom entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce bom entry.
|
void |
setNumber(int number)
Sets the number of this commerce bom entry.
|
void |
setPositionX(double positionX)
Sets the position x of this commerce bom entry.
|
void |
setPositionY(double positionY)
Sets the position y of this commerce bom entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce bom entry.
|
void |
setRadius(double radius)
Sets the radius of this commerce bom entry.
|
void |
setUserId(long userId)
Sets the user ID of this commerce bom entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce bom entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce bom entry.
|
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 entrylong getCommerceBOMEntryId()
void setCommerceBOMEntryId(long commerceBOMEntryId)
commerceBOMEntryId - the commerce bom entry ID of this commerce bom entrylong 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 entrylong 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 entryjava.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 entry@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 entryjava.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 entryjava.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 entryint getNumber()
void setNumber(int number)
number - the number of this commerce bom entry@AutoEscape java.lang.String getCPInstanceUuid()
void setCPInstanceUuid(java.lang.String CPInstanceUuid)
CPInstanceUuid - the cp instance uuid of this commerce bom entrylong getCProductId()
void setCProductId(long CProductId)
CProductId - the c product ID of this commerce bom entrylong getCommerceBOMDefinitionId()
void setCommerceBOMDefinitionId(long commerceBOMDefinitionId)
commerceBOMDefinitionId - the commerce bom definition ID of this commerce bom entrydouble getPositionX()
void setPositionX(double positionX)
positionX - the position x of this commerce bom entrydouble getPositionY()
void setPositionY(double positionY)
positionY - the position y of this commerce bom entrydouble getRadius()
void setRadius(double radius)
radius - the radius of this commerce bom entry