@ProviderType public interface WeDeployAuthAppModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.portal.security.wedeploy.auth.model.impl.WeDeployAuthAppModelImpl
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.portal.security.wedeploy.auth.model.impl.WeDeployAuthAppImpl
.
WeDeployAuthApp
,
com.liferay.portal.security.wedeploy.auth.model.impl.WeDeployAuthAppImpl
,
com.liferay.portal.security.wedeploy.auth.model.impl.WeDeployAuthAppModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(WeDeployAuthApp weDeployAuthApp) |
java.lang.String |
getClientId()
Returns the client ID of this we deploy auth app.
|
java.lang.String |
getClientSecret()
Returns the client secret of this we deploy auth app.
|
long |
getCompanyId()
Returns the company ID of this we deploy auth app.
|
java.util.Date |
getCreateDate()
Returns the create date of this we deploy auth app.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Date |
getModifiedDate()
Returns the modified date of this we deploy auth app.
|
java.lang.String |
getName()
Returns the name of this we deploy auth app.
|
long |
getPrimaryKey()
Returns the primary key of this we deploy auth app.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getRedirectURI()
Returns the redirect uri of this we deploy auth app.
|
long |
getUserId()
Returns the user ID of this we deploy auth app.
|
java.lang.String |
getUserName()
Returns the user name of this we deploy auth app.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this we deploy auth app.
|
long |
getWeDeployAuthAppId()
Returns the we deploy auth app ID of this we deploy auth app.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setClientId(java.lang.String clientId)
Sets the client ID of this we deploy auth app.
|
void |
setClientSecret(java.lang.String clientSecret)
Sets the client secret of this we deploy auth app.
|
void |
setCompanyId(long companyId)
Sets the company ID of this we deploy auth app.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this we deploy auth app.
|
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 |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this we deploy auth app.
|
void |
setName(java.lang.String name)
Sets the name of this we deploy auth app.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this we deploy auth app.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRedirectURI(java.lang.String redirectURI)
Sets the redirect uri of this we deploy auth app.
|
void |
setUserId(long userId)
Sets the user ID of this we deploy auth app.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this we deploy auth app.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this we deploy auth app.
|
void |
setWeDeployAuthAppId(long weDeployAuthAppId)
Sets the we deploy auth app ID of this we deploy auth app.
|
com.liferay.portal.kernel.model.CacheModel<WeDeployAuthApp> |
toCacheModel() |
WeDeployAuthApp |
toEscapedModel() |
java.lang.String |
toString() |
WeDeployAuthApp |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this we deploy auth applong getWeDeployAuthAppId()
void setWeDeployAuthAppId(long weDeployAuthAppId)
weDeployAuthAppId
- the we deploy auth app ID of this we deploy auth applong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this we deploy auth applong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this we deploy auth appjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this we deploy auth app@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this we deploy auth appjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this we deploy auth appjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this we deploy auth app@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this we deploy auth app@AutoEscape java.lang.String getRedirectURI()
void setRedirectURI(java.lang.String redirectURI)
redirectURI
- the redirect uri of this we deploy auth app@AutoEscape java.lang.String getClientId()
void setClientId(java.lang.String clientId)
clientId
- the client ID of this we deploy auth app@AutoEscape java.lang.String getClientSecret()
void setClientSecret(java.lang.String clientSecret)
clientSecret
- the client secret of this we deploy auth appboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
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<WeDeployAuthApp>
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<WeDeployAuthApp>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
int compareTo(WeDeployAuthApp weDeployAuthApp)
compareTo
in interface java.lang.Comparable<WeDeployAuthApp>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<WeDeployAuthApp> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
WeDeployAuthApp toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
WeDeployAuthApp toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<WeDeployAuthApp>