Package org.jvnet.hk2.generator.internal
Class GenerateMethodAnnotationData
- java.lang.Object
-
- org.jvnet.hk2.generator.internal.GenerateMethodAnnotationData
-
public class GenerateMethodAnnotationData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.HashSet<java.lang.String>contractsprivate java.lang.Stringimplementationprivate java.lang.Stringnameprivate java.lang.StringnameMethodNameprivate java.lang.Stringscope
-
Constructor Summary
Constructors Constructor Description GenerateMethodAnnotationData(java.lang.String implementation, java.util.HashSet<java.lang.String> contracts, java.lang.String scope)GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashSet<java.lang.String>getContracts()java.lang.StringgetImplementation()java.lang.StringgetName()java.lang.StringgetNameMethodName()java.lang.StringgetScope()voidsetName(java.lang.String name)voidsetNameMethodName(java.lang.String nameMethodName)java.lang.StringtoString()
-
-
-
Constructor Detail
-
GenerateMethodAnnotationData
public GenerateMethodAnnotationData(java.lang.String implementation, java.util.HashSet<java.lang.String> contracts, java.lang.String scope)
-
GenerateMethodAnnotationData
public GenerateMethodAnnotationData(GenerateMethodAnnotationData copyMe)
-
-
Method Detail
-
getImplementation
public java.lang.String getImplementation()
- Returns:
- the implementation
-
getContracts
public java.util.HashSet<java.lang.String> getContracts()
- Returns:
- the contracts
-
getScope
public java.lang.String getScope()
- Returns:
- the scope
-
getNameMethodName
public java.lang.String getNameMethodName()
- Returns:
- the nameMethodName
-
setNameMethodName
public void setNameMethodName(java.lang.String nameMethodName)
- Parameters:
nameMethodName- the nameMethodName to set
-
getName
public java.lang.String getName()
- Returns:
- the name
-
setName
public void setName(java.lang.String name)
- Parameters:
name- the name to set
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-