public static class SubPremise.SubPremiseLocation extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
| Constructor and Description |
|---|
SubPremise.SubPremiseLocation() |
| Modifier and Type | Method and Description |
|---|---|
SubPremise.SubPremiseLocation |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
SubPremise.SubPremiseLocation |
withCode(String code)
fluent setter
|
SubPremise.SubPremiseLocation |
withContent(String content)
fluent setter
|
public SubPremise.SubPremiseLocation withContent(String content)
content - required parametersetContent(String)public SubPremise.SubPremiseLocation withCode(String code)
code - required parametersetCode(String)public SubPremise.SubPremiseLocation clone()
Copyright © 2014 Micromata GmbH. All rights reserved.