Package com.soffid.iam.model
Class TaskEntity
- java.lang.Object
-
- com.soffid.iam.model.TaskEntity
-
- Direct Known Subclasses:
TaskEntityImpl
public abstract class TaskEntity extends Object
Entity TaskEntity
-
-
Constructor Summary
Constructors Constructor Description TaskEntity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an TaskEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAlias()Gets value for attribute aliasStringgetChangePassword()Gets value for attribute changePasswordStringgetCustomObjectName()Gets value for attribute customObjectNameStringgetCustomObjectType()Gets value for attribute customObjectTypeStringgetCustomTaskName()Gets value for attribute customTaskNameTimestampgetDate()Gets value for attribute dateStringgetDb()Gets value for attribute dbStringgetEntity()Gets value for attribute entityDategetExpirationDate()Gets value for attribute expirationDateStringgetFolder()Gets value for attribute folderStringgetFolderType()Gets value for attribute folderTypeStringgetGroup()Gets value for attribute groupStringgetHash()Gets value for attribute hashStringgetHost()Gets value for attribute hostLonggetId()Gets value for attribute idCollection<TaskLogEntity>getLogs()Gets value for attribute logsStringgetMailDomain()Gets value for attribute mailDomainStringgetMessage()Gets value for attribute messageStringgetParameters()Gets value for attribute parametersStringgetPassword()Gets value for attribute passwordStringgetPasswordsDomain()Gets value for attribute passwordsDomainLonggetPrimaryKeyValue()Gets value for attribute primaryKeyValueStringgetPrinter()Gets value for attribute printerLonggetPriority()Gets value for attribute priorityStringgetRole()Gets value for attribute roleStringgetServer()Gets value for attribute serverStringgetServerInstance()Gets value for attribute serverInstanceStringgetSourceTransaction()Gets value for attribute sourceTransactionStringgetStatus()Gets value for attribute statusStringgetSubnet()Gets value for attribute subnetStringgetSystemName()Gets value for attribute systemNameCollection<TaskLogEntity>getTaskLogs()Gets value for attribute taskLogsTenantEntitygetTenant()Gets value for attribute tenantStringgetTransaction()Gets value for attribute transactionStringgetUser()Gets value for attribute userStringgetUsersDomain()Gets value for attribute usersDomaininthashCode()Returns a hash code based on this entity's identifiers.voidsetAlias(String alias)Sets value for attribute aliasvoidsetChangePassword(String changePassword)Sets value for attribute changePasswordvoidsetCustomObjectName(String customObjectName)Sets value for attribute customObjectNamevoidsetCustomObjectType(String customObjectType)Sets value for attribute customObjectTypevoidsetCustomTaskName(String customTaskName)Sets value for attribute customTaskNamevoidsetDate(Timestamp date)Sets value for attribute datevoidsetDb(String db)Sets value for attribute dbvoidsetEntity(String entity)Sets value for attribute entityvoidsetExpirationDate(Date expirationDate)Sets value for attribute expirationDatevoidsetFolder(String folder)Sets value for attribute foldervoidsetFolderType(String folderType)Sets value for attribute folderTypevoidsetGroup(String group)Sets value for attribute groupvoidsetHash(String hash)Sets value for attribute hashvoidsetHost(String host)Sets value for attribute hostvoidsetId(Long id)Sets value for attribute idvoidsetLogs(Collection<TaskLogEntity> logs)Sets value for attribute logsvoidsetMailDomain(String mailDomain)Sets value for attribute mailDomainvoidsetMessage(String message)Sets value for attribute messagevoidsetParameters(String parameters)Sets value for attribute parametersvoidsetPassword(String password)Sets value for attribute passwordvoidsetPasswordsDomain(String passwordsDomain)Sets value for attribute passwordsDomainvoidsetPrimaryKeyValue(Long primaryKeyValue)Sets value for attribute primaryKeyValuevoidsetPrinter(String printer)Sets value for attribute printervoidsetPriority(Long priority)Sets value for attribute priorityvoidsetRole(String role)Sets value for attribute rolevoidsetServer(String server)Sets value for attribute servervoidsetServerInstance(String serverInstance)Sets value for attribute serverInstancevoidsetSourceTransaction(String sourceTransaction)Sets value for attribute sourceTransactionvoidsetStatus(String status)Sets value for attribute statusvoidsetSubnet(String subnet)Sets value for attribute subnetvoidsetSystemName(String systemName)Sets value for attribute systemNamevoidsetTaskLogs(Collection<TaskLogEntity> taskLogs)Sets value for attribute taskLogsvoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetTransaction(String transaction)Sets value for attribute transactionvoidsetUser(String user)Sets value for attribute uservoidsetUsersDomain(String usersDomain)Sets value for attribute usersDomainabstract StringtoString()Operation toString
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUser
public String getUser()
Gets value for attribute user
-
setUser
public void setUser(String user)
Sets value for attribute user
-
getPassword
public String getPassword()
Gets value for attribute password
-
setPassword
public void setPassword(String password)
Sets value for attribute password
-
getChangePassword
public String getChangePassword()
Gets value for attribute changePassword
-
setChangePassword
public void setChangePassword(String changePassword)
Sets value for attribute changePassword
-
getFolder
public String getFolder()
Gets value for attribute folder
-
setFolder
public void setFolder(String folder)
Sets value for attribute folder
-
getFolderType
public String getFolderType()
Gets value for attribute folderType
-
setFolderType
public void setFolderType(String folderType)
Sets value for attribute folderType
-
getPrinter
public String getPrinter()
Gets value for attribute printer
-
setPrinter
public void setPrinter(String printer)
Sets value for attribute printer
-
getHost
public String getHost()
Gets value for attribute host
-
setHost
public void setHost(String host)
Sets value for attribute host
-
getSubnet
public String getSubnet()
Gets value for attribute subnet
-
setSubnet
public void setSubnet(String subnet)
Sets value for attribute subnet
-
getMessage
public String getMessage()
Gets value for attribute message
-
setMessage
public void setMessage(String message)
Sets value for attribute message
-
getStatus
public String getStatus()
Gets value for attribute status
-
setStatus
public void setStatus(String status)
Sets value for attribute status
-
getDate
public Timestamp getDate()
Gets value for attribute date
-
setDate
public void setDate(Timestamp date)
Sets value for attribute date
-
getTransaction
public String getTransaction()
Gets value for attribute transaction
-
setTransaction
public void setTransaction(String transaction)
Sets value for attribute transaction
-
getGroup
public String getGroup()
Gets value for attribute group
-
setGroup
public void setGroup(String group)
Sets value for attribute group
-
getAlias
public String getAlias()
Gets value for attribute alias
-
setAlias
public void setAlias(String alias)
Sets value for attribute alias
-
getMailDomain
public String getMailDomain()
Gets value for attribute mailDomain
-
setMailDomain
public void setMailDomain(String mailDomain)
Sets value for attribute mailDomain
-
getRole
public String getRole()
Gets value for attribute role
-
setRole
public void setRole(String role)
Sets value for attribute role
-
getDb
public String getDb()
Gets value for attribute db
-
setDb
public void setDb(String db)
Sets value for attribute db
-
getSystemName
public String getSystemName()
Gets value for attribute systemName
-
setSystemName
public void setSystemName(String systemName)
Sets value for attribute systemName
-
getServer
public String getServer()
Gets value for attribute server
-
setServer
public void setServer(String server)
Sets value for attribute server
-
getServerInstance
public String getServerInstance()
Gets value for attribute serverInstance
-
setServerInstance
public void setServerInstance(String serverInstance)
Sets value for attribute serverInstance
-
getPriority
public Long getPriority()
Gets value for attribute priority
-
setPriority
public void setPriority(Long priority)
Sets value for attribute priority
-
getUsersDomain
public String getUsersDomain()
Gets value for attribute usersDomain
-
setUsersDomain
public void setUsersDomain(String usersDomain)
Sets value for attribute usersDomain
-
getPasswordsDomain
public String getPasswordsDomain()
Gets value for attribute passwordsDomain
-
setPasswordsDomain
public void setPasswordsDomain(String passwordsDomain)
Sets value for attribute passwordsDomain
-
getHash
public String getHash()
Gets value for attribute hash
-
setHash
public void setHash(String hash)
Sets value for attribute hash
-
getLogs
public Collection<TaskLogEntity> getLogs()
Gets value for attribute logs
-
setLogs
public void setLogs(Collection<TaskLogEntity> logs)
Sets value for attribute logs
-
getExpirationDate
public Date getExpirationDate()
Gets value for attribute expirationDate
-
setExpirationDate
public void setExpirationDate(Date expirationDate)
Sets value for attribute expirationDate
-
getEntity
public String getEntity()
Gets value for attribute entity
-
setEntity
public void setEntity(String entity)
Sets value for attribute entity
-
getPrimaryKeyValue
public Long getPrimaryKeyValue()
Gets value for attribute primaryKeyValue
-
setPrimaryKeyValue
public void setPrimaryKeyValue(Long primaryKeyValue)
Sets value for attribute primaryKeyValue
-
getCustomObjectType
public String getCustomObjectType()
Gets value for attribute customObjectType
-
setCustomObjectType
public void setCustomObjectType(String customObjectType)
Sets value for attribute customObjectType
-
getCustomObjectName
public String getCustomObjectName()
Gets value for attribute customObjectName
-
setCustomObjectName
public void setCustomObjectName(String customObjectName)
Sets value for attribute customObjectName
-
getCustomTaskName
public String getCustomTaskName()
Gets value for attribute customTaskName
-
setCustomTaskName
public void setCustomTaskName(String customTaskName)
Sets value for attribute customTaskName
-
getParameters
public String getParameters()
Gets value for attribute parameters
-
setParameters
public void setParameters(String parameters)
Sets value for attribute parameters
-
getSourceTransaction
public String getSourceTransaction()
Gets value for attribute sourceTransaction
-
setSourceTransaction
public void setSourceTransaction(String sourceTransaction)
Sets value for attribute sourceTransaction
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getTaskLogs
public Collection<TaskLogEntity> getTaskLogs()
Gets value for attribute taskLogs
-
setTaskLogs
public void setTaskLogs(Collection<TaskLogEntity> taskLogs)
Sets value for attribute taskLogs
-
toString
public abstract String toString()
Operation toString
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an TaskEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-