org.milyn.javabean.pojogen
Class JNamedType

java.lang.Object
  extended by org.milyn.javabean.pojogen.JNamedType

public class JNamedType
extends Object

Named type for properties and method parameters.

Author:
bardl, tom.fennelly@jboss.com

Constructor Summary
JNamedType(JType type, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 JType getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNamedType

public JNamedType(JType type,
                  String name)
Method Detail

getType

public JType getType()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2018. All rights reserved.