org.jvnet.hk2.generator.internal
Class GenerateMethodAnnotationData
java.lang.Object
org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
public class GenerateMethodAnnotationData
- extends Object
- Author:
- jwells
GenerateMethodAnnotationData
public GenerateMethodAnnotationData(String implementation,
HashSet<String> contracts,
String scope)
GenerateMethodAnnotationData
public GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe)
getImplementation
public String getImplementation()
- Returns:
- the implementation
getContracts
public HashSet<String> getContracts()
- Returns:
- the contracts
getScope
public String getScope()
- Returns:
- the scope
getNameMethodName
public String getNameMethodName()
- Returns:
- the nameMethodName
setNameMethodName
public void setNameMethodName(String nameMethodName)
- Parameters:
nameMethodName
- the nameMethodName to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle Corporation. All Rights Reserved.