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.util.Calendar createDate, java.lang.String description, long layoutSetPrototypeId, java.util.Calendar modifiedDate, java.lang.String name, long primaryKey, java.lang.String settings, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this LayoutSetPrototypeSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate 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.util.Calendar getModifiedDate()
          Gets the modifiedDate 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
 java.lang.String getUuid()
          Gets the uuid value for this LayoutSetPrototypeSoap.
 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 setCreateDate(java.util.Calendar createDate)
          Sets the createDate 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 setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate 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.
 void setUuid(java.lang.String uuid)
          Sets the uuid 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.util.Calendar createDate,
                              java.lang.String description,
                              long layoutSetPrototypeId,
                              java.util.Calendar modifiedDate,
                              java.lang.String name,
                              long primaryKey,
                              java.lang.String settings,
                              java.lang.String uuid)
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 -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

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 -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

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 -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this LayoutSetPrototypeSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this LayoutSetPrototypeSoap.

Parameters:
uuid -

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