Package com.soffid.iam.api
Class AccessTreeExecution
- java.lang.Object
-
- com.soffid.iam.api.AccessTreeExecution
-
- All Implemented Interfaces:
Serializable
public class AccessTreeExecution extends Object implements Serializable
ValueObject AccessTreeExecution- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTreeExecution()
AccessTreeExecution(AccessTreeExecution otherBean)
AccessTreeExecution(Long id, String scope, String content, String executionTypeCode, String typeMimeExecution, Long AccessTreeId)
AccessTreeExecution(String scope)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAccessTreeId()
Gets value for attribute AccessTreeIdString
getContent()
Gets value for attribute contentString
getExecutionTypeCode()
Gets value for attribute executionTypeCodeLong
getId()
Gets value for attribute idString
getScope()
Gets value for attribute scopeString
getTypeMimeExecution()
Gets value for attribute typeMimeExecutionvoid
setAccessTreeId(Long AccessTreeId)
Sets value for attribute AccessTreeIdvoid
setContent(String content)
Sets value for attribute contentvoid
setExecutionTypeCode(String executionTypeCode)
Sets value for attribute executionTypeCodevoid
setId(Long id)
Sets value for attribute idvoid
setScope(String scope)
Sets value for attribute scopevoid
setTypeMimeExecution(String typeMimeExecution)
Sets value for attribute typeMimeExecutionstatic AccessTreeExecution
toAccessTreeExecution(ExecucioPuntEntrada vo)
Creates a AccessTreeExecution value object based on a ExecucioPuntEntrada object.static void
toAccessTreeExecution(ExecucioPuntEntrada source, AccessTreeExecution target)
Updates a AccessTreeExecution value object based on a ExecucioPuntEntrada object.static AccessTreeExecution[]
toAccessTreeExecutionArray(ExecucioPuntEntrada[] source)
Creates a AccessTreeExecution array on a ExecucioPuntEntrada array.static AsyncList<AccessTreeExecution>
toAccessTreeExecutionAsyncList(AsyncList<ExecucioPuntEntrada> source)
Creates a AccessTreeExecution asynclist on a ExecucioPuntEntrada collection.static PagedResult<AccessTreeExecution>
toAccessTreeExecutionList(PagedResult<ExecucioPuntEntrada> source)
Creates a AccessTreeExecution pagedResult on a ExecucioPuntEntrada collection.static List<AccessTreeExecution>
toAccessTreeExecutionList(Collection<ExecucioPuntEntrada> source)
Creates a AccessTreeExecution list on a ExecucioPuntEntrada collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AccessTreeExecution
public AccessTreeExecution()
-
AccessTreeExecution
public AccessTreeExecution(Long id, String scope, String content, String executionTypeCode, String typeMimeExecution, Long AccessTreeId)
-
AccessTreeExecution
public AccessTreeExecution(String scope)
-
AccessTreeExecution
public AccessTreeExecution(AccessTreeExecution otherBean)
-
-
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
-
getExecutionTypeCode
public String getExecutionTypeCode()
Gets value for attribute executionTypeCode
-
setExecutionTypeCode
public void setExecutionTypeCode(String executionTypeCode)
Sets value for attribute executionTypeCode
-
getTypeMimeExecution
public String getTypeMimeExecution()
Gets value for attribute typeMimeExecution
-
setTypeMimeExecution
public void setTypeMimeExecution(String typeMimeExecution)
Sets value for attribute typeMimeExecution
-
getAccessTreeId
public Long getAccessTreeId()
Gets value for attribute AccessTreeId
-
setAccessTreeId
public void setAccessTreeId(Long AccessTreeId)
Sets value for attribute AccessTreeId
-
toString
public String toString()
Returns a string representation of the value object.
-
toAccessTreeExecution
public static AccessTreeExecution toAccessTreeExecution(ExecucioPuntEntrada vo)
Creates a AccessTreeExecution value object based on a ExecucioPuntEntrada object.
-
toAccessTreeExecutionList
public static List<AccessTreeExecution> toAccessTreeExecutionList(Collection<ExecucioPuntEntrada> source)
Creates a AccessTreeExecution list on a ExecucioPuntEntrada collection.
-
toAccessTreeExecutionList
public static PagedResult<AccessTreeExecution> toAccessTreeExecutionList(PagedResult<ExecucioPuntEntrada> source)
Creates a AccessTreeExecution pagedResult on a ExecucioPuntEntrada collection.
-
toAccessTreeExecutionAsyncList
public static AsyncList<AccessTreeExecution> toAccessTreeExecutionAsyncList(AsyncList<ExecucioPuntEntrada> source)
Creates a AccessTreeExecution asynclist on a ExecucioPuntEntrada collection.
-
toAccessTreeExecutionArray
public static AccessTreeExecution[] toAccessTreeExecutionArray(ExecucioPuntEntrada[] source)
Creates a AccessTreeExecution array on a ExecucioPuntEntrada array.
-
toAccessTreeExecution
public static void toAccessTreeExecution(ExecucioPuntEntrada source, AccessTreeExecution target)
Updates a AccessTreeExecution value object based on a ExecucioPuntEntrada object.
-
-