com.agimatec.annomark.example.model
Class UserCore
java.lang.Object
com.agimatec.annomark.example.model.UserCore
- All Implemented Interfaces:
- Serializable
public class UserCore
- extends Object
- implements Serializable
a User entity
- See Also:
- Serialized Form
|
Constructor Summary |
UserCore()
default constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserCore
public UserCore()
- default constructor
addCard
public void addCard(Card aCard)
- method (especially for dozer) to set BOTH SIDES of the relationship to Card
removeCard
public void removeCard(Card aCard)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getVersion
public int getVersion()
setVersion
public void setVersion(int version)
getRole
public Role getRole()
setRole
public void setRole(Role role)
getAddress
public Address getAddress()
setAddress
public void setAddress(Address theAddress)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getMobileNumber
public String getMobileNumber()
setMobileNumber
public void setMobileNumber(String mobileNumber)
getFirstName
public String getFirstName()
setFirstName
public void setFirstName(String firstName)
getLastName
public String getLastName()
setLastName
public void setLastName(String lastName)
getUserIdentification
public String getUserIdentification()
setUserIdentification
public void setUserIdentification(String userIdentification)
getRegistrationTime
public Timestamp getRegistrationTime()
setRegistrationTime
public void setRegistrationTime(Timestamp registrationTime)
getType
public String getType()
setType
public void setType(String type)
getCards
public List<Card> getCards()
setCards
public void setCards(List<Card> cards)
getGender
public String getGender()
setGender
public void setGender(String gender)
getState
public String getState()
setState
public void setState(String state)
getLocaleCode
public String getLocaleCode()
setLocaleCode
public void setLocaleCode(String aLocaleCode)
Copyright © 2008-2013. All Rights Reserved.