public class Orange extends Object implements OrangeInterface
| Constructor and Description |
|---|
Orange() |
Orange(HashMap<String,Object> props) |
Orange(Integer segments,
Double radius,
String brand) |
| Modifier and Type | Method and Description |
|---|---|
void |
bite() |
boolean |
equals(Object obj) |
List |
getArrayProperties() |
String |
getBrand() |
FruitCleaner |
getCleaner() |
List |
getListProperties() |
Map |
getMapProperties() |
Double |
getRadius() |
Integer |
getSegments() |
int |
hashCode() |
boolean |
isBitten() |
void |
polish() |
void |
setArrayProperties(List arrayProperties) |
void |
setBrand(String string) |
void |
setCleaner(FruitCleaner cleaner) |
void |
setListProperties(List listProperties) |
void |
setMapProperties(Map mapProperties) |
void |
setRadius(Double double1) |
void |
setSegments(Integer integer) |
void |
wash() |
public String getBrand()
getBrand in interface OrangeInterfacepublic Integer getSegments()
getSegments in interface OrangeInterfacepublic Double getRadius()
getRadius in interface OrangeInterfacepublic void setBrand(String string)
setBrand in interface OrangeInterfacepublic void setSegments(Integer integer)
setSegments in interface OrangeInterfacepublic void setRadius(Double double1)
setRadius in interface OrangeInterfacepublic List getListProperties()
getListProperties in interface OrangeInterfacepublic void setListProperties(List listProperties)
setListProperties in interface OrangeInterfacelistProperties - The listProperties to set.public Map getMapProperties()
getMapProperties in interface OrangeInterfacepublic void setMapProperties(Map mapProperties)
setMapProperties in interface OrangeInterfacemapProperties - The mapProperties to set.public List getArrayProperties()
getArrayProperties in interface OrangeInterfacepublic void setArrayProperties(List arrayProperties)
setArrayProperties in interface OrangeInterfacearrayProperties - The arrayProperties to set.public FruitCleaner getCleaner()
getCleaner in interface OrangeInterfacepublic void setCleaner(FruitCleaner cleaner)
setCleaner in interface OrangeInterfacepublic void wash()
wash in interface OrangeInterfacepublic void polish()
polish in interface OrangeInterfaceCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.