public class WSRPConsumerWrapper extends java.lang.Object implements com.liferay.portal.kernel.model.ModelWrapper<WSRPConsumer>, WSRPConsumer
This class is a wrapper for WSRPConsumer.
WSRPConsumer,
Serialized FormWSRP_CONSUMER_ID_ACCESSOR| Constructor and Description |
|---|
WSRPConsumerWrapper(WSRPConsumer wsrpConsumer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(WSRPConsumer wsrpConsumer) |
boolean |
equals(java.lang.Object object) |
long |
getCompanyId()
Returns the company ID of this wsrp consumer.
|
java.util.Date |
getCreateDate()
Returns the create date of this wsrp consumer.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getForwardCookies()
Returns the forward cookies of this wsrp consumer.
|
java.lang.String |
getForwardHeaders()
Returns the forward headers of this wsrp consumer.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this wsrp consumer.
|
java.lang.String |
getMarkupCharacterSets()
Returns the markup character sets of this wsrp consumer.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this wsrp consumer.
|
java.lang.String |
getName()
Returns the name of this wsrp consumer.
|
long |
getPrimaryKey()
Returns the primary key of this wsrp consumer.
|
java.io.Serializable |
getPrimaryKeyObj() |
oasis.names.tc.wsrp.v2.types.RegistrationContext |
getRegistrationContext() |
java.lang.String |
getRegistrationContextString()
Returns the registration context string of this wsrp consumer.
|
com.liferay.portal.kernel.util.UnicodeProperties |
getRegistrationProperties() |
java.lang.String |
getRegistrationPropertiesString()
Returns the registration properties string of this wsrp consumer.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getUrl()
Returns the url of this wsrp consumer.
|
java.lang.String |
getUuid()
Returns the uuid of this wsrp consumer.
|
WSRPConsumer |
getWrappedModel() |
java.lang.String |
getWsdl()
Returns the wsdl of this wsrp consumer.
|
long |
getWsrpConsumerId()
Returns the wsrp consumer ID of this wsrp consumer.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this wsrp consumer.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this wsrp consumer.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setForwardCookies(java.lang.String forwardCookies)
Sets the forward cookies of this wsrp consumer.
|
void |
setForwardHeaders(java.lang.String forwardHeaders)
Sets the forward headers of this wsrp consumer.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this wsrp consumer.
|
void |
setMarkupCharacterSets(java.lang.String markupCharacterSets)
Sets the markup character sets of this wsrp consumer.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this wsrp consumer.
|
void |
setName(java.lang.String name)
Sets the name of this wsrp consumer.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this wsrp consumer.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRegistrationContext(oasis.names.tc.wsrp.v2.types.RegistrationContext registrationContext) |
void |
setRegistrationContextString(java.lang.String registrationContextString)
Sets the registration context string of this wsrp consumer.
|
void |
setRegistrationProperties(com.liferay.portal.kernel.util.UnicodeProperties registrationProperties) |
void |
setRegistrationPropertiesString(java.lang.String registrationPropertiesString)
Sets the registration properties string of this wsrp consumer.
|
void |
setUrl(java.lang.String url)
Sets the url of this wsrp consumer.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this wsrp consumer.
|
void |
setWsdl(java.lang.String wsdl)
Sets the wsdl of this wsrp consumer.
|
void |
setWsrpConsumerId(long wsrpConsumerId)
Sets the wsrp consumer ID of this wsrp consumer.
|
com.liferay.portal.kernel.model.CacheModel<WSRPConsumer> |
toCacheModel() |
WSRPConsumer |
toEscapedModel() |
java.lang.String |
toString() |
WSRPConsumer |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public WSRPConsumerWrapper(WSRPConsumer wsrpConsumer)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>clone in interface com.liferay.portal.kernel.model.StagedModelclone in interface WSRPConsumerModelclone in class java.lang.Objectpublic int compareTo(WSRPConsumer wsrpConsumer)
compareTo in interface WSRPConsumerModelcompareTo in interface java.lang.Comparable<WSRPConsumer>public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelgetCompanyId in interface WSRPConsumerModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelgetCreateDate in interface WSRPConsumerModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface WSRPConsumerModelpublic java.lang.String getForwardCookies()
getForwardCookies in interface WSRPConsumerModelpublic java.lang.String getForwardHeaders()
getForwardHeaders in interface WSRPConsumerModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface WSRPConsumerModelpublic java.lang.String getMarkupCharacterSets()
getMarkupCharacterSets in interface WSRPConsumerModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelgetModifiedDate in interface WSRPConsumerModelpublic java.lang.String getName()
getName in interface WSRPConsumerModelpublic long getPrimaryKey()
getPrimaryKey in interface WSRPConsumerModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface WSRPConsumerModelpublic oasis.names.tc.wsrp.v2.types.RegistrationContext getRegistrationContext()
getRegistrationContext in interface WSRPConsumerpublic java.lang.String getRegistrationContextString()
getRegistrationContextString in interface WSRPConsumerModelpublic com.liferay.portal.kernel.util.UnicodeProperties getRegistrationProperties()
getRegistrationProperties in interface WSRPConsumerpublic java.lang.String getRegistrationPropertiesString()
getRegistrationPropertiesString in interface WSRPConsumerModelpublic java.lang.String getUrl()
getUrl in interface WSRPConsumerModelpublic java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelgetUuid in interface WSRPConsumerModelpublic java.lang.String getWsdl()
getWsdl in interface WSRPConsumerModelpublic long getWsrpConsumerId()
getWsrpConsumerId in interface WSRPConsumerModelpublic int hashCode()
hashCode in interface WSRPConsumerModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>isCachedModel in interface WSRPConsumerModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>isEscapedModel in interface WSRPConsumerModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>isNew in interface WSRPConsumerModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>setCachedModel in interface WSRPConsumerModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelsetCompanyId in interface WSRPConsumerModelcompanyId - the company ID of this wsrp consumerpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelsetCreateDate in interface WSRPConsumerModelcreateDate - the create date of this wsrp consumerpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>setExpandoBridgeAttributes in interface WSRPConsumerModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>setExpandoBridgeAttributes in interface WSRPConsumerModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>setExpandoBridgeAttributes in interface WSRPConsumerModelpublic void setForwardCookies(java.lang.String forwardCookies)
setForwardCookies in interface WSRPConsumerModelforwardCookies - the forward cookies of this wsrp consumerpublic void setForwardHeaders(java.lang.String forwardHeaders)
setForwardHeaders in interface WSRPConsumerModelforwardHeaders - the forward headers of this wsrp consumerpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface WSRPConsumerModellastPublishDate - the last publish date of this wsrp consumerpublic void setMarkupCharacterSets(java.lang.String markupCharacterSets)
setMarkupCharacterSets in interface WSRPConsumerModelmarkupCharacterSets - the markup character sets of this wsrp consumerpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelsetModifiedDate in interface WSRPConsumerModelmodifiedDate - the modified date of this wsrp consumerpublic void setName(java.lang.String name)
setName in interface WSRPConsumerModelname - the name of this wsrp consumerpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>setNew in interface WSRPConsumerModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface WSRPConsumerModelprimaryKey - the primary key of this wsrp consumerpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface WSRPConsumerModelpublic void setRegistrationContext(oasis.names.tc.wsrp.v2.types.RegistrationContext registrationContext)
setRegistrationContext in interface WSRPConsumerpublic void setRegistrationContextString(java.lang.String registrationContextString)
setRegistrationContextString in interface WSRPConsumerModelregistrationContextString - the registration context string of this wsrp consumerpublic void setRegistrationProperties(com.liferay.portal.kernel.util.UnicodeProperties registrationProperties)
setRegistrationProperties in interface WSRPConsumerpublic void setRegistrationPropertiesString(java.lang.String registrationPropertiesString)
setRegistrationPropertiesString in interface WSRPConsumerModelregistrationPropertiesString - the registration properties string of this wsrp consumerpublic void setUrl(java.lang.String url)
setUrl in interface WSRPConsumerModelurl - the url of this wsrp consumerpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModelsetUuid in interface WSRPConsumerModeluuid - the uuid of this wsrp consumerpublic void setWsdl(java.lang.String wsdl)
setWsdl in interface WSRPConsumerModelwsdl - the wsdl of this wsrp consumerpublic void setWsrpConsumerId(long wsrpConsumerId)
setWsrpConsumerId in interface WSRPConsumerModelwsrpConsumerId - the wsrp consumer ID of this wsrp consumerpublic com.liferay.portal.kernel.model.CacheModel<WSRPConsumer> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>toCacheModel in interface WSRPConsumerModelpublic WSRPConsumer toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>toEscapedModel in interface WSRPConsumerModelpublic java.lang.String toString()
toString in interface WSRPConsumerModeltoString in class java.lang.Objectpublic WSRPConsumer toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>toUnescapedModel in interface WSRPConsumerModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>toXmlString in interface WSRPConsumerModelpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic WSRPConsumer getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<WSRPConsumer>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>