com.liferay.portal.model
Class UserIdMapperSoap
java.lang.Object
com.liferay.portal.model.UserIdMapperSoap
- All Implemented Interfaces:
- Serializable
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserIdMapperSoap
public UserIdMapperSoap()
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)
getUserIdMapperId
public long getUserIdMapperId()
setUserIdMapperId
public void setUserIdMapperId(long userIdMapperId)
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)