Package com.soffid.iam.model
Class UserEmailEntity
- java.lang.Object
-
- com.soffid.iam.model.UserEmailEntity
-
- Direct Known Subclasses:
UserEmailEntityImpl
public abstract class UserEmailEntity extends Object
Entity UserEmailEntity
-
-
Constructor Summary
Constructors Constructor Description UserEmailEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an UserEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Boolean
getDisabled()
Gets value for attribute disabledDate
getEnd()
Gets value for attribute endLong
getId()
Gets value for attribute idEmailListEntity
getMailList()
Gets value for attribute mailListDate
getStart()
Gets value for attribute startUserEntity
getUser()
Gets value for attribute userint
hashCode()
Returns a hash code based on this entity's identifiers.void
setDisabled(Boolean disabled)
Sets value for attribute disabledvoid
setEnd(Date end)
Sets value for attribute endvoid
setId(Long id)
Sets value for attribute idvoid
setMailList(EmailListEntity mailList)
Sets value for attribute mailListvoid
setStart(Date start)
Sets value for attribute startvoid
setUser(UserEntity user)
Sets value for attribute user
-
-
-
Method Detail
-
getMailList
public EmailListEntity getMailList()
Gets value for attribute mailList
-
setMailList
public void setMailList(EmailListEntity mailList)
Sets value for attribute mailList
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getStart
public Date getStart()
Gets value for attribute start
-
setStart
public void setStart(Date start)
Sets value for attribute start
-
getEnd
public Date getEnd()
Gets value for attribute end
-
setEnd
public void setEnd(Date end)
Sets value for attribute end
-
getDisabled
public Boolean getDisabled()
Gets value for attribute disabled
-
setDisabled
public void setDisabled(Boolean disabled)
Sets value for attribute disabled
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an UserEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-