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

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

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

See Also:
Serialized Form

Constructor Summary
PortletPreferencesIds()
           
PortletPreferencesIds(long companyId, long ownerId, int ownerType, long plid, java.lang.String portletId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this PortletPreferencesIds.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getOwnerId()
          Gets the ownerId value for this PortletPreferencesIds.
 int getOwnerType()
          Gets the ownerType value for this PortletPreferencesIds.
 long getPlid()
          Gets the plid value for this PortletPreferencesIds.
 java.lang.String getPortletId()
          Gets the portletId value for this PortletPreferencesIds.
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()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this PortletPreferencesIds.
 void setOwnerId(long ownerId)
          Sets the ownerId value for this PortletPreferencesIds.
 void setOwnerType(int ownerType)
          Sets the ownerType value for this PortletPreferencesIds.
 void setPlid(long plid)
          Sets the plid value for this PortletPreferencesIds.
 void setPortletId(java.lang.String portletId)
          Sets the portletId value for this PortletPreferencesIds.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesIds

public PortletPreferencesIds()

PortletPreferencesIds

public PortletPreferencesIds(long companyId,
                             long ownerId,
                             int ownerType,
                             long plid,
                             java.lang.String portletId)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getOwnerId

public long getOwnerId()
Gets the ownerId value for this PortletPreferencesIds.

Returns:
ownerId

setOwnerId

public void setOwnerId(long ownerId)
Sets the ownerId value for this PortletPreferencesIds.

Parameters:
ownerId -

getOwnerType

public int getOwnerType()
Gets the ownerType value for this PortletPreferencesIds.

Returns:
ownerType

setOwnerType

public void setOwnerType(int ownerType)
Sets the ownerType value for this PortletPreferencesIds.

Parameters:
ownerType -

getPlid

public long getPlid()
Gets the plid value for this PortletPreferencesIds.

Returns:
plid

setPlid

public void setPlid(long plid)
Sets the plid value for this PortletPreferencesIds.

Parameters:
plid -

getPortletId

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

Returns:
portletId

setPortletId

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

Parameters:
portletId -

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