@ProviderType public interface WeDeployAuthAppModel extends AuditedModel, BaseModel<WeDeployAuthApp>, 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| Modifier and Type | Method and Description |
|---|---|
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.
|
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.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.
|
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 |
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 |
setPrimaryKey(long primaryKey)
Sets the primary key of this we deploy auth app.
|
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong 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 AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this we deploy auth applong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this we deploy auth appjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this we deploy auth app@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this we deploy auth appjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this we deploy auth appjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - 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 app