Packagecom.ericfeminella.examples.login.vo
Classpublic class LoginVO

Client side Value Object which represents required fields in the RDMS table



Public Properties
 PropertyDefined by
  password : String
LoginVO
  username : String
LoginVO
Public Methods
 MethodDefined by
  
LoginVO(username:String, password:String)
Client side Value Object which represents required fields in the RDMS table
LoginVO
Property detail
passwordproperty
public var password:String
usernameproperty 
public var username:String
Constructor detail
LoginVO()constructor
public function LoginVO(username:String, password:String)

Client side Value Object which represents required fields in the RDMS table

Parameters
username:String — representing the username field in the RDMS table
 
password:String — representing the username field in the RDMS table