public class ServiceComponentWrapper extends BaseModelWrapper<ServiceComponent> implements ModelWrapper<ServiceComponent>, ServiceComponent
This class is a wrapper for ServiceComponent.
ServiceComponent,
Serialized FormmodelSERVICE_COMPONENT_ID_ACCESSOR| Constructor and Description |
|---|
ServiceComponentWrapper(ServiceComponent serviceComponent) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getIndexesSQL() |
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this service component.
|
long |
getPrimaryKey()
Returns the primary key of this service component.
|
String |
getSequencesSQL() |
long |
getServiceComponentId()
Returns the service component ID of this service component.
|
String |
getTablesSQL() |
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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 |
setModelAttributes(Map<String,Object> attributes) |
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.
|
protected ServiceComponentWrapper |
wrap(ServiceComponent serviceComponent) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic ServiceComponentWrapper(ServiceComponent serviceComponent)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<ServiceComponent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<ServiceComponent>public long getBuildDate()
getBuildDate in interface ServiceComponentModelpublic String getBuildNamespace()
getBuildNamespace in interface ServiceComponentModelpublic long getBuildNumber()
getBuildNumber in interface ServiceComponentModelpublic String getData()
getData in interface ServiceComponentModelpublic String getIndexesSQL()
getIndexesSQL in interface ServiceComponentpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface ServiceComponentModelpublic long getPrimaryKey()
getPrimaryKey in interface ServiceComponentModelpublic String getSequencesSQL()
getSequencesSQL in interface ServiceComponentpublic long getServiceComponentId()
getServiceComponentId in interface ServiceComponentModelpublic String getTablesSQL()
getTablesSQL in interface ServiceComponentpublic void persist()
ServiceComponent interface instead.persist in interface PersistedModelpublic void setBuildDate(long buildDate)
setBuildDate in interface ServiceComponentModelbuildDate - the build date of this service componentpublic void setBuildNamespace(String buildNamespace)
setBuildNamespace in interface ServiceComponentModelbuildNamespace - the build namespace of this service componentpublic void setBuildNumber(long buildNumber)
setBuildNumber in interface ServiceComponentModelbuildNumber - the build number of this service componentpublic void setData(String data)
setData in interface ServiceComponentModeldata - the data of this service componentpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface ServiceComponentModelmvccVersion - the mvcc version of this service componentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ServiceComponentModelprimaryKey - the primary key of this service componentpublic void setServiceComponentId(long serviceComponentId)
setServiceComponentId in interface ServiceComponentModelserviceComponentId - the service component ID of this service componentprotected ServiceComponentWrapper wrap(ServiceComponent serviceComponent)
wrap in class BaseModelWrapper<ServiceComponent>