@ProviderType public interface ServiceComponentModel extends BaseModel<ServiceComponent>, MVCCModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ServiceComponentModelImpl
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.portal.model.impl.ServiceComponentImpl
.
ServiceComponent
Modifier and Type | Method and Description |
---|---|
ServiceComponent |
cloneWithOriginalValues() |
long |
getBuildDate()
Returns the build date of this service component.
|
String |
getBuildNamespace()
Returns the build namespace of this service component.
|
long |
getBuildNumber()
Returns the build number of this service component.
|
String |
getData()
Returns the data of this service component.
|
long |
getMvccVersion()
Returns the mvcc version of this service component.
|
long |
getPrimaryKey()
Returns the primary key of this service component.
|
long |
getServiceComponentId()
Returns the service component ID of this service component.
|
void |
setBuildDate(long buildDate)
Sets the build date of this service component.
|
void |
setBuildNamespace(String buildNamespace)
Sets the build namespace of this service component.
|
void |
setBuildNumber(long buildNumber)
Sets the build number of this service component.
|
void |
setData(String data)
Sets the data of this service component.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this service component.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this service component.
|
void |
setServiceComponentId(long serviceComponentId)
Sets the service component ID of this service component.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this service componentlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this service componentlong getServiceComponentId()
void setServiceComponentId(long serviceComponentId)
serviceComponentId
- the service component ID of this service component@AutoEscape String getBuildNamespace()
void setBuildNamespace(String buildNamespace)
buildNamespace
- the build namespace of this service componentlong getBuildNumber()
void setBuildNumber(long buildNumber)
buildNumber
- the build number of this service componentlong getBuildDate()
void setBuildDate(long buildDate)
buildDate
- the build date of this service component@AutoEscape String getData()
void setData(String data)
data
- the data of this service componentServiceComponent cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<ServiceComponent>
default String toXmlString()