@ProviderType public class WSRPConsumerWrapper extends java.lang.Object implements WSRPConsumer, com.liferay.portal.kernel.model.ModelWrapper<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 obj) |
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.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public 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.StagedModel
clone
in interface WSRPConsumerModel
clone
in class java.lang.Object
public int compareTo(WSRPConsumer wsrpConsumer)
compareTo
in interface WSRPConsumerModel
compareTo
in interface java.lang.Comparable<WSRPConsumer>
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
getCompanyId
in interface WSRPConsumerModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
getCreateDate
in interface WSRPConsumerModel
public 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.ClassedModel
getExpandoBridge
in interface WSRPConsumerModel
public java.lang.String getForwardCookies()
getForwardCookies
in interface WSRPConsumerModel
public java.lang.String getForwardHeaders()
getForwardHeaders
in interface WSRPConsumerModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface WSRPConsumerModel
public java.lang.String getMarkupCharacterSets()
getMarkupCharacterSets
in interface WSRPConsumerModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
in interface WSRPConsumerModel
public java.lang.String getName()
getName
in interface WSRPConsumerModel
public long getPrimaryKey()
getPrimaryKey
in interface WSRPConsumerModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
getPrimaryKeyObj
in interface WSRPConsumerModel
public oasis.names.tc.wsrp.v2.types.RegistrationContext getRegistrationContext()
getRegistrationContext
in interface WSRPConsumer
public java.lang.String getRegistrationContextString()
getRegistrationContextString
in interface WSRPConsumerModel
public com.liferay.portal.kernel.util.UnicodeProperties getRegistrationProperties()
getRegistrationProperties
in interface WSRPConsumer
public java.lang.String getRegistrationPropertiesString()
getRegistrationPropertiesString
in interface WSRPConsumerModel
public java.lang.String getUrl()
getUrl
in interface WSRPConsumerModel
public java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
getUuid
in interface WSRPConsumerModel
public java.lang.String getWsdl()
getWsdl
in interface WSRPConsumerModel
public long getWsrpConsumerId()
getWsrpConsumerId
in interface WSRPConsumerModel
public int hashCode()
hashCode
in interface WSRPConsumerModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
isCachedModel
in interface WSRPConsumerModel
public boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
isEscapedModel
in interface WSRPConsumerModel
public boolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
isNew
in interface WSRPConsumerModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
setCachedModel
in interface WSRPConsumerModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
in interface WSRPConsumerModel
companyId
- the company ID of this wsrp consumerpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
in interface WSRPConsumerModel
createDate
- 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 WSRPConsumerModel
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
setExpandoBridgeAttributes
in interface WSRPConsumerModel
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
setExpandoBridgeAttributes
in interface WSRPConsumerModel
public void setForwardCookies(java.lang.String forwardCookies)
setForwardCookies
in interface WSRPConsumerModel
forwardCookies
- the forward cookies of this wsrp consumerpublic void setForwardHeaders(java.lang.String forwardHeaders)
setForwardHeaders
in interface WSRPConsumerModel
forwardHeaders
- the forward headers of this wsrp consumerpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface WSRPConsumerModel
lastPublishDate
- the last publish date of this wsrp consumerpublic void setMarkupCharacterSets(java.lang.String markupCharacterSets)
setMarkupCharacterSets
in interface WSRPConsumerModel
markupCharacterSets
- the markup character sets of this wsrp consumerpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
setModifiedDate
in interface WSRPConsumerModel
modifiedDate
- the modified date of this wsrp consumerpublic void setName(java.lang.String name)
setName
in interface WSRPConsumerModel
name
- the name of this wsrp consumerpublic void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
setNew
in interface WSRPConsumerModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface WSRPConsumerModel
primaryKey
- 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.ClassedModel
setPrimaryKeyObj
in interface WSRPConsumerModel
public void setRegistrationContext(oasis.names.tc.wsrp.v2.types.RegistrationContext registrationContext)
setRegistrationContext
in interface WSRPConsumer
public void setRegistrationContextString(java.lang.String registrationContextString)
setRegistrationContextString
in interface WSRPConsumerModel
registrationContextString
- the registration context string of this wsrp consumerpublic void setRegistrationProperties(com.liferay.portal.kernel.util.UnicodeProperties registrationProperties)
setRegistrationProperties
in interface WSRPConsumer
public void setRegistrationPropertiesString(java.lang.String registrationPropertiesString)
setRegistrationPropertiesString
in interface WSRPConsumerModel
registrationPropertiesString
- the registration properties string of this wsrp consumerpublic void setUrl(java.lang.String url)
setUrl
in interface WSRPConsumerModel
url
- the url of this wsrp consumerpublic void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
setUuid
in interface WSRPConsumerModel
uuid
- the uuid of this wsrp consumerpublic void setWsdl(java.lang.String wsdl)
setWsdl
in interface WSRPConsumerModel
wsdl
- the wsdl of this wsrp consumerpublic void setWsrpConsumerId(long wsrpConsumerId)
setWsrpConsumerId
in interface WSRPConsumerModel
wsrpConsumerId
- 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 WSRPConsumerModel
public WSRPConsumer toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
toEscapedModel
in interface WSRPConsumerModel
public java.lang.String toString()
toString
in interface WSRPConsumerModel
toString
in class java.lang.Object
public WSRPConsumer toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
toUnescapedModel
in interface WSRPConsumerModel
public java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
toXmlString
in interface WSRPConsumerModel
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public 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>