com.liferay.portal.model
Class ListTypeSoap

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

public class ListTypeSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portal.service.http.ListTypeServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.ListTypeServiceSoap, Serialized Form

Constructor Summary
ListTypeSoap()
           
 
Method Summary
 int getListTypeId()
           
 java.lang.String getName()
           
 int getPrimaryKey()
           
 java.lang.String getType()
           
 void setListTypeId(int listTypeId)
           
 void setName(java.lang.String name)
           
 void setPrimaryKey(int pk)
           
 void setType(java.lang.String type)
           
static ListTypeSoap toSoapModel(ListType model)
           
static ListTypeSoap[] toSoapModels(java.util.List<ListType> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTypeSoap

public ListTypeSoap()
Method Detail

toSoapModel

public static ListTypeSoap toSoapModel(ListType model)

toSoapModels

public static ListTypeSoap[] toSoapModels(java.util.List<ListType> models)

getPrimaryKey

public int getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(int pk)

getListTypeId

public int getListTypeId()

setListTypeId

public void setListTypeId(int listTypeId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)