public class PluginSettingSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PluginSettingSoap() |
PluginSettingSoap(boolean active,
long companyId,
long mvccVersion,
java.lang.String pluginId,
long pluginSettingId,
java.lang.String pluginType,
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 PluginSettingSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getMvccVersion()
Gets the mvccVersion value for this PluginSettingSoap.
|
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 |
setMvccVersion(long mvccVersion)
Sets the mvccVersion 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.
|
public PluginSettingSoap()
public PluginSettingSoap(boolean active,
long companyId,
long mvccVersion,
java.lang.String pluginId,
long pluginSettingId,
java.lang.String pluginType,
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 getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public java.lang.String getPluginId()
public void setPluginId(java.lang.String pluginId)
pluginId - public long getPluginSettingId()
public void setPluginSettingId(long pluginSettingId)
pluginSettingId - public java.lang.String getPluginType()
public void setPluginType(java.lang.String pluginType)
pluginType - 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)