Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class TeamSoap

java.lang.Object
  extended by com.liferay.portal.model.TeamSoap
All Implemented Interfaces:
Serializable

public class TeamSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.TeamServiceSoap.

See Also:
com.liferay.portal.service.http.TeamServiceSoap, Serialized Form

Constructor Summary
TeamSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getTeamId()
           
 long getUserId()
           
 String getUserName()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setTeamId(long teamId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static TeamSoap toSoapModel(Team model)
           
static TeamSoap[] toSoapModels(List<Team> models)
           
static TeamSoap[] toSoapModels(Team[] models)
           
static TeamSoap[][] toSoapModels(Team[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamSoap

public TeamSoap()
Method Detail

toSoapModel

public static TeamSoap toSoapModel(Team model)

toSoapModels

public static TeamSoap[] toSoapModels(Team[] models)

toSoapModels

public static TeamSoap[][] toSoapModels(Team[][] models)

toSoapModels

public static TeamSoap[] toSoapModels(List<Team> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getTeamId

public long getTeamId()

setTeamId

public void setTeamId(long teamId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Liferay 6.1.2-ce-ga3