public class DimensionItemDetailTO extends ItemDetailTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String[] |
derivatives |
private java.lang.Boolean |
isDisabled |
private java.lang.Boolean |
isHidden |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
DimensionItemDetailTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getDerivatives() |
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.Boolean |
getIsDisabled() |
java.lang.Boolean |
getIsHidden() |
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() |
void |
setDerivatives(java.lang.String[] derivatives) |
void |
setIsDisabled(java.lang.Boolean isDisabled) |
void |
setIsHidden(java.lang.Boolean isHidden) |
getDescription, setDescription
getDisplayType, getElementType, getNbrInstances, getNode, getParentId, getScope, setDisplayType, setElementType, setNbrInstances, setNode, setParentId, setScope
private java.lang.String[] derivatives
private java.lang.Boolean isDisabled
private java.lang.Boolean isHidden
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String[] getDerivatives()
public void setDerivatives(java.lang.String[] derivatives)
public java.lang.Boolean getIsDisabled()
public void setIsDisabled(java.lang.Boolean isDisabled)
public java.lang.Boolean getIsHidden()
public void setIsHidden(java.lang.Boolean isHidden)
public boolean equals(java.lang.Object obj)
equals
in class ItemDetailTO
public int hashCode()
hashCode
in class ItemDetailTO
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)