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

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

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

See Also:
Serialized Form

Constructor Summary
LayoutSetPrototypeSoap()
           
LayoutSetPrototypeSoap(boolean active, long companyId, java.lang.String description, long layoutSetPrototypeId, java.lang.String name, long primaryKey, java.lang.String settings)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this LayoutSetPrototypeSoap.
 java.lang.String getDescription()
          Gets the description value for this LayoutSetPrototypeSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getLayoutSetPrototypeId()
          Gets the layoutSetPrototypeId value for this LayoutSetPrototypeSoap.
 java.lang.String getName()
          Gets the name value for this LayoutSetPrototypeSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this LayoutSetPrototypeSoap.
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 LayoutSetPrototypeSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isActive()
          Gets the active value for this LayoutSetPrototypeSoap.
 void setActive(boolean active)
          Sets the active value for this LayoutSetPrototypeSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this LayoutSetPrototypeSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this LayoutSetPrototypeSoap.
 void setLayoutSetPrototypeId(long layoutSetPrototypeId)
          Sets the layoutSetPrototypeId value for this LayoutSetPrototypeSoap.
 void setName(java.lang.String name)
          Sets the name value for this LayoutSetPrototypeSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this LayoutSetPrototypeSoap.
 void setSettings(java.lang.String settings)
          Sets the settings value for this LayoutSetPrototypeSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetPrototypeSoap

public LayoutSetPrototypeSoap()

LayoutSetPrototypeSoap

public LayoutSetPrototypeSoap(boolean active,
                              long companyId,
                              java.lang.String description,
                              long layoutSetPrototypeId,
                              java.lang.String name,
                              long primaryKey,
                              java.lang.String settings)
Method Detail

isActive

public boolean isActive()
Gets the active value for this LayoutSetPrototypeSoap.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this LayoutSetPrototypeSoap.

Parameters:
active -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getDescription

public java.lang.String getDescription()
Gets the description value for this LayoutSetPrototypeSoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this LayoutSetPrototypeSoap.

Parameters:
description -

getLayoutSetPrototypeId

public long getLayoutSetPrototypeId()
Gets the layoutSetPrototypeId value for this LayoutSetPrototypeSoap.

Returns:
layoutSetPrototypeId

setLayoutSetPrototypeId

public void setLayoutSetPrototypeId(long layoutSetPrototypeId)
Sets the layoutSetPrototypeId value for this LayoutSetPrototypeSoap.

Parameters:
layoutSetPrototypeId -

getName

public java.lang.String getName()
Gets the name value for this LayoutSetPrototypeSoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this LayoutSetPrototypeSoap.

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getSettings

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

Returns:
settings

setSettings

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

Parameters:
settings -

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