com.cumulocity.model
Class ExternalIDWrapper

java.lang.Object
  extended by com.cumulocity.model.ExternalIDWrapper

public class ExternalIDWrapper
extends Object

Wrapes an external ID together with a corresponding GID. This is necessary due to limitations of our mapping framework.


Constructor Summary
ExternalIDWrapper()
           
 
Method Summary
 XtId getExternalId()
           
 GId getGId()
           
 void setExternalId(XtId externalId)
           
 void setGId(GId globalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalIDWrapper

public ExternalIDWrapper()
Method Detail

getExternalId

public XtId getExternalId()

setExternalId

public void setExternalId(XtId externalId)

getGId

public GId getGId()

setGId

public void setGId(GId globalId)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.