Class SimpleBean

java.lang.Object
com.sun.ts.tests.el.common.util.SimpleBean
All Implemented Interfaces:
SimpleInterface, Serializable

public class SimpleBean extends Object implements Serializable, SimpleInterface
See Also:
  • Constructor Details

    • SimpleBean

      public SimpleBean()
  • Method Details

    • setIntention

      public void setIntention(String s)
    • getIntention

      public String getIntention()
    • setFullName

      public void setFullName(String firstName, String lastName)
      Set full name using the pattern firstName + " " + lastName.
      Parameters:
      firstName -
      lastName -
    • isName

      public boolean isName(String firstName, String lastName)
      Parameters:
      firstName - - first name @String
      lastName - - last Name
      Returns:
      true is full name matches the given firstName + " " + lastName pattern.