Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class LayoutPrototypeSoap

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

public class LayoutPrototypeSoap
extends Object
implements Serializable

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

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

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

Constructor Detail

LayoutPrototypeSoap

public LayoutPrototypeSoap()
Method Detail

toSoapModel

public static LayoutPrototypeSoap toSoapModel(LayoutPrototype model)

toSoapModels

public static LayoutPrototypeSoap[] toSoapModels(LayoutPrototype[] models)

toSoapModels

public static LayoutPrototypeSoap[][] toSoapModels(LayoutPrototype[][] models)

toSoapModels

public static LayoutPrototypeSoap[] toSoapModels(List<LayoutPrototype> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getLayoutPrototypeId

public long getLayoutPrototypeId()

setLayoutPrototypeId

public void setLayoutPrototypeId(long layoutPrototypeId)

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.1.2-ce-ga3