@ProviderType public interface WeDeployAuthTokenModel extends AuditedModel, BaseModel<WeDeployAuthToken>, ShardedModel
This interface and its corresponding implementation com.liferay.portal.security.wedeploy.auth.model.impl.WeDeployAuthTokenModelImpl 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.WeDeployAuthTokenImpl.
WeDeployAuthToken| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId()
Returns the client ID of this we deploy auth token.
|
long |
getCompanyId()
Returns the company ID of this we deploy auth token.
|
java.util.Date |
getCreateDate()
Returns the create date of this we deploy auth token.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this we deploy auth token.
|
long |
getPrimaryKey()
Returns the primary key of this we deploy auth token.
|
java.lang.String |
getToken()
Returns the token of this we deploy auth token.
|
int |
getType()
Returns the type of this we deploy auth token.
|
long |
getUserId()
Returns the user ID of this we deploy auth token.
|
java.lang.String |
getUserName()
Returns the user name of this we deploy auth token.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this we deploy auth token.
|
long |
getWeDeployAuthTokenId()
Returns the we deploy auth token ID of this we deploy auth token.
|
void |
setClientId(java.lang.String clientId)
Sets the client ID of this we deploy auth token.
|
void |
setCompanyId(long companyId)
Sets the company ID of this we deploy auth token.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this we deploy auth token.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this we deploy auth token.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this we deploy auth token.
|
void |
setToken(java.lang.String token)
Sets the token of this we deploy auth token.
|
void |
setType(int type)
Sets the type of this we deploy auth token.
|
void |
setUserId(long userId)
Sets the user ID of this we deploy auth token.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this we deploy auth token.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this we deploy auth token.
|
void |
setWeDeployAuthTokenId(long weDeployAuthTokenId)
Sets the we deploy auth token ID of this we deploy auth token.
|
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 tokenlong getWeDeployAuthTokenId()
void setWeDeployAuthTokenId(long weDeployAuthTokenId)
weDeployAuthTokenId - the we deploy auth token ID of this we deploy auth tokenlong 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 tokenlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this we deploy auth tokenjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this we deploy auth token@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 tokenjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this we deploy auth tokenjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this we deploy auth token@AutoEscape java.lang.String getClientId()
void setClientId(java.lang.String clientId)
clientId - the client ID of this we deploy auth token@AutoEscape java.lang.String getToken()
void setToken(java.lang.String token)
token - the token of this we deploy auth tokenint getType()
void setType(int type)
type - the type of this we deploy auth token