Liferay 6.0.5

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.ServiceComponentImpl
All Implemented Interfaces:
BaseModel<ServiceComponent>, ServiceComponent, ServiceComponentModel, Serializable, Cloneable, Comparable<ServiceComponent>

public class ServiceComponentImpl
extends ServiceComponentModelImpl
implements ServiceComponent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ServiceComponentModelImpl
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.ServiceComponentModelImpl
clone, compareTo, equals, getBuildDate, getBuildNamespace, getBuildNumber, getData, getExpandoBridge, getOriginalBuildNamespace, getOriginalBuildNumber, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, setBuildDate, setBuildNamespace, setBuildNumber, setExpandoBridgeAttributes, setPrimaryKey, setServiceComponentId, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setServiceComponentId, toEscapedModel, toString, toXmlString
 

Constructor Detail

ServiceComponentImpl

public ServiceComponentImpl()
Method Detail

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

getTablesSQL

public String getTablesSQL()
Specified by:
getTablesSQL in interface ServiceComponent

getSequencesSQL

public String getSequencesSQL()
Specified by:
getSequencesSQL in interface ServiceComponent

getIndexesSQL

public String getIndexesSQL()
Specified by:
getIndexesSQL in interface ServiceComponent

Liferay 6.0.5