public class PortletSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PortletSoap() |
PortletSoap(boolean active,
long companyId,
long id,
long mvccVersion,
java.lang.String portletId,
long primaryKey,
java.lang.String roles) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
long |
getMvccVersion()
Gets the mvccVersion 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 |
setMvccVersion(long mvccVersion)
Sets the mvccVersion 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.
|
public PortletSoap()
public PortletSoap(boolean active,
long companyId,
long id,
long mvccVersion,
java.lang.String portletId,
long primaryKey,
java.lang.String roles)
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 long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - 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.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)