public class Anchor extends Object
| Constructor and Description |
|---|
Anchor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
Position |
getPosition()
Gets the position.
|
void |
setName(String name)
Sets the name.
|
void |
setPosition(Position position)
Sets the position.
|
public String getName()
public Position getPosition()
public void setName(String name)
name - the new namepublic void setPosition(Position position)
position - the new positionCopyright © 2015–2016 IBM Watson. All rights reserved.