pl.edu.pjwstk.yaod.store
Class AbstractBlockID

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.AbstractBlockID
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BlockID

public abstract class AbstractBlockID
extends java.lang.Object
implements java.io.Serializable

Klasa rozszerzana przez wszystkie identyfikatory blokow w taki sposob, by mogla zawierac identyfikator skladu oraz specyficzny dla skladu format blokow.

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

Constructor Summary
AbstractBlockID()
           
AbstractBlockID(short store)
           
 
Method Summary
abstract  boolean equals(java.lang.Object par)
           
 short getStoreID()
           
abstract  int hashCode()
           
 void setStoreID(short store)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBlockID

public AbstractBlockID()
Parameters:
paramName - comments
Throws:
XxxxxxException - if ...

AbstractBlockID

public AbstractBlockID(short store)
Parameters:
paramName - comments
Throws:
XxxxxxException - if ...
Method Detail

getStoreID

public short getStoreID()
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...

setStoreID

public void setStoreID(short store)
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...

hashCode

public abstract int hashCode()
Overrides:
hashCode in class java.lang.Object
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...

equals

public abstract boolean equals(java.lang.Object par)
Overrides:
equals in class java.lang.Object
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...