com.businessobjects.enterprise.profile
Class ProfileValue

java.lang.Object
  extended bycom.businessobjects.enterprise.profile.ProfileValue
All Implemented Interfaces:
java.io.Serializable

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

Represents a profile value.

See Also:
Serialized Form

Constructor Summary
ProfileValue()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
 java.lang.String getFormula()
          Returns the formula of the profile value.
 java.lang.String getProfileID()
          Returns the profile ID.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 void setFormula(java.lang.String formula)
          Sets the formula of the profile value.
 void setProfileID(java.lang.String profileID)
          Sets the profile ID associated with the profile value.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileValue

public ProfileValue()
Method Detail

getProfileID

public java.lang.String getProfileID()

Returns the profile ID.

Returns:
The profile ID.

setProfileID

public void setProfileID(java.lang.String profileID)

Sets the profile ID associated with the profile value.

Parameters:
profileID - The profile ID.

getFormula

public java.lang.String getFormula()

Returns the formula of the profile value.

Returns:
A String that indicates the formula of the profile value.

setFormula

public void setFormula(java.lang.String formula)

Sets the formula of the profile value.

Parameters:
formula - A String that indicates the formula of the profile value.

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Internal Use Only.