Package com.soffid.iam.model
Class ScheduledTaskHandlerEntity
- java.lang.Object
-
- com.soffid.iam.model.ScheduledTaskHandlerEntity
-
- Direct Known Subclasses:
ScheduledTaskHandlerEntityImpl
public abstract class ScheduledTaskHandlerEntity extends Object
Entity ScheduledTaskHandlerEntity
-
-
Constructor Summary
Constructors Constructor Description ScheduledTaskHandlerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ScheduledTaskHandlerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getClassName()
Gets value for attribute classNameLong
getId()
Gets value for attribute idString
getName()
Gets value for attribute nameCollection<ScheduledTaskEntity>
getTasks()
Gets value for attribute tasksTenantEntity
getTenant()
Gets value for attribute tenantint
hashCode()
Returns a hash code based on this entity's identifiers.void
setClassName(String className)
Sets value for attribute classNamevoid
setId(Long id)
Sets value for attribute idvoid
setName(String name)
Sets value for attribute namevoid
setTasks(Collection<ScheduledTaskEntity> tasks)
Sets value for attribute tasksvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getClassName
public String getClassName()
Gets value for attribute className
-
setClassName
public void setClassName(String className)
Sets value for attribute className
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getTasks
public Collection<ScheduledTaskEntity> getTasks()
Gets value for attribute tasks
-
setTasks
public void setTasks(Collection<ScheduledTaskEntity> tasks)
Sets value for attribute tasks
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ScheduledTaskHandlerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-