public class BPItemDetailTO extends ItemDetailTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
BPDimensionId |
private java.lang.String[] |
BPDimMemberIds |
private boolean |
hasCustomMetrics |
private boolean |
hasStateTracking |
private boolean |
isDisabled |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
BPItemDetailTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBPDimensionId() |
java.lang.String[] |
getBPDimMemberIds() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
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 |
isHasCustomMetrics() |
boolean |
isHasStateTracking() |
boolean |
isIsDisabled() |
void |
setBPDimensionId(java.lang.String BPDimensionId) |
void |
setBPDimMemberIds(java.lang.String[] BPDimMemberIds) |
void |
setHasCustomMetrics(boolean hasCustomMetrics) |
void |
setHasStateTracking(boolean hasStateTracking) |
void |
setIsDisabled(boolean isDisabled) |
getDescription, setDescription
getDisplayType, getElementType, getNbrInstances, getNode, getParentId, getScope, setDisplayType, setElementType, setNbrInstances, setNode, setParentId, setScope
private java.lang.String[] BPDimMemberIds
private java.lang.String BPDimensionId
private boolean hasCustomMetrics
private boolean hasStateTracking
private boolean isDisabled
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String[] getBPDimMemberIds()
public void setBPDimMemberIds(java.lang.String[] BPDimMemberIds)
public java.lang.String getBPDimensionId()
public void setBPDimensionId(java.lang.String BPDimensionId)
public boolean isHasCustomMetrics()
public void setHasCustomMetrics(boolean hasCustomMetrics)
public boolean isHasStateTracking()
public void setHasStateTracking(boolean hasStateTracking)
public boolean isIsDisabled()
public void setIsDisabled(boolean isDisabled)
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)