org.otvl.sbxbsamp.abcref
Class BaseRefee

java.lang.Object
  extended byorg.otvl.sbxbsamp.abcref.BaseRefee
All Implemented Interfaces:
XmlReferencee
Direct Known Subclasses:
ARefee, BRefee, CRefee

public abstract class BaseRefee
extends java.lang.Object
implements XmlReferencee

Version:
Author:

Constructor Summary
BaseRefee()
           
 
Method Summary
protected abstract  java.lang.Object doGetReference()
          Provides a unique reference for the current object.
abstract  void doSetSbxbReference(java.lang.Object ref)
          Called when a reference has been instantiated and updated after successful parsing.
 java.lang.Object getSbxbReference()
          Provides a unique reference for the current object.
 void setSbxbReference(java.lang.Object ref)
          Called when a reference has been instantiated and updated after successful parsing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRefee

public BaseRefee()
Method Detail

getSbxbReference

public java.lang.Object getSbxbReference()
Provides a unique reference for the current object. The class implementing the reference must implement hashcode/equals.

Specified by:
getSbxbReference in interface XmlReferencee
Returns:
Object

doGetReference

protected abstract java.lang.Object doGetReference()
Provides a unique reference for the current object. The class implementing the reference must implement hashcode/equals.

Returns:
Object

setSbxbReference

public void setSbxbReference(java.lang.Object ref)
Called when a reference has been instantiated and updated after successful parsing. May be implemented by a referencee to update its state from the state of the reference.

Specified by:
setSbxbReference in interface XmlReferencee
Parameters:
ref -
Returns:
void

doSetSbxbReference

public abstract void doSetSbxbReference(java.lang.Object ref)
Called when a reference has been instantiated and updated after successful parsing. May be implemented by a referencee to update its state from the state of the reference.

Parameters:
ref -
Returns:
void


Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.