com.agimatec.annomark.example.model
Class UserCore

java.lang.Object
  extended by 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
 
Method Summary
 void addCard(Card aCard)
          method (especially for dozer) to set BOTH SIDES of the relationship to Card
 Address getAddress()
           
 List<Card> getCards()
           
 String getEmail()
           
 String getFirstName()
           
 String getGender()
           
 String getLastName()
           
 String getLocaleCode()
           
 String getMobileNumber()
           
 Timestamp getRegistrationTime()
           
 Role getRole()
           
 String getState()
           
 String getType()
           
 long getUserId()
           
 String getUserIdentification()
           
 int getVersion()
           
 void removeCard(Card aCard)
           
 void setAddress(Address theAddress)
           
 void setCards(List<Card> cards)
           
 void setEmail(String email)
           
 void setFirstName(String firstName)
           
 void setGender(String gender)
           
 void setLastName(String lastName)
           
 void setLocaleCode(String aLocaleCode)
           
 void setMobileNumber(String mobileNumber)
           
 void setRegistrationTime(Timestamp registrationTime)
           
 void setRole(Role role)
           
 void setState(String state)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserIdentification(String userIdentification)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCore

public UserCore()
default constructor

Method Detail

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-2012. All Rights Reserved.