|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.model.PortletSoap
public class PortletSoap
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 |
---|
public PortletSoap()
public PortletSoap(boolean active, long companyId, long id, java.lang.String portletId, long primaryKey, java.lang.String roles)
Method Detail |
---|
public boolean isActive()
public void setActive(boolean active)
active
- public long getCompanyId()
public void setCompanyId(long companyId)
companyId
- public long getId()
public void setId(long id)
id
- public java.lang.String getPortletId()
public void setPortletId(java.lang.String portletId)
portletId
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public java.lang.String getRoles()
public void setRoles(java.lang.String roles)
roles
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |