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 boolean
equals(Object object)
Returnstrue
if the argument is an EntryPointExecutableEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getContent()
Gets value for attribute contentEntryPointEntity
getEntryPoint()
Gets value for attribute entryPointString
getExecutionCode()
Gets value for attribute executionCodeLong
getId()
Gets value for attribute idString
getScope()
Gets value for attribute scopeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setContent(String content)
Sets value for attribute contentvoid
setEntryPoint(EntryPointEntity entryPoint)
Sets value for attribute entryPointvoid
setExecutionCode(String executionCode)
Sets value for attribute executionCodevoid
setId(Long id)
Sets value for attribute idvoid
setScope(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)
Returnstrue
if the argument is an EntryPointExecutableEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-