Liferay 6.2-ce-ga5

com.liferay.portal.model
Class LayoutSoap

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

public class LayoutSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically LayoutServiceSoap.

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

Constructor Summary
LayoutSoap()
           
 
Method Summary
 String getColorSchemeId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getCss()
           
 String getDescription()
           
 String getFriendlyURL()
           
 long getGroupId()
           
 boolean getHidden()
           
 boolean getIconImage()
           
 long getIconImageId()
           
 String getKeywords()
           
 long getLayoutId()
           
 boolean getLayoutPrototypeLinkEnabled()
           
 String getLayoutPrototypeUuid()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentLayoutId()
           
 long getPlid()
           
 long getPrimaryKey()
           
 int getPriority()
           
 boolean getPrivateLayout()
           
 String getRobots()
           
 String getSourcePrototypeLayoutUuid()
           
 String getThemeId()
           
 String getTitle()
           
 String getType()
           
 String getTypeSettings()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 String getWapColorSchemeId()
           
 String getWapThemeId()
           
 boolean isHidden()
           
 boolean isIconImage()
           
 boolean isLayoutPrototypeLinkEnabled()
           
 boolean isPrivateLayout()
           
 void setColorSchemeId(String colorSchemeId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setCss(String css)
           
 void setDescription(String description)
           
 void setFriendlyURL(String friendlyURL)
           
 void setGroupId(long groupId)
           
 void setHidden(boolean hidden)
           
 void setIconImage(boolean iconImage)
           
 void setIconImageId(long iconImageId)
           
 void setKeywords(String keywords)
           
 void setLayoutId(long layoutId)
           
 void setLayoutPrototypeLinkEnabled(boolean layoutPrototypeLinkEnabled)
           
 void setLayoutPrototypeUuid(String layoutPrototypeUuid)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentLayoutId(long parentLayoutId)
           
 void setPlid(long plid)
           
 void setPrimaryKey(long pk)
           
 void setPriority(int priority)
           
 void setPrivateLayout(boolean privateLayout)
           
 void setRobots(String robots)
           
 void setSourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
           
 void setThemeId(String themeId)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setTypeSettings(String typeSettings)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setWapColorSchemeId(String wapColorSchemeId)
           
 void setWapThemeId(String wapThemeId)
           
static LayoutSoap toSoapModel(Layout model)
           
static LayoutSoap[] toSoapModels(Layout[] models)
           
static LayoutSoap[][] toSoapModels(Layout[][] models)
           
static LayoutSoap[] toSoapModels(List<Layout> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSoap

public LayoutSoap()
Method Detail

toSoapModel

public static LayoutSoap toSoapModel(Layout model)

toSoapModels

public static LayoutSoap[] toSoapModels(Layout[] models)

toSoapModels

public static LayoutSoap[][] toSoapModels(Layout[][] models)

toSoapModels

public static LayoutSoap[] toSoapModels(List<Layout> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getPlid

public long getPlid()

setPlid

public void setPlid(long plid)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getPrivateLayout

public boolean getPrivateLayout()

isPrivateLayout

public boolean isPrivateLayout()

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)

getLayoutId

public long getLayoutId()

setLayoutId

public void setLayoutId(long layoutId)

getParentLayoutId

public long getParentLayoutId()

setParentLayoutId

public void setParentLayoutId(long parentLayoutId)

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getKeywords

public String getKeywords()

setKeywords

public void setKeywords(String keywords)

getRobots

public String getRobots()

setRobots

public void setRobots(String robots)

getType

public String getType()

setType

public void setType(String type)

getTypeSettings

public String getTypeSettings()

setTypeSettings

public void setTypeSettings(String typeSettings)

getHidden

public boolean getHidden()

isHidden

public boolean isHidden()

setHidden

public void setHidden(boolean hidden)

getFriendlyURL

public String getFriendlyURL()

setFriendlyURL

public void setFriendlyURL(String friendlyURL)

getIconImage

public boolean getIconImage()

isIconImage

public boolean isIconImage()

setIconImage

public void setIconImage(boolean iconImage)

getIconImageId

public long getIconImageId()

setIconImageId

public void setIconImageId(long iconImageId)

getThemeId

public String getThemeId()

setThemeId

public void setThemeId(String themeId)

getColorSchemeId

public String getColorSchemeId()

setColorSchemeId

public void setColorSchemeId(String colorSchemeId)

getWapThemeId

public String getWapThemeId()

setWapThemeId

public void setWapThemeId(String wapThemeId)

getWapColorSchemeId

public String getWapColorSchemeId()

setWapColorSchemeId

public void setWapColorSchemeId(String wapColorSchemeId)

getCss

public String getCss()

setCss

public void setCss(String css)

getPriority

public int getPriority()

setPriority

public void setPriority(int priority)

getLayoutPrototypeUuid

public String getLayoutPrototypeUuid()

setLayoutPrototypeUuid

public void setLayoutPrototypeUuid(String layoutPrototypeUuid)

getLayoutPrototypeLinkEnabled

public boolean getLayoutPrototypeLinkEnabled()

isLayoutPrototypeLinkEnabled

public boolean isLayoutPrototypeLinkEnabled()

setLayoutPrototypeLinkEnabled

public void setLayoutPrototypeLinkEnabled(boolean layoutPrototypeLinkEnabled)

getSourcePrototypeLayoutUuid

public String getSourcePrototypeLayoutUuid()

setSourcePrototypeLayoutUuid

public void setSourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)

Liferay 6.2-ce-ga5