org.eclipse.higgins.icard.provider.cardspace.common.io
Class HDSCardElement

java.lang.Object
  extended by org.eclipse.higgins.icard.common.io.IOElement
      extended by org.eclipse.higgins.icard.provider.cardspace.common.io.HDSCardElement
All Implemented Interfaces:
org.eclipse.higgins.icard.io.IElement, org.eclipse.higgins.icard.io.IICardElement

public class HDSCardElement
extends org.eclipse.higgins.icard.common.io.IOElement
implements org.eclipse.higgins.icard.io.IICardElement


Constructor Summary
HDSCardElement()
           
 
Method Summary
 org.eclipse.higgins.icard.CUID getCUID()
           
 void set(Object objectElement)
           
 String toString()
           
 
Methods inherited from class org.eclipse.higgins.icard.common.io.IOElement
get, getAs, getObjectClass, getSupportedClasses
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.icard.io.IElement
get, getAs, getObjectClass, getSupportedClasses
 

Constructor Detail

HDSCardElement

public HDSCardElement()
Method Detail

set

public void set(Object objectElement)
         throws Exception
Specified by:
set in interface org.eclipse.higgins.icard.io.IElement
Overrides:
set in class org.eclipse.higgins.icard.common.io.IOElement
Throws:
Exception

getCUID

public org.eclipse.higgins.icard.CUID getCUID()
Specified by:
getCUID in interface org.eclipse.higgins.icard.io.IICardElement

toString

public String toString()
Overrides:
toString in class Object