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>
contracts
private java.lang.String
implementation
private java.lang.String
name
private java.lang.String
nameMethodName
private java.lang.String
scope
-
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.String
getImplementation()
java.lang.String
getName()
java.lang.String
getNameMethodName()
java.lang.String
getScope()
void
setName(java.lang.String name)
void
setNameMethodName(java.lang.String nameMethodName)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-