org.eclipse.higgins.sts.common
Class InformationCardReference

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.InformationCardReference
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IInformationCardReference

public class InformationCardReference
extends java.lang.Object
implements org.eclipse.higgins.sts.api.IInformationCardReference

Author:
mikemci

Constructor Summary
InformationCardReference()
           
 
Method Summary
 java.net.URI getCardId()
           
 java.lang.String getCardVersion()
           
 void setCardId(java.net.URI uriCardId)
           
 void setCardVersion(java.lang.String strCardVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InformationCardReference

public InformationCardReference()
Method Detail

getCardId

public java.net.URI getCardId()
Specified by:
getCardId in interface org.eclipse.higgins.sts.api.IInformationCardReference

getCardVersion

public java.lang.String getCardVersion()
Specified by:
getCardVersion in interface org.eclipse.higgins.sts.api.IInformationCardReference

setCardId

public void setCardId(java.net.URI uriCardId)
Specified by:
setCardId in interface org.eclipse.higgins.sts.api.IInformationCardReference

setCardVersion

public void setCardVersion(java.lang.String strCardVersion)
Specified by:
setCardVersion in interface org.eclipse.higgins.sts.api.IInformationCardReference