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

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

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

See Also:
Serialized Form

Constructor Summary
PortletSoap()
           
PortletSoap(boolean active, long companyId, long id, java.lang.String portletId, long primaryKey, java.lang.String roles)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this PortletSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this PortletSoap.
 java.lang.String getPortletId()
          Gets the portletId value for this PortletSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this PortletSoap.
 java.lang.String getRoles()
          Gets the roles value for this PortletSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isActive()
          Gets the active value for this PortletSoap.
 void setActive(boolean active)
          Sets the active value for this PortletSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this PortletSoap.
 void setId(long id)
          Sets the id value for this PortletSoap.
 void setPortletId(java.lang.String portletId)
          Sets the portletId value for this PortletSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this PortletSoap.
 void setRoles(java.lang.String roles)
          Sets the roles value for this PortletSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSoap

public PortletSoap()

PortletSoap

public PortletSoap(boolean active,
                   long companyId,
                   long id,
                   java.lang.String portletId,
                   long primaryKey,
                   java.lang.String roles)
Method Detail

isActive

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

Returns:
active

setActive

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

Parameters:
active -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getId

public long getId()
Gets the id value for this PortletSoap.

Returns:
id

setId

public void setId(long id)
Sets the id value for this PortletSoap.

Parameters:
id -

getPortletId

public java.lang.String getPortletId()
Gets the portletId value for this PortletSoap.

Returns:
portletId

setPortletId

public void setPortletId(java.lang.String portletId)
Sets the portletId value for this PortletSoap.

Parameters:
portletId -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getRoles

public java.lang.String getRoles()
Gets the roles value for this PortletSoap.

Returns:
roles

setRoles

public void setRoles(java.lang.String roles)
Sets the roles value for this PortletSoap.

Parameters:
roles -

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