Liferay 6.0-ee

com.liferay.portal.model
Class LayoutSetPrototypeSoap

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

public class LayoutSetPrototypeSoap
extends Object
implements Serializable

This class is used by LayoutSetPrototypeServiceSoap.

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

Constructor Summary
LayoutSetPrototypeSoap()
           
 
Method Summary
 boolean getActive()
           
 long getCompanyId()
           
 String getDescription()
           
 long getLayoutSetPrototypeId()
           
 String getName()
           
 long getPrimaryKey()
           
 String getSettings()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setCompanyId(long companyId)
           
 void setDescription(String description)
           
 void setLayoutSetPrototypeId(long layoutSetPrototypeId)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setSettings(String settings)
           
static LayoutSetPrototypeSoap toSoapModel(LayoutSetPrototype model)
           
static LayoutSetPrototypeSoap[] toSoapModels(LayoutSetPrototype[] models)
           
static LayoutSetPrototypeSoap[][] toSoapModels(LayoutSetPrototype[][] models)
           
static LayoutSetPrototypeSoap[] toSoapModels(List<LayoutSetPrototype> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetPrototypeSoap

public LayoutSetPrototypeSoap()
Method Detail

toSoapModel

public static LayoutSetPrototypeSoap toSoapModel(LayoutSetPrototype model)

toSoapModels

public static LayoutSetPrototypeSoap[] toSoapModels(LayoutSetPrototype[] models)

toSoapModels

public static LayoutSetPrototypeSoap[][] toSoapModels(LayoutSetPrototype[][] models)

toSoapModels

public static LayoutSetPrototypeSoap[] toSoapModels(List<LayoutSetPrototype> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getLayoutSetPrototypeId

public long getLayoutSetPrototypeId()

setLayoutSetPrototypeId

public void setLayoutSetPrototypeId(long layoutSetPrototypeId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getSettings

public String getSettings()

setSettings

public void setSettings(String settings)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.0-ee