Package io.mateu.mdd.vaadin.pojos
Class Profile
- java.lang.Object
-
- io.mateu.mdd.vaadin.pojos.Profile
-
- All Implemented Interfaces:
PersistentPojo
public class Profile extends Object implements PersistentPojo
-
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangePassword(@NotNull String currentPassword, @NotNull String newPassword, @NotNull String newPasswordAgain)ObjectgetId()voidload(Object id)voidsave()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.mateu.mdd.core.interfaces.PersistentPojo
getEntityName
-
-
-
-
Method Detail
-
changePassword
public void changePassword(@NotNull @NotNull String currentPassword, @NotNull @NotNull String newPassword, @NotNull @NotNull String newPasswordAgain) throws Throwable- Throws:
Throwable
-
save
public void save() throws IOException, Throwable- Specified by:
savein interfacePersistentPojo- Throws:
IOExceptionThrowable
-
load
public void load(Object id) throws Throwable
- Specified by:
loadin interfacePersistentPojo- Throws:
Throwable
-
getId
public Object getId()
- Specified by:
getIdin interfacePersistentPojo
-
-