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 LoginVideoclone()booleanequals(Object o)StringgetSrc()StringgetType()inthashCode()voidsetSrc(String src)voidsetType(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()
-
-