com.cumulocity.model.idtype
Class WeakTypedID

java.lang.Object
  extended by org.svenson.AbstractDynamicProperties
      extended by com.cumulocity.model.ID
          extended by com.cumulocity.model.idtype.XtId
              extended by com.cumulocity.model.idtype.WeakTypedID
All Implemented Interfaces:
org.svenson.DynamicProperties

public class WeakTypedID
extends XtId

Representation of a weak-type ID, ie an ID whose type does not match a known fully qualified class name. All such weak-typed IDs are defined to be kinds of XtId.

Author:
pitchfor

Constructor Summary
WeakTypedID(ID in)
          Copy constructor for converting base ID types to WeakTypedID
 
Method Summary
 
Methods inherited from class com.cumulocity.model.ID
equals, equalsIgnoreClass, getName, getType, getValue, hashCode, setName, setType, setValue, toString
 
Methods inherited from class org.svenson.AbstractDynamicProperties
getProperty, propertyNames, setProperty
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeakTypedID

public WeakTypedID(ID in)
Copy constructor for converting base ID types to WeakTypedID

Parameters:
in -


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