com.liferay.client.soap.portal.model
Class LayoutSetSoap

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

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

See Also:
Serialized Form

Constructor Summary
LayoutSetSoap()
           
LayoutSetSoap(java.lang.String colorSchemeId, long companyId, java.util.Calendar createDate, java.lang.String css, long groupId, long layoutSetId, boolean layoutSetPrototypeLinkEnabled, java.lang.String layoutSetPrototypeUuid, boolean logo, long logoId, java.util.Calendar modifiedDate, int pageCount, long primaryKey, boolean privateLayout, java.lang.String settings, java.lang.String themeId, java.lang.String wapColorSchemeId, java.lang.String wapThemeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getColorSchemeId()
          Gets the colorSchemeId value for this LayoutSetSoap.
 long getCompanyId()
          Gets the companyId value for this LayoutSetSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this LayoutSetSoap.
 java.lang.String getCss()
          Gets the css value for this LayoutSetSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this LayoutSetSoap.
 long getLayoutSetId()
          Gets the layoutSetId value for this LayoutSetSoap.
 java.lang.String getLayoutSetPrototypeUuid()
          Gets the layoutSetPrototypeUuid value for this LayoutSetSoap.
 long getLogoId()
          Gets the logoId value for this LayoutSetSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this LayoutSetSoap.
 int getPageCount()
          Gets the pageCount value for this LayoutSetSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this LayoutSetSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSettings()
          Gets the settings value for this LayoutSetSoap.
 java.lang.String getThemeId()
          Gets the themeId value for this LayoutSetSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWapColorSchemeId()
          Gets the wapColorSchemeId value for this LayoutSetSoap.
 java.lang.String getWapThemeId()
          Gets the wapThemeId value for this LayoutSetSoap.
 int hashCode()
           
 boolean isLayoutSetPrototypeLinkEnabled()
          Gets the layoutSetPrototypeLinkEnabled value for this LayoutSetSoap.
 boolean isLogo()
          Gets the logo value for this LayoutSetSoap.
 boolean isPrivateLayout()
          Gets the privateLayout value for this LayoutSetSoap.
 void setColorSchemeId(java.lang.String colorSchemeId)
          Sets the colorSchemeId value for this LayoutSetSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this LayoutSetSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this LayoutSetSoap.
 void setCss(java.lang.String css)
          Sets the css value for this LayoutSetSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this LayoutSetSoap.
 void setLayoutSetId(long layoutSetId)
          Sets the layoutSetId value for this LayoutSetSoap.
 void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
          Sets the layoutSetPrototypeLinkEnabled value for this LayoutSetSoap.
 void setLayoutSetPrototypeUuid(java.lang.String layoutSetPrototypeUuid)
          Sets the layoutSetPrototypeUuid value for this LayoutSetSoap.
 void setLogo(boolean logo)
          Sets the logo value for this LayoutSetSoap.
 void setLogoId(long logoId)
          Sets the logoId value for this LayoutSetSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this LayoutSetSoap.
 void setPageCount(int pageCount)
          Sets the pageCount value for this LayoutSetSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this LayoutSetSoap.
 void setPrivateLayout(boolean privateLayout)
          Sets the privateLayout value for this LayoutSetSoap.
 void setSettings(java.lang.String settings)
          Sets the settings value for this LayoutSetSoap.
 void setThemeId(java.lang.String themeId)
          Sets the themeId value for this LayoutSetSoap.
 void setWapColorSchemeId(java.lang.String wapColorSchemeId)
          Sets the wapColorSchemeId value for this LayoutSetSoap.
 void setWapThemeId(java.lang.String wapThemeId)
          Sets the wapThemeId value for this LayoutSetSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetSoap

public LayoutSetSoap()

LayoutSetSoap

public LayoutSetSoap(java.lang.String colorSchemeId,
                     long companyId,
                     java.util.Calendar createDate,
                     java.lang.String css,
                     long groupId,
                     long layoutSetId,
                     boolean layoutSetPrototypeLinkEnabled,
                     java.lang.String layoutSetPrototypeUuid,
                     boolean logo,
                     long logoId,
                     java.util.Calendar modifiedDate,
                     int pageCount,
                     long primaryKey,
                     boolean privateLayout,
                     java.lang.String settings,
                     java.lang.String themeId,
                     java.lang.String wapColorSchemeId,
                     java.lang.String wapThemeId)
Method Detail

getColorSchemeId

public java.lang.String getColorSchemeId()
Gets the colorSchemeId value for this LayoutSetSoap.

Returns:
colorSchemeId

setColorSchemeId

public void setColorSchemeId(java.lang.String colorSchemeId)
Sets the colorSchemeId value for this LayoutSetSoap.

Parameters:
colorSchemeId -

getCompanyId

public long getCompanyId()
Gets the companyId value for this LayoutSetSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this LayoutSetSoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this LayoutSetSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this LayoutSetSoap.

Parameters:
createDate -

getCss

public java.lang.String getCss()
Gets the css value for this LayoutSetSoap.

Returns:
css

setCss

public void setCss(java.lang.String css)
Sets the css value for this LayoutSetSoap.

Parameters:
css -

getGroupId

public long getGroupId()
Gets the groupId value for this LayoutSetSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this LayoutSetSoap.

Parameters:
groupId -

getLayoutSetId

public long getLayoutSetId()
Gets the layoutSetId value for this LayoutSetSoap.

Returns:
layoutSetId

setLayoutSetId

public void setLayoutSetId(long layoutSetId)
Sets the layoutSetId value for this LayoutSetSoap.

Parameters:
layoutSetId -

isLayoutSetPrototypeLinkEnabled

public boolean isLayoutSetPrototypeLinkEnabled()
Gets the layoutSetPrototypeLinkEnabled value for this LayoutSetSoap.

Returns:
layoutSetPrototypeLinkEnabled

setLayoutSetPrototypeLinkEnabled

public void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
Sets the layoutSetPrototypeLinkEnabled value for this LayoutSetSoap.

Parameters:
layoutSetPrototypeLinkEnabled -

getLayoutSetPrototypeUuid

public java.lang.String getLayoutSetPrototypeUuid()
Gets the layoutSetPrototypeUuid value for this LayoutSetSoap.

Returns:
layoutSetPrototypeUuid

setLayoutSetPrototypeUuid

public void setLayoutSetPrototypeUuid(java.lang.String layoutSetPrototypeUuid)
Sets the layoutSetPrototypeUuid value for this LayoutSetSoap.

Parameters:
layoutSetPrototypeUuid -

isLogo

public boolean isLogo()
Gets the logo value for this LayoutSetSoap.

Returns:
logo

setLogo

public void setLogo(boolean logo)
Sets the logo value for this LayoutSetSoap.

Parameters:
logo -

getLogoId

public long getLogoId()
Gets the logoId value for this LayoutSetSoap.

Returns:
logoId

setLogoId

public void setLogoId(long logoId)
Sets the logoId value for this LayoutSetSoap.

Parameters:
logoId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this LayoutSetSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this LayoutSetSoap.

Parameters:
modifiedDate -

getPageCount

public int getPageCount()
Gets the pageCount value for this LayoutSetSoap.

Returns:
pageCount

setPageCount

public void setPageCount(int pageCount)
Sets the pageCount value for this LayoutSetSoap.

Parameters:
pageCount -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this LayoutSetSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this LayoutSetSoap.

Parameters:
primaryKey -

isPrivateLayout

public boolean isPrivateLayout()
Gets the privateLayout value for this LayoutSetSoap.

Returns:
privateLayout

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)
Sets the privateLayout value for this LayoutSetSoap.

Parameters:
privateLayout -

getSettings

public java.lang.String getSettings()
Gets the settings value for this LayoutSetSoap.

Returns:
settings

setSettings

public void setSettings(java.lang.String settings)
Sets the settings value for this LayoutSetSoap.

Parameters:
settings -

getThemeId

public java.lang.String getThemeId()
Gets the themeId value for this LayoutSetSoap.

Returns:
themeId

setThemeId

public void setThemeId(java.lang.String themeId)
Sets the themeId value for this LayoutSetSoap.

Parameters:
themeId -

getWapColorSchemeId

public java.lang.String getWapColorSchemeId()
Gets the wapColorSchemeId value for this LayoutSetSoap.

Returns:
wapColorSchemeId

setWapColorSchemeId

public void setWapColorSchemeId(java.lang.String wapColorSchemeId)
Sets the wapColorSchemeId value for this LayoutSetSoap.

Parameters:
wapColorSchemeId -

getWapThemeId

public java.lang.String getWapThemeId()
Gets the wapThemeId value for this LayoutSetSoap.

Returns:
wapThemeId

setWapThemeId

public void setWapThemeId(java.lang.String wapThemeId)
Sets the wapThemeId value for this LayoutSetSoap.

Parameters:
wapThemeId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer