com.liferay.portal.model
Class ServiceComponentWrapper
java.lang.Object
com.liferay.portal.model.ServiceComponentWrapper
- All Implemented Interfaces:
- BaseModel<ServiceComponent>, ServiceComponent, ServiceComponentModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ServiceComponent>
public class ServiceComponentWrapper
- extends java.lang.Object
- implements ServiceComponent
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for ServiceComponent
.
- Author:
- Brian Wing Shun Chan
- See Also:
ServiceComponent
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ServiceComponentWrapper
public ServiceComponentWrapper(ServiceComponent serviceComponent)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface ServiceComponentModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface ServiceComponentModel
getServiceComponentId
public long getServiceComponentId()
- Specified by:
getServiceComponentId
in interface ServiceComponentModel
setServiceComponentId
public void setServiceComponentId(long serviceComponentId)
- Specified by:
setServiceComponentId
in interface ServiceComponentModel
getBuildNamespace
public java.lang.String getBuildNamespace()
- Specified by:
getBuildNamespace
in interface ServiceComponentModel
setBuildNamespace
public void setBuildNamespace(java.lang.String buildNamespace)
- Specified by:
setBuildNamespace
in interface ServiceComponentModel
getBuildNumber
public long getBuildNumber()
- Specified by:
getBuildNumber
in interface ServiceComponentModel
setBuildNumber
public void setBuildNumber(long buildNumber)
- Specified by:
setBuildNumber
in interface ServiceComponentModel
getBuildDate
public long getBuildDate()
- Specified by:
getBuildDate
in interface ServiceComponentModel
setBuildDate
public void setBuildDate(long buildDate)
- Specified by:
setBuildDate
in interface ServiceComponentModel
getData
public java.lang.String getData()
- Specified by:
getData
in interface ServiceComponentModel
setData
public void setData(java.lang.String data)
- Specified by:
setData
in interface ServiceComponent
- Specified by:
setData
in interface ServiceComponentModel
toEscapedModel
public ServiceComponent toEscapedModel()
- Specified by:
toEscapedModel
in interface ServiceComponentModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<ServiceComponent>
- Specified by:
isNew
in interface ServiceComponentModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<ServiceComponent>
- Specified by:
setNew
in interface ServiceComponentModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<ServiceComponent>
- Specified by:
isCachedModel
in interface ServiceComponentModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<ServiceComponent>
- Specified by:
setCachedModel
in interface ServiceComponentModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<ServiceComponent>
- Specified by:
isEscapedModel
in interface ServiceComponentModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<ServiceComponent>
- Specified by:
setEscapedModel
in interface ServiceComponentModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<ServiceComponent>
- Specified by:
getPrimaryKeyObj
in interface ServiceComponentModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<ServiceComponent>
- Specified by:
getExpandoBridge
in interface ServiceComponentModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<ServiceComponent>
- Specified by:
setExpandoBridgeAttributes
in interface ServiceComponentModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<ServiceComponent>
- Specified by:
clone
in interface ServiceComponentModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(ServiceComponent serviceComponent)
- Specified by:
compareTo
in interface ServiceComponentModel
- Specified by:
compareTo
in interface java.lang.Comparable<ServiceComponent>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface ServiceComponentModel
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface ServiceComponentModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<ServiceComponent>
- Specified by:
toXmlString
in interface ServiceComponentModel
getTablesSQL
public java.lang.String getTablesSQL()
- Specified by:
getTablesSQL
in interface ServiceComponent
getSequencesSQL
public java.lang.String getSequencesSQL()
- Specified by:
getSequencesSQL
in interface ServiceComponent
getIndexesSQL
public java.lang.String getIndexesSQL()
- Specified by:
getIndexesSQL
in interface ServiceComponent
getWrappedServiceComponent
public ServiceComponent getWrappedServiceComponent()