Package | com.ericfeminella.examples.login.vo |
Class | public class LoginVO |
Method | Defined by | ||
---|---|---|---|
LoginVO(username:String, password:String)
Client side Value Object which represents required fields in the RDMS table
| LoginVO |
password | property |
public var password:String
username | property |
public var username:String
LoginVO | () | constructor |
public function LoginVO(username:String, password:String)
Client side Value Object which represents required fields in the RDMS table
Parametersusername:String — representing the username field in the RDMS table
|
|
password:String — representing the username field in the RDMS table
|