com.cumulocity.rest.representation.application
Class ApplicationRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.application.ApplicationRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class ApplicationRepresentation
extends BaseResourceRepresentation


Constructor Summary
ApplicationRepresentation()
           
 
Method Summary
 String getId()
           
 String getKey()
           
 String getName()
           
 void setId(String id)
           
 void setKey(String key)
           
 void setName(String name)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationRepresentation

public ApplicationRepresentation()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getKey

public String getKey()
Returns:
the key

setKey

public void setKey(String key)
Parameters:
key - the key to set


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