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 booleanequals(Object object)Returnstrueif the argument is an ScheduledTaskHandlerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetClassName()Gets value for attribute classNameLonggetId()Gets value for attribute idStringgetName()Gets value for attribute nameCollection<ScheduledTaskEntity>getTasks()Gets value for attribute tasksTenantEntitygetTenant()Gets value for attribute tenantinthashCode()Returns a hash code based on this entity's identifiers.voidsetClassName(String className)Sets value for attribute classNamevoidsetId(Long id)Sets value for attribute idvoidsetName(String name)Sets value for attribute namevoidsetTasks(Collection<ScheduledTaskEntity> tasks)Sets value for attribute tasksvoidsetTenant(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)
Returnstrueif the argument is an ScheduledTaskHandlerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-