Class LoginVideo
- java.lang.Object
-
- org.nuxeo.ecm.platform.ui.web.auth.service.LoginVideo
-
public class LoginVideo extends Object
- Since:
- 7.10
- Author:
- Arnaud Kervern
-
-
Constructor Summary
Constructors Constructor Description LoginVideo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginVideo
clone()
boolean
equals(Object o)
String
getSrc()
String
getType()
int
hashCode()
void
setSrc(String src)
void
setType(String type)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getSrc
public String getSrc()
-
setSrc
public void setSrc(String src)
-
clone
public LoginVideo clone()
-
-