public class GenerateMethodAnnotationData extends Object
| Constructor and Description |
|---|
GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe) |
GenerateMethodAnnotationData(String implementation,
HashSet<String> contracts,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<String> |
getContracts() |
String |
getImplementation() |
String |
getName() |
String |
getNameMethodName() |
String |
getScope() |
void |
setName(String name) |
void |
setNameMethodName(String nameMethodName) |
String |
toString() |
public GenerateMethodAnnotationData(String implementation, HashSet<String> contracts, String scope)
public GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe)
public String getImplementation()
public String getScope()
public String getNameMethodName()
public void setNameMethodName(String nameMethodName)
nameMethodName - the nameMethodName to setpublic String getName()
public void setName(String name)
name - the name to setCopyright © 2014 Oracle Corporation. All rights reserved.