com.arctorus.documents.table
Class CellStyleId

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

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

Id of a cell style.


Field Summary
static CellStyleId DEFAULT
          Id of the default cell 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 CellStyleId DEFAULT
Id of the default cell 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