Package com.soffid.iam.model
Class AuditEntity
- java.lang.Object
-
- com.soffid.iam.model.AuditEntity
-
- Direct Known Subclasses:
AuditEntityImpl
public abstract class AuditEntity extends Object
Entity AuditEntity
-
-
Constructor Summary
Constructors Constructor Description AuditEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an AuditEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAccount()
Gets value for attribute accountAccountEntity
getAccountAssoc()
Gets value for attribute accountAssocString
getAction()
Gets value for attribute actionString
getAuthorization()
Gets value for attribute authorizationString
getBelongsmailDomain()
Gets value for attribute belongsmailDomainString
getBelongsMailList()
Gets value for attribute belongsMailListString
getComment()
Gets value for attribute commentString
getConfigurationParameter()
Gets value for attribute configurationParameterString
getCustomObjectName()
Gets value for attribute customObjectNameString
getCustomObjectType()
Gets value for attribute customObjectTypeDate
getDate()
Gets value for attribute dateString
getDb()
Gets value for attribute dbString
getDomain()
Gets value for attribute domainString
getDomainValue()
Gets value for attribute domainValueLong
getFileId()
Gets value for attribute fileIdGroupEntity
getGroup()
Gets value for attribute groupString
getHost()
Gets value for attribute hostLong
getId()
Gets value for attribute idString
getIdentityFederation()
Gets value for attribute identityFederationString
getInformationSystem()
Gets value for attribute informationSystemString
getJumpServerGroup()
Gets value for attribute jumpServerGroupString
getMailDomain()
Gets value for attribute mailDomainString
getMailList()
Gets value for attribute mailListString
getNetwork()
Gets value for attribute networkString
getObject()
Gets value for attribute objectString
getPamSessionId()
Gets value for attribute pamSessionIdString
getPasswordDomain()
Gets value for attribute passwordDomainString
getPrinter()
Gets value for attribute printerString
getRole()
Gets value for attribute roleString
getRule()
Gets value for attribute ruleString
getScheduledTask()
Gets value for attribute scheduledTaskString
getSearchIndex()
Gets value for attribute searchIndexString
getSourceIp()
Gets value for attribute sourceIpTenantEntity
getTenant()
Gets value for attribute tenantString
getUser()
Gets value for attribute userString
getUserDomain()
Gets value for attribute userDomainString
getUserType()
Gets value for attribute userTypeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAccount(String account)
Sets value for attribute accountvoid
setAccountAssoc(AccountEntity accountAssoc)
Sets value for attribute accountAssocvoid
setAction(String action)
Sets value for attribute actionvoid
setAuthorization(String authorization)
Sets value for attribute authorizationvoid
setBelongsmailDomain(String belongsmailDomain)
Sets value for attribute belongsmailDomainvoid
setBelongsMailList(String belongsMailList)
Sets value for attribute belongsMailListvoid
setComment(String comment)
Sets value for attribute commentvoid
setConfigurationParameter(String configurationParameter)
Sets value for attribute configurationParametervoid
setCustomObjectName(String customObjectName)
Sets value for attribute customObjectNamevoid
setCustomObjectType(String customObjectType)
Sets value for attribute customObjectTypevoid
setDate(Date date)
Sets value for attribute datevoid
setDb(String db)
Sets value for attribute dbvoid
setDomain(String domain)
Sets value for attribute domainvoid
setDomainValue(String domainValue)
Sets value for attribute domainValuevoid
setFileId(Long fileId)
Sets value for attribute fileIdvoid
setGroup(GroupEntity group)
Sets value for attribute groupvoid
setHost(String host)
Sets value for attribute hostvoid
setId(Long id)
Sets value for attribute idvoid
setIdentityFederation(String identityFederation)
Sets value for attribute identityFederationvoid
setInformationSystem(String informationSystem)
Sets value for attribute informationSystemvoid
setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroupvoid
setMailDomain(String mailDomain)
Sets value for attribute mailDomainvoid
setMailList(String mailList)
Sets value for attribute mailListvoid
setNetwork(String network)
Sets value for attribute networkvoid
setObject(String object)
Sets value for attribute objectvoid
setPamSessionId(String pamSessionId)
Sets value for attribute pamSessionIdvoid
setPasswordDomain(String passwordDomain)
Sets value for attribute passwordDomainvoid
setPrinter(String printer)
Sets value for attribute printervoid
setRole(String role)
Sets value for attribute rolevoid
setRule(String rule)
Sets value for attribute rulevoid
setScheduledTask(String scheduledTask)
Sets value for attribute scheduledTaskvoid
setSearchIndex(String searchIndex)
Sets value for attribute searchIndexvoid
setSourceIp(String sourceIp)
Sets value for attribute sourceIpvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setUser(String user)
Sets value for attribute uservoid
setUserDomain(String userDomain)
Sets value for attribute userDomainvoid
setUserType(String userType)
Sets value for attribute userType
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getDate
public Date getDate()
Gets value for attribute date
-
setDate
public void setDate(Date date)
Sets value for attribute date
-
getUser
public String getUser()
Gets value for attribute user
-
setUser
public void setUser(String user)
Sets value for attribute user
-
getAction
public String getAction()
Gets value for attribute action
-
setAction
public void setAction(String action)
Sets value for attribute action
-
getObject
public String getObject()
Gets value for attribute object
-
setObject
public void setObject(String object)
Sets value for attribute object
-
getGroup
public GroupEntity getGroup()
Gets value for attribute group
-
setGroup
public void setGroup(GroupEntity group)
Sets value for attribute group
-
getDomain
public String getDomain()
Gets value for attribute domain
-
setDomain
public void setDomain(String domain)
Sets value for attribute domain
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
getConfigurationParameter
public String getConfigurationParameter()
Gets value for attribute configurationParameter
-
setConfigurationParameter
public void setConfigurationParameter(String configurationParameter)
Sets value for attribute configurationParameter
-
getDb
public String getDb()
Gets value for attribute db
-
setDb
public void setDb(String db)
Sets value for attribute db
-
getPrinter
public String getPrinter()
Gets value for attribute printer
-
setPrinter
public void setPrinter(String printer)
Sets value for attribute printer
-
getInformationSystem
public String getInformationSystem()
Gets value for attribute informationSystem
-
setInformationSystem
public void setInformationSystem(String informationSystem)
Sets value for attribute informationSystem
-
getMailDomain
public String getMailDomain()
Gets value for attribute mailDomain
-
setMailDomain
public void setMailDomain(String mailDomain)
Sets value for attribute mailDomain
-
getMailList
public String getMailList()
Gets value for attribute mailList
-
setMailList
public void setMailList(String mailList)
Sets value for attribute mailList
-
getNetwork
public String getNetwork()
Gets value for attribute network
-
setNetwork
public void setNetwork(String network)
Sets value for attribute network
-
getRole
public String getRole()
Gets value for attribute role
-
setRole
public void setRole(String role)
Sets value for attribute role
-
getHost
public String getHost()
Gets value for attribute host
-
setHost
public void setHost(String host)
Sets value for attribute host
-
getAuthorization
public String getAuthorization()
Gets value for attribute authorization
-
setAuthorization
public void setAuthorization(String authorization)
Sets value for attribute authorization
-
getFileId
public Long getFileId()
Gets value for attribute fileId
-
setFileId
public void setFileId(Long fileId)
Sets value for attribute fileId
-
getIdentityFederation
public String getIdentityFederation()
Gets value for attribute identityFederation
-
setIdentityFederation
public void setIdentityFederation(String identityFederation)
Sets value for attribute identityFederation
-
getBelongsMailList
public String getBelongsMailList()
Gets value for attribute belongsMailList
-
setBelongsMailList
public void setBelongsMailList(String belongsMailList)
Sets value for attribute belongsMailList
-
getBelongsmailDomain
public String getBelongsmailDomain()
Gets value for attribute belongsmailDomain
-
setBelongsmailDomain
public void setBelongsmailDomain(String belongsmailDomain)
Sets value for attribute belongsmailDomain
-
getAccount
public String getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(String account)
Sets value for attribute account
-
getAccountAssoc
public AccountEntity getAccountAssoc()
Gets value for attribute accountAssoc
-
setAccountAssoc
public void setAccountAssoc(AccountEntity accountAssoc)
Sets value for attribute accountAssoc
-
getComment
public String getComment()
Gets value for attribute comment
-
setComment
public void setComment(String comment)
Sets value for attribute comment
-
getUserType
public String getUserType()
Gets value for attribute userType
-
setUserType
public void setUserType(String userType)
Sets value for attribute userType
-
getUserDomain
public String getUserDomain()
Gets value for attribute userDomain
-
setUserDomain
public void setUserDomain(String userDomain)
Sets value for attribute userDomain
-
getPasswordDomain
public String getPasswordDomain()
Gets value for attribute passwordDomain
-
setPasswordDomain
public void setPasswordDomain(String passwordDomain)
Sets value for attribute passwordDomain
-
getRule
public String getRule()
Gets value for attribute rule
-
setRule
public void setRule(String rule)
Sets value for attribute rule
-
getScheduledTask
public String getScheduledTask()
Gets value for attribute scheduledTask
-
setScheduledTask
public void setScheduledTask(String scheduledTask)
Sets value for attribute scheduledTask
-
getCustomObjectName
public String getCustomObjectName()
Gets value for attribute customObjectName
-
setCustomObjectName
public void setCustomObjectName(String customObjectName)
Sets value for attribute customObjectName
-
getCustomObjectType
public String getCustomObjectType()
Gets value for attribute customObjectType
-
setCustomObjectType
public void setCustomObjectType(String customObjectType)
Sets value for attribute customObjectType
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getSourceIp
public String getSourceIp()
Gets value for attribute sourceIp
-
setSourceIp
public void setSourceIp(String sourceIp)
Sets value for attribute sourceIp
-
getJumpServerGroup
public String getJumpServerGroup()
Gets value for attribute jumpServerGroup
-
setJumpServerGroup
public void setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroup
-
getPamSessionId
public String getPamSessionId()
Gets value for attribute pamSessionId
-
setPamSessionId
public void setPamSessionId(String pamSessionId)
Sets value for attribute pamSessionId
-
getSearchIndex
public String getSearchIndex()
Gets value for attribute searchIndex
-
setSearchIndex
public void setSearchIndex(String searchIndex)
Sets value for attribute searchIndex
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an AuditEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-