org.otvl.sbxbsamp.abcref
Class CRefee

java.lang.Object
  extended byorg.otvl.sbxbsamp.abcref.BaseRefee
      extended byorg.otvl.sbxbsamp.abcref.CRefee
All Implemented Interfaces:
XmlReferencee

public class CRefee
extends BaseRefee

Version:
Author:

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

Constructor Detail

CRefee

public CRefee()
Method Detail

doGetReference

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

Specified by:
doGetReference in class BaseRefee
Returns:
Object

doSetSbxbReference

public 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.

Specified by:
doSetSbxbReference in class BaseRefee
Parameters:
ref -
Returns:
void

getCid

public java.lang.String getCid()
Returns the cid.

Returns:
String

setCid

public void setCid(java.lang.String cid)
Sets the cid.

Parameters:
cid - The cid to set


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