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

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

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


Constructor Summary
IOICardElement()
           
 
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

IOICardElement

public IOICardElement()
Method Detail

set

public void set(Object objectElement)
         throws Exception
Specified by:
set in interface org.eclipse.higgins.icard.io.IElement
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()