Package com.liferay.portal.kernel.model
Interface TeamModel
- All Superinterfaces:
AuditedModel
,BaseModel<Team>
,ClassedModel
,Cloneable
,Comparable<Team>
,CTModel<Team>
,GroupedModel
,MVCCModel
,Serializable
,ShardedModel
,StagedGroupedModel
,StagedModel
- All Known Subinterfaces:
Team
- All Known Implementing Classes:
TeamWrapper
@ProviderType
public interface TeamModel
extends BaseModel<Team>, CTModel<Team>, MVCCModel, ShardedModel, StagedGroupedModel
The base model interface for the Team service. Represents a row in the "Team" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.TeamModelImpl
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.model.impl.TeamImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this team.Returns the create date of this team.long
Returns the ct collection ID of this team.Returns the description of this team.long
Returns the group ID of this team.Returns the last publish date of this team.Returns the modified date of this team.long
Returns the mvcc version of this team.getName()
Returns the name of this team.long
Returns the primary key of this team.long
Returns the team ID of this team.long
Returns the user ID of this team.Returns the user name of this team.Returns the user uuid of this team.getUuid()
Returns the uuid of this team.void
setCompanyId
(long companyId) Sets the company ID of this team.void
setCreateDate
(Date createDate) Sets the create date of this team.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this team.void
setDescription
(String description) Sets the description of this team.void
setGroupId
(long groupId) Sets the group ID of this team.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this team.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this team.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this team.void
Sets the name of this team.void
setPrimaryKey
(long primaryKey) Sets the primary key of this team.void
setTeamId
(long teamId) Sets the team ID of this team.void
setUserId
(long userId) Sets the user ID of this team.void
setUserName
(String userName) Sets the user name of this team.void
setUserUuid
(String userUuid) Sets the user uuid of this team.void
Sets the uuid of this team.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this team.- Specified by:
getPrimaryKey
in interfaceCTModel<Team>
- Returns:
- the primary key of this team
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this team.- Specified by:
setPrimaryKey
in interfaceCTModel<Team>
- Parameters:
primaryKey
- the primary key of this team
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this team.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this team
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this team.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this team
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this team.- Specified by:
getCtCollectionId
in interfaceCTModel<Team>
- Returns:
- the ct collection ID of this team
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this team.- Specified by:
setCtCollectionId
in interfaceCTModel<Team>
- Parameters:
ctCollectionId
- the ct collection ID of this team
-
getUuid
Returns the uuid of this team.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this team
-
setUuid
Sets the uuid of this team.- Specified by:
setUuid
in interfaceStagedModel
- Parameters:
uuid
- the uuid of this team
-
getTeamId
long getTeamId()Returns the team ID of this team.- Returns:
- the team ID of this team
-
setTeamId
void setTeamId(long teamId) Sets the team ID of this team.- Parameters:
teamId
- the team ID of this team
-
getCompanyId
long getCompanyId()Returns the company ID of this team.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- Returns:
- the company ID of this team
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this team.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- Parameters:
companyId
- the company ID of this team
-
getUserId
long getUserId()Returns the user ID of this team.- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this team
-
setUserId
void setUserId(long userId) Sets the user ID of this team.- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this team
-
getUserUuid
String getUserUuid()Returns the user uuid of this team.- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this team
-
setUserUuid
Sets the user uuid of this team.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this team
-
getUserName
Returns the user name of this team.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this team
-
setUserName
Sets the user name of this team.- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this team
-
getCreateDate
Date getCreateDate()Returns the create date of this team.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this team
-
setCreateDate
Sets the create date of this team.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
- Parameters:
createDate
- the create date of this team
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this team.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this team
-
setModifiedDate
Sets the modified date of this team.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceStagedModel
- Parameters:
modifiedDate
- the modified date of this team
-
getGroupId
long getGroupId()Returns the group ID of this team.- Specified by:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this team
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this team.- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this team
-
getName
Returns the name of this team.- Returns:
- the name of this team
-
setName
Sets the name of this team.- Parameters:
name
- the name of this team
-
getDescription
Returns the description of this team.- Returns:
- the description of this team
-
setDescription
Sets the description of this team.- Parameters:
description
- the description of this team
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this team.- Specified by:
getLastPublishDate
in interfaceStagedGroupedModel
- Returns:
- the last publish date of this team
-
setLastPublishDate
Sets the last publish date of this team.- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this team
-
cloneWithOriginalValues
Team cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<Team>
-
toXmlString
-