br.com.objectos.way.code
Class TypeVariableInfo

java.lang.Object
  extended by br.com.objectos.way.code.TypeVariableInfo
All Implemented Interfaces:
Testable<TypeVariableInfo>

public abstract class TypeVariableInfo
extends Object
implements Testable<TypeVariableInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 String declaredName()
           
 boolean equals(Object obj)
           
 int hashCode()
           
static TypeVariableInfoBuilder newPojo()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface br.com.objectos.way.core.testing.Testable
isEqual
 

Method Detail

newPojo

public static TypeVariableInfoBuilder newPojo()

toString

public String toString()
Overrides:
toString in class Object

declaredName

public String declaredName()

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014. All rights reserved.