public class

BaseSubCauseCode

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.BaseSubCauseCode
Known Direct Subclasses

Summary

Protected Constructors
BaseSubCauseCode(String name)
BaseSubCauseCode(int customCauseCode)
Public Methods
boolean equals(Object o)
int getCustomCauseCode()
Returns the custom cause code for this sub cause.
String getName()
Returns the name of this sub cause code.
int hashCode()
boolean isCustomSubCause()
Returns true if this sub cause object contains a custom cause code.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected BaseSubCauseCode (String name)

protected BaseSubCauseCode (int customCauseCode)

Public Methods

public boolean equals (Object o)

public int getCustomCauseCode ()

Returns the custom cause code for this sub cause.

Returns
  • custom cause code

public String getName ()

Returns the name of this sub cause code.

Returns
  • name of this sub cause code

public int hashCode ()

public boolean isCustomSubCause ()

Returns true if this sub cause object contains a custom cause code.

Returns
  • true if this sub cause object contains a custom cause code.

public String toString ()