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 Object
implements org.eclipse.higgins.sts.api.IInformationCardReference

Author:
mikemci

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

Constructor Detail

InformationCardReference

public InformationCardReference()
Method Detail

getCardId

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

getCardVersion

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

setCardId

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

setCardVersion

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