Package com.sun.ts.tests.el.common.util
Class SimpleBean
java.lang.Object
com.sun.ts.tests.el.common.util.SimpleBean
- All Implemented Interfaces:
SimpleInterface
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setFullName
(String firstName, String lastName) Set full name using the pattern firstName + " " + lastName.void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.ts.tests.el.common.util.SimpleInterface
getDefaultRO, getDefaultRW, setDefaultRW
-
Constructor Details
-
SimpleBean
public SimpleBean()
-
-
Method Details
-
setIntention
-
getIntention
-
setFullName
Set full name using the pattern firstName + " " + lastName.- Parameters:
firstName
-lastName
-
-
isName
- Parameters:
firstName
- - first name @StringlastName
- - last Name- Returns:
- true is full name matches the given firstName + " " + lastName pattern.
-