com.titan.domain
Class Name

java.lang.Object
  extended by com.titan.domain.Name

public class Name
extends Object


Constructor Summary
Name(String first, String last)
           
 
Method Summary
 String getFirst()
           
 String getLast()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Name

public Name(String first,
            String last)
Method Detail

getFirst

public String getFirst()

getLast

public String getLast()


Copyright © 2011. All Rights Reserved.