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

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

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

See Also:
Serialized Form

Constructor Summary
PluginSettingSoap()
           
PluginSettingSoap(boolean active, long companyId, java.lang.String pluginId, long pluginSettingId, java.lang.String pluginType, long primaryKey, java.lang.String roles)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this PluginSettingSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getPluginId()
          Gets the pluginId value for this PluginSettingSoap.
 long getPluginSettingId()
          Gets the pluginSettingId value for this PluginSettingSoap.
 java.lang.String getPluginType()
          Gets the pluginType value for this PluginSettingSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this PluginSettingSoap.
 java.lang.String getRoles()
          Gets the roles value for this PluginSettingSoap.
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 PluginSettingSoap.
 void setActive(boolean active)
          Sets the active value for this PluginSettingSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this PluginSettingSoap.
 void setPluginId(java.lang.String pluginId)
          Sets the pluginId value for this PluginSettingSoap.
 void setPluginSettingId(long pluginSettingId)
          Sets the pluginSettingId value for this PluginSettingSoap.
 void setPluginType(java.lang.String pluginType)
          Sets the pluginType value for this PluginSettingSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this PluginSettingSoap.
 void setRoles(java.lang.String roles)
          Sets the roles value for this PluginSettingSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginSettingSoap

public PluginSettingSoap()

PluginSettingSoap

public PluginSettingSoap(boolean active,
                         long companyId,
                         java.lang.String pluginId,
                         long pluginSettingId,
                         java.lang.String pluginType,
                         long primaryKey,
                         java.lang.String roles)
Method Detail

isActive

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

Returns:
active

setActive

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

Parameters:
active -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getPluginId

public java.lang.String getPluginId()
Gets the pluginId value for this PluginSettingSoap.

Returns:
pluginId

setPluginId

public void setPluginId(java.lang.String pluginId)
Sets the pluginId value for this PluginSettingSoap.

Parameters:
pluginId -

getPluginSettingId

public long getPluginSettingId()
Gets the pluginSettingId value for this PluginSettingSoap.

Returns:
pluginSettingId

setPluginSettingId

public void setPluginSettingId(long pluginSettingId)
Sets the pluginSettingId value for this PluginSettingSoap.

Parameters:
pluginSettingId -

getPluginType

public java.lang.String getPluginType()
Gets the pluginType value for this PluginSettingSoap.

Returns:
pluginType

setPluginType

public void setPluginType(java.lang.String pluginType)
Sets the pluginType value for this PluginSettingSoap.

Parameters:
pluginType -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getRoles

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

Returns:
roles

setRoles

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

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