Package com.soffid.iam.model
Class NoticeEntity
- java.lang.Object
-
- com.soffid.iam.model.NoticeEntity
-
- Direct Known Subclasses:
NoticeEntityImpl
public abstract class NoticeEntity extends Object
Entity NoticeEntity
-
-
Constructor Summary
Constructors Constructor Description NoticeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an NoticeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.InformationSystemEntity
getApplication()
Gets value for attribute applicationLong
getId()
Gets value for attribute idString
getInformation()
Gets value for attribute informationDate
getModificationDate()
Gets value for attribute modificationDateRoleEntity
getRole()
Gets value for attribute roleUserEntity
getUser()
Gets value for attribute userint
hashCode()
Returns a hash code based on this entity's identifiers.void
setApplication(InformationSystemEntity application)
Sets value for attribute applicationvoid
setId(Long id)
Sets value for attribute idvoid
setInformation(String information)
Sets value for attribute informationvoid
setModificationDate(Date modificationDate)
Sets value for attribute modificationDatevoid
setRole(RoleEntity role)
Sets value for attribute rolevoid
setUser(UserEntity user)
Sets value for attribute user
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getModificationDate
public Date getModificationDate()
Gets value for attribute modificationDate
-
setModificationDate
public void setModificationDate(Date modificationDate)
Sets value for attribute modificationDate
-
getInformation
public String getInformation()
Gets value for attribute information
-
setInformation
public void setInformation(String information)
Sets value for attribute information
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
getApplication
public InformationSystemEntity getApplication()
Gets value for attribute application
-
setApplication
public void setApplication(InformationSystemEntity application)
Sets value for attribute application
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an NoticeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-