public class ExpandoValueSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ExpandoValueSoap() |
ExpandoValueSoap(long classNameId,
long classPK,
long columnId,
long companyId,
java.lang.String data,
long primaryKey,
long rowId,
long tableId,
long valueId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getClassNameId()
Gets the classNameId value for this ExpandoValueSoap.
|
long |
getClassPK()
Gets the classPK value for this ExpandoValueSoap.
|
long |
getColumnId()
Gets the columnId value for this ExpandoValueSoap.
|
long |
getCompanyId()
Gets the companyId value for this ExpandoValueSoap.
|
java.lang.String |
getData()
Gets the data value for this ExpandoValueSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getPrimaryKey()
Gets the primaryKey value for this ExpandoValueSoap.
|
long |
getRowId()
Gets the rowId value for this ExpandoValueSoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
long |
getTableId()
Gets the tableId value for this ExpandoValueSoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getValueId()
Gets the valueId value for this ExpandoValueSoap.
|
int |
hashCode() |
void |
setClassNameId(long classNameId)
Sets the classNameId value for this ExpandoValueSoap.
|
void |
setClassPK(long classPK)
Sets the classPK value for this ExpandoValueSoap.
|
void |
setColumnId(long columnId)
Sets the columnId value for this ExpandoValueSoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this ExpandoValueSoap.
|
void |
setData(java.lang.String data)
Sets the data value for this ExpandoValueSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this ExpandoValueSoap.
|
void |
setRowId(long rowId)
Sets the rowId value for this ExpandoValueSoap.
|
void |
setTableId(long tableId)
Sets the tableId value for this ExpandoValueSoap.
|
void |
setValueId(long valueId)
Sets the valueId value for this ExpandoValueSoap.
|
public ExpandoValueSoap()
public ExpandoValueSoap(long classNameId,
long classPK,
long columnId,
long companyId,
java.lang.String data,
long primaryKey,
long rowId,
long tableId,
long valueId)
public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getColumnId()
public void setColumnId(long columnId)
columnId - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.lang.String getData()
public void setData(java.lang.String data)
data - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getRowId()
public void setRowId(long rowId)
rowId - public long getTableId()
public void setTableId(long tableId)
tableId - public long getValueId()
public void setValueId(long valueId)
valueId - 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)