de.piratech.dasding.data
Class User
java.lang.Object
de.piratech.dasding.data.AbstractDataObject
de.piratech.dasding.data.User
public class User
- extends AbstractDataObject
- Author:
- deveth0
|
Constructor Summary |
User()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
getName
public String getName()
setName
public void setName(String name)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getPhone
public String getPhone()
setPhone
public void setPhone(String phone)
getMobile
public String getMobile()
setMobile
public void setMobile(String mobile)
getMail
public String getMail()
setMail
public void setMail(String mail)
getRoles
public List<User.USER_ROLE> getRoles()
setRoles
public void setRoles(List<User.USER_ROLE> role)
getInterests
public List<ActionCategory> getInterests()
setInterests
public void setInterests(List<ActionCategory> interests)
addInterest
public void addInterest(ActionCategory interest)
getInterestedIn
public List<Event> getInterestedIn()
setInterestedIn
public void setInterestedIn(List<Event> interestedIn)
addInterestedIn
public void addInterestedIn(Event interestedIn)
getActionApplications
public List<ActionApplication> getActionApplications()
setActionApplications
public void setActionApplications(List<ActionApplication> appliedActions)
addActionApplication
public void addActionApplication(Action appliedAction)
isValid
public boolean isValid()
- Specified by:
isValid in class AbstractDataObject
Copyright © 2012 Piratech. All Rights Reserved.