br.com.objectos.way.code
Class NameInfo

java.lang.Object
  extended by br.com.objectos.way.code.NameInfo

public class NameInfo
extends Object

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

Method Summary
 boolean equals(Object obj)
           
 String getSimpleName()
           
 int hashCode()
           
static NameInfo nameOf(Iterable<String> parts)
           
static NameInfo of()
           
static NameInfo of(String name)
           
 NameInfo suffix(String suffix)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

of

public static NameInfo of()

of

public static NameInfo of(String name)

nameOf

public static NameInfo nameOf(Iterable<String> parts)

getSimpleName

public String getSimpleName()

toString

public String toString()
Overrides:
toString in class Object

suffix

public NameInfo suffix(String suffix)

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.