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 booleanequals(Object object)Returnstrueif the argument is an NoticeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.InformationSystemEntitygetApplication()Gets value for attribute applicationLonggetId()Gets value for attribute idStringgetInformation()Gets value for attribute informationDategetModificationDate()Gets value for attribute modificationDateRoleEntitygetRole()Gets value for attribute roleUserEntitygetUser()Gets value for attribute userinthashCode()Returns a hash code based on this entity's identifiers.voidsetApplication(InformationSystemEntity application)Sets value for attribute applicationvoidsetId(Long id)Sets value for attribute idvoidsetInformation(String information)Sets value for attribute informationvoidsetModificationDate(Date modificationDate)Sets value for attribute modificationDatevoidsetRole(RoleEntity role)Sets value for attribute rolevoidsetUser(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)
Returnstrueif the argument is an NoticeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-