com.liferay.portal.model
Class TeamWrapper
java.lang.Object
com.liferay.portal.model.TeamWrapper
- All Implemented Interfaces:
- BaseModel<Team>, Team, TeamModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Team>
public class TeamWrapper
- extends java.lang.Object
- implements Team
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for Team.
- Author:
- Brian Wing Shun Chan
- See Also:
Team,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
TeamWrapper
public TeamWrapper(Team team)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface TeamModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface TeamModel
getTeamId
public long getTeamId()
- Specified by:
getTeamId in interface TeamModel
setTeamId
public void setTeamId(long teamId)
- Specified by:
setTeamId in interface TeamModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface TeamModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface TeamModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface TeamModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface TeamModel
getUserUuid
public java.lang.String getUserUuid()
throws SystemException
- Specified by:
getUserUuid in interface TeamModel
- Throws:
SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface TeamModel
getUserName
public java.lang.String getUserName()
- Specified by:
getUserName in interface TeamModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface TeamModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface TeamModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface TeamModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface TeamModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface TeamModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface TeamModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface TeamModel
getName
public java.lang.String getName()
- Specified by:
getName in interface TeamModel
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface TeamModel
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface TeamModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface TeamModel
toEscapedModel
public Team toEscapedModel()
- Specified by:
toEscapedModel in interface TeamModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<Team>- Specified by:
isNew in interface TeamModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<Team>- Specified by:
setNew in interface TeamModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<Team>- Specified by:
isCachedModel in interface TeamModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<Team>- Specified by:
setCachedModel in interface TeamModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<Team>- Specified by:
isEscapedModel in interface TeamModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<Team>- Specified by:
setEscapedModel in interface TeamModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<Team>- Specified by:
getPrimaryKeyObj in interface TeamModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<Team>- Specified by:
getExpandoBridge in interface TeamModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<Team>- Specified by:
setExpandoBridgeAttributes in interface TeamModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<Team>- Specified by:
clone in interface TeamModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(Team team)
- Specified by:
compareTo in interface TeamModel- Specified by:
compareTo in interface java.lang.Comparable<Team>
hashCode
public int hashCode()
- Specified by:
hashCode in interface TeamModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface TeamModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<Team>- Specified by:
toXmlString in interface TeamModel
getRole
public Role getRole()
throws PortalException,
SystemException
- Specified by:
getRole in interface Team
- Throws:
PortalException
SystemException
getWrappedTeam
public Team getWrappedTeam()