com.cumulocity.model
Class Address

java.lang.Object
  extended by org.svenson.AbstractDynamicProperties
      extended by com.cumulocity.model.Fragment
          extended by com.cumulocity.model.Address
All Implemented Interfaces:
org.svenson.DynamicProperties

public class Address
extends Fragment

TODO: The Javadoc of this class is too short. Please add at least a meaningful class comment.


Constructor Summary
Address()
           
Address(boolean defineType)
           
 
Method Summary
 String getCity()
           
 String getCode()
           
 String getStreet()
           
 void setCity(String city)
           
 void setCode(String code)
           
 void setStreet(String street)
           
 
Methods inherited from class com.cumulocity.model.Fragment
getName, getType, setName, setType, toString
 
Methods inherited from class org.svenson.AbstractDynamicProperties
getProperty, propertyNames, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(boolean defineType)
Method Detail

getStreet

@JSONProperty(value="street",
              ignoreIfNull=true)
public String getStreet()

setStreet

public void setStreet(String street)

getCity

@JSONProperty(value="city",
              ignoreIfNull=true)
public String getCity()

setCity

public void setCity(String city)

getCode

@JSONProperty(value="code",
              ignoreIfNull=true)
public String getCode()

setCode

public void setCode(String code)


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