Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ServiceComponentImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ServiceComponent>
      extended by com.liferay.portal.model.impl.ServiceComponentModelImpl
          extended by com.liferay.portal.model.impl.ServiceComponentBaseImpl
              extended by com.liferay.portal.model.impl.ServiceComponentImpl
All Implemented Interfaces:
BaseModel<ServiceComponent>, ClassedModel, PersistedModel, ServiceComponent, ServiceComponentModel, Serializable, Cloneable, Comparable<ServiceComponent>

public class ServiceComponentImpl
extends ServiceComponentBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ServiceComponentModelImpl
BUILDNAMESPACE_COLUMN_BITMASK, BUILDNUMBER_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ServiceComponentImpl()
           
 
Method Summary
 String getIndexesSQL()
           
 String getSequencesSQL()
           
 String getTablesSQL()
           
 void setData(String data)
          Sets the data of this service component.
 
Methods inherited from class com.liferay.portal.model.impl.ServiceComponentBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.ServiceComponentModelImpl
clone, compareTo, equals, getBuildDate, getBuildNamespace, getBuildNumber, getColumnBitmask, getData, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalBuildNamespace, getOriginalBuildNumber, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, resetOriginalValues, setBuildDate, setBuildNamespace, setBuildNumber, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setServiceComponentId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.ServiceComponentModel
clone, compareTo, getBuildDate, getBuildNamespace, getBuildNumber, getData, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, isCachedModel, isEscapedModel, isNew, setBuildDate, setBuildNamespace, setBuildNumber, setCachedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setServiceComponentId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ServiceComponentImpl

public ServiceComponentImpl()
Method Detail

getIndexesSQL

public String getIndexesSQL()

getSequencesSQL

public String getSequencesSQL()

getTablesSQL

public String getTablesSQL()

setData

public void setData(String data)
Description copied from interface: ServiceComponentModel
Sets the data of this service component.

Specified by:
setData in interface ServiceComponent
Specified by:
setData in interface ServiceComponentModel
Overrides:
setData in class ServiceComponentModelImpl
Parameters:
data - the data of this service component

Liferay 6.1.2-ce-ga3