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 booleanequals(Object object)Returnstrueif the argument is an UserEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity.BooleangetDisabled()Gets value for attribute disabledDategetEnd()Gets value for attribute endLonggetId()Gets value for attribute idEmailListEntitygetMailList()Gets value for attribute mailListDategetStart()Gets value for attribute startUserEntitygetUser()Gets value for attribute userinthashCode()Returns a hash code based on this entity's identifiers.voidsetDisabled(Boolean disabled)Sets value for attribute disabledvoidsetEnd(Date end)Sets value for attribute endvoidsetId(Long id)Sets value for attribute idvoidsetMailList(EmailListEntity mailList)Sets value for attribute mailListvoidsetStart(Date start)Sets value for attribute startvoidsetUser(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)
Returnstrueif the argument is an UserEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-