public class PortletPreferencesIds
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PortletPreferencesIds() |
PortletPreferencesIds(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PortletPreferencesIds()
public PortletPreferencesIds(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public long getOwnerId()
public void setOwnerId(long ownerId)
ownerId - public int getOwnerType()
public void setOwnerType(int ownerType)
ownerType - public long getPlid()
public void setPlid(long plid)
plid - public java.lang.String getPortletId()
public void setPortletId(java.lang.String portletId)
portletId - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)