AR System Java API

com.bmc.arsys.api
Class AlertMessageCriteria

java.lang.Object
  extended by com.bmc.arsys.api.CriteriaFlags
      extended by com.bmc.arsys.api.AlertMessageCriteria
All Implemented Interfaces:
Serializable, Cloneable

public class AlertMessageCriteria
extends CriteriaFlags
implements Serializable

The AlertMessageCriteria class defines what values you want returned for a particular message.

See Also:
Serialized Form

Field Summary
static int ALERTTEXT
          Returns value of the alertText.
static int FORMNAME
          Returns value of the formName.
static int OBJECTID
          Returns value of the objectId.
static int PRIORITY
          Returns value of the priority.
static int SERVERADDR
          Returns value of the serverAddr.
static int SERVERNAME
          Returns value of the serverName.
static int SOURCETAG
          Returns the sourceTag.
static int SOURCETYPE
          Returns value of the sourceType.
static int TIMESTAMP
          Returns value of the timestamp.
 
Constructor Summary
AlertMessageCriteria()
           
 
Method Summary
 boolean equals(Object obj)
          Use this method for checking equality between the current object and the provided one.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 String toString()
          Returns a string description of the object.
 
Methods inherited from class com.bmc.arsys.api.CriteriaFlags
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TIMESTAMP

public static final int TIMESTAMP
Returns value of the timestamp.

See Also:
Constant Field Values

SOURCETYPE

public static final int SOURCETYPE
Returns value of the sourceType.

See Also:
Constant Field Values

PRIORITY

public static final int PRIORITY
Returns value of the priority.

See Also:
Constant Field Values

ALERTTEXT

public static final int ALERTTEXT
Returns value of the alertText.

See Also:
Constant Field Values

SOURCETAG

public static final int SOURCETAG
Returns the sourceTag.

See Also:
Constant Field Values

SERVERNAME

public static final int SERVERNAME
Returns value of the serverName.

See Also:
Constant Field Values

SERVERADDR

public static final int SERVERADDR
Returns value of the serverAddr.

See Also:
Constant Field Values

FORMNAME

public static final int FORMNAME
Returns value of the formName.

See Also:
Constant Field Values

OBJECTID

public static final int OBJECTID
Returns value of the objectId.

See Also:
Constant Field Values
Constructor Detail

AlertMessageCriteria

public AlertMessageCriteria()
Method Detail

toString

public String toString()
Returns a string description of the object.

Overrides:
toString in class CriteriaFlags

hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.

Overrides:
hashCode in class CriteriaFlags
Returns:
returns the hash code for this instance

equals

public boolean equals(Object obj)
Use this method for checking equality between the current object and the provided one. The result is true only if the argument is not null, is of the same type and represents the same content.

Overrides:
equals in class CriteriaFlags
Parameters:
obj - the object that we are comparing to
Returns:
returns a boolean that tells if the two objects equal

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.