com.cumulocity.model.idtype
Class GId

java.lang.Object
  extended by org.svenson.AbstractDynamicProperties
      extended by com.cumulocity.model.ID
          extended by com.cumulocity.model.idtype.GId
All Implemented Interfaces:
org.svenson.DynamicProperties, org.svenson.JSONable

public class GId
extends ID
implements org.svenson.JSONable


Constructor Summary
GId()
           
GId(String id)
           
 
Method Summary
 String toJSON()
          GId type returns just its value when converting to JSON (see https://startups.jira.com/wiki/display/MTM/Identification+model)
 
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

GId

public GId()

GId

public GId(String id)
Method Detail

toJSON

public String toJSON()
GId type returns just its value when converting to JSON (see https://startups.jira.com/wiki/display/MTM/Identification+model)

Specified by:
toJSON in interface org.svenson.JSONable


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