com.arctorus.documents.table
Class BorderStyleId

java.lang.Object
  extended by com.arctorus.documents.table.BorderStyleId
All Implemented Interfaces:
java.lang.Cloneable

public final class BorderStyleId
extends java.lang.Object
implements java.lang.Cloneable

Id of a border style.


Field Summary
static BorderStyleId DEFAULT
          Id of the default border style.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 int getValue()
          Get integer value of this Id.
 int hashCode()
          Returns a hash code value for the object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final BorderStyleId DEFAULT
Id of the default border style.

Method Detail

getValue

public int getValue()
Get integer value of this Id.


hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object