public class Target extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Target.TargetType |
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
static Target |
create() |
static Target |
createEShop(Long goID) |
static Target |
createEWallet(String email) |
Target |
eshop(Long goId) |
Target |
ewallet(String email) |
Long |
getGoId() |
Target.TargetType |
getType() |
void |
setGoId(Long goId) |
void |
setType(Target.TargetType type) |
String |
toString() |
public Long getGoId()
public void setGoId(Long goId)
public Target.TargetType getType()
public void setType(Target.TargetType type)
public static Target create()
Copyright © 2016. All rights reserved.