Package com.soffid.iam.model
Class EntryPointExecutableEntity
- java.lang.Object
-
- com.soffid.iam.model.EntryPointExecutableEntity
-
- Direct Known Subclasses:
EntryPointExecutableEntityImpl
public abstract class EntryPointExecutableEntity extends Object
Entity EntryPointExecutableEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointExecutableEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an EntryPointExecutableEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetContent()Gets value for attribute contentEntryPointEntitygetEntryPoint()Gets value for attribute entryPointStringgetExecutionCode()Gets value for attribute executionCodeLonggetId()Gets value for attribute idStringgetScope()Gets value for attribute scopeinthashCode()Returns a hash code based on this entity's identifiers.voidsetContent(String content)Sets value for attribute contentvoidsetEntryPoint(EntryPointEntity entryPoint)Sets value for attribute entryPointvoidsetExecutionCode(String executionCode)Sets value for attribute executionCodevoidsetId(Long id)Sets value for attribute idvoidsetScope(String scope)Sets value for attribute scope
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getScope
public String getScope()
Gets value for attribute scope
-
setScope
public void setScope(String scope)
Sets value for attribute scope
-
getContent
public String getContent()
Gets value for attribute content
-
setContent
public void setContent(String content)
Sets value for attribute content
-
getEntryPoint
public EntryPointEntity getEntryPoint()
Gets value for attribute entryPoint
-
setEntryPoint
public void setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPoint
-
getExecutionCode
public String getExecutionCode()
Gets value for attribute executionCode
-
setExecutionCode
public void setExecutionCode(String executionCode)
Sets value for attribute executionCode
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an EntryPointExecutableEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-