public class Location extends BaseDataObject
| Constructor and Description |
|---|
Location() |
Location(String locationId,
String name,
Address address,
Location parentLocation) |
Location(String locationId,
String name,
Address address,
Map<String,String> identifiers,
Location parentLocation,
Set<String> tags,
Map<String,Object> attributes) |
getCreator, getDateCreated, getDateEdited, getDateVoided, getEditor, getVoided, getVoider, getVoidReason, setCreator, setDateCreated, setDateEdited, setDateVoided, setEditor, setVoided, setVoider, setVoidReason, withCreator, withDateCreated, withDateEdited, withDateVoided, withEditor, withVoided, withVoider, withVoidReasonpublic String getLocationId()
public void setLocationId(String locationId)
public String getName()
public void setName(String name)
public Address getAddress()
public void setAddress(Address address)
public void setIdentifiers(Map<String,String> identifiers)
identifiers - public void removeIdentifier(String identifierType)
public Location getParentLocation()
public void setParentLocation(Location parentLocation)
public boolean hasTag(String tag)
public void setTags(Set<String> tags)
tags - public void addTag(String tag)
public boolean removeTag(String tag)
public void setAttributes(Map<String,Object> attributes)
attributes - public void removeAttribute(String name)
public Location withIdentifiers(Map<String,String> identifiers)
identifiers - public Location withTags(Set<String> tags)
tags - public Location withAttributes(Map<String,Object> attributes)
attributes - public String toString()
toString in class BaseDataObjectCopyright © 2018. All rights reserved.