Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ContactConstants

java.lang.Object
  extended by com.liferay.portal.model.ContactConstants

public class ContactConstants
extends Object


Field Summary
static long DEFAULT_PARENT_CONTACT_ID
           
 
Constructor Summary
ContactConstants()
           
 
Method Summary
static String getFullName(String firstName, String middleName, String lastName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARENT_CONTACT_ID

public static final long DEFAULT_PARENT_CONTACT_ID
See Also:
Constant Field Values
Constructor Detail

ContactConstants

public ContactConstants()
Method Detail

getFullName

public static String getFullName(String firstName,
                                 String middleName,
                                 String lastName)

Liferay 6.1.2-ce-ga3