Liferay 7.0-ce-b4

com.liferay.portal.model
Class UserIdMapperSoap

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

@ProviderType
public class UserIdMapperSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
UserIdMapperSoap()
           
 
Method Summary
 long getCompanyId()
           
 String getDescription()
           
 String getExternalUserId()
           
 long getMvccVersion()
           
 long getPrimaryKey()
           
 String getType()
           
 long getUserId()
           
 long getUserIdMapperId()
           
 void setCompanyId(long companyId)
           
 void setDescription(String description)
           
 void setExternalUserId(String externalUserId)
           
 void setMvccVersion(long mvccVersion)
           
 void setPrimaryKey(long pk)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserIdMapperId(long userIdMapperId)
           
static UserIdMapperSoap toSoapModel(UserIdMapper model)
           
static UserIdMapperSoap[] toSoapModels(List<UserIdMapper> models)
           
static UserIdMapperSoap[] toSoapModels(UserIdMapper[] models)
           
static UserIdMapperSoap[][] toSoapModels(UserIdMapper[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIdMapperSoap

public UserIdMapperSoap()
Method Detail

toSoapModel

public static UserIdMapperSoap toSoapModel(UserIdMapper model)

toSoapModels

public static UserIdMapperSoap[] toSoapModels(UserIdMapper[] models)

toSoapModels

public static UserIdMapperSoap[][] toSoapModels(UserIdMapper[][] models)

toSoapModels

public static UserIdMapperSoap[] toSoapModels(List<UserIdMapper> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getMvccVersion

public long getMvccVersion()

setMvccVersion

public void setMvccVersion(long mvccVersion)

getUserIdMapperId

public long getUserIdMapperId()

setUserIdMapperId

public void setUserIdMapperId(long userIdMapperId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getType

public String getType()

setType

public void setType(String type)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getExternalUserId

public String getExternalUserId()

setExternalUserId

public void setExternalUserId(String externalUserId)

Liferay 7.0-ce-b4