com.liferay.portal.model.impl
Class ServiceComponentImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.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:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.ServiceComponent>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.PersistedModel, com.liferay.portal.model.ServiceComponent, com.liferay.portal.model.ServiceComponentModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.ServiceComponent>

public class ServiceComponentImpl
extends ServiceComponentBaseImpl

Author:
Brian Wing Shun Chan
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
 java.lang.String getIndexesSQL()
           
 java.lang.String getSequencesSQL()
           
 java.lang.String getTablesSQL()
           
 void setData(java.lang.String data)
           
 
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, getModelClass, getModelClassName, getOriginalBuildNamespace, getOriginalBuildNumber, getPrimaryKey, getPrimaryKeyObj, getServiceComponentId, hashCode, resetOriginalValues, setBuildDate, setBuildNamespace, setBuildNumber, setExpandoBridgeAttributes, setPrimaryKey, setPrimaryKeyObj, setServiceComponentId, toCacheModel, toEscapedModel, toString, 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, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ServiceComponentImpl

public ServiceComponentImpl()
Method Detail

setData

public void setData(java.lang.String data)
Specified by:
setData in interface com.liferay.portal.model.ServiceComponent
Specified by:
setData in interface com.liferay.portal.model.ServiceComponentModel
Overrides:
setData in class ServiceComponentModelImpl

getTablesSQL

public java.lang.String getTablesSQL()

getSequencesSQL

public java.lang.String getSequencesSQL()

getIndexesSQL

public java.lang.String getIndexesSQL()