com.liferay.portal.model
Class LayoutSetPrototypeSoap
java.lang.Object
com.liferay.portal.model.LayoutSetPrototypeSoap
- All Implemented Interfaces:
- java.io.Serializable
public class LayoutSetPrototypeSoap
- 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.LayoutSetPrototypeServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.LayoutSetPrototypeServiceSoap
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetPrototypeSoap
public LayoutSetPrototypeSoap()
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(java.util.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 java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getSettings
public java.lang.String getSettings()
setSettings
public void setSettings(java.lang.String settings)
getActive
public boolean getActive()
isActive
public boolean isActive()
setActive
public void setActive(boolean active)