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.lang.String css, long groupId, long layoutSetId, boolean logo, long logoId, int pageCount, long primaryKey, boolean privateLayout, java.lang.String themeId, java.lang.String virtualHost, 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.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.
 long getLogoId()
          Gets the logoId 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 getThemeId()
          Gets the themeId value for this LayoutSetSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVirtualHost()
          Gets the virtualHost value for this LayoutSetSoap.
 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 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 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 setLogo(boolean logo)
          Sets the logo value for this LayoutSetSoap.
 void setLogoId(long logoId)
          Sets the logoId 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 setThemeId(java.lang.String themeId)
          Sets the themeId value for this LayoutSetSoap.
 void setVirtualHost(java.lang.String virtualHost)
          Sets the virtualHost 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.lang.String css,
                     long groupId,
                     long layoutSetId,
                     boolean logo,
                     long logoId,
                     int pageCount,
                     long primaryKey,
                     boolean privateLayout,
                     java.lang.String themeId,
                     java.lang.String virtualHost,
                     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 -

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 -

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 -

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 -

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 -

getVirtualHost

public java.lang.String getVirtualHost()
Gets the virtualHost value for this LayoutSetSoap.

Returns:
virtualHost

setVirtualHost

public void setVirtualHost(java.lang.String virtualHost)
Sets the virtualHost value for this LayoutSetSoap.

Parameters:
virtualHost -

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