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

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

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

See Also:
Serialized Form

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

Constructor Detail

LayoutPrototypeSoap

public LayoutPrototypeSoap()

LayoutPrototypeSoap

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

isActive

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

Returns:
active

setActive

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

Parameters:
active -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getLayoutPrototypeId

public long getLayoutPrototypeId()
Gets the layoutPrototypeId value for this LayoutPrototypeSoap.

Returns:
layoutPrototypeId

setLayoutPrototypeId

public void setLayoutPrototypeId(long layoutPrototypeId)
Sets the layoutPrototypeId value for this LayoutPrototypeSoap.

Parameters:
layoutPrototypeId -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getSettings

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

Returns:
settings

setSettings

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

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