org.jtheque.utils.bean
Class DataUtils

java.lang.Object
  extended by org.jtheque.utils.bean.DataUtils

public final class DataUtils
extends Object

An utility class for specific data.

Author:
Baptiste Wicht

Method Summary
static String[] getNameAndFirstName(CharSequence name)
          Return the name and the first name of the complete name of a person.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNameAndFirstName

public static String[] getNameAndFirstName(CharSequence name)
Return the name and the first name of the complete name of a person.

Parameters:
name - The name of a person.
Returns:
An array containing at his index 0 the name of the person and at his index 1 the first name of the person.


Copyright © 2010 JTheque. All Rights Reserved.