@ProviderType public interface WSRPConsumerModel extends com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
This interface and its corresponding implementation com.liferay.wsrp.model.impl.WSRPConsumerModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.wsrp.model.impl.WSRPConsumerImpl
.
WSRPConsumer
,
com.liferay.wsrp.model.impl.WSRPConsumerImpl
,
com.liferay.wsrp.model.impl.WSRPConsumerModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(WSRPConsumer wsrpConsumer) |
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.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() |
java.lang.String |
getRegistrationContextString()
Returns the registration context string of this wsrp consumer.
|
java.lang.String |
getRegistrationPropertiesString()
Returns the registration properties string of this wsrp consumer.
|
java.lang.String |
getUrl()
Returns the url of this wsrp consumer.
|
java.lang.String |
getUuid()
Returns the uuid of this wsrp consumer.
|
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 |
isEscapedModel() |
boolean |
isNew() |
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 |
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 |
setRegistrationContextString(java.lang.String registrationContextString)
Sets the registration context string of this wsrp consumer.
|
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this wsrp consumer@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this wsrp consumerlong getWsrpConsumerId()
void setWsrpConsumerId(long wsrpConsumerId)
wsrpConsumerId
- the wsrp consumer ID of this wsrp consumerlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this wsrp consumerjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this wsrp consumerjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this wsrp consumer@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this wsrp consumer@AutoEscape java.lang.String getUrl()
void setUrl(java.lang.String url)
url
- the url of this wsrp consumer@AutoEscape java.lang.String getWsdl()
void setWsdl(java.lang.String wsdl)
wsdl
- the wsdl of this wsrp consumer@AutoEscape java.lang.String getRegistrationContextString()
void setRegistrationContextString(java.lang.String registrationContextString)
registrationContextString
- the registration context string of this wsrp consumer@AutoEscape java.lang.String getRegistrationPropertiesString()
void setRegistrationPropertiesString(java.lang.String registrationPropertiesString)
registrationPropertiesString
- the registration properties string of this wsrp consumer@AutoEscape java.lang.String getForwardCookies()
void setForwardCookies(java.lang.String forwardCookies)
forwardCookies
- the forward cookies of this wsrp consumer@AutoEscape java.lang.String getForwardHeaders()
void setForwardHeaders(java.lang.String forwardHeaders)
forwardHeaders
- the forward headers of this wsrp consumer@AutoEscape java.lang.String getMarkupCharacterSets()
void setMarkupCharacterSets(java.lang.String markupCharacterSets)
markupCharacterSets
- the markup character sets of this wsrp consumerjava.util.Date getLastPublishDate()
void setLastPublishDate(java.util.Date lastPublishDate)
lastPublishDate
- the last publish date of this wsrp consumerboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
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
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
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
clone
in interface com.liferay.portal.kernel.model.StagedModel
int compareTo(WSRPConsumer wsrpConsumer)
compareTo
in interface java.lang.Comparable<WSRPConsumer>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<WSRPConsumer> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
WSRPConsumer toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
WSRPConsumer toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<WSRPConsumer>