Package com.soffid.iam.api
Class AccessTreeExecutionType
- java.lang.Object
-
- com.soffid.iam.api.AccessTreeExecutionType
-
- All Implemented Interfaces:
Serializable
public class AccessTreeExecutionType extends Object implements Serializable
ValueObject AccessTreeExecutionType- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTreeExecutionType()AccessTreeExecutionType(AccessTreeExecutionType otherBean)AccessTreeExecutionType(Long id, String code, String mimeType, String template)AccessTreeExecutionType(Long id, String code, String mimeType, String template, String javaClass)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets value for attribute codeLonggetId()Gets value for attribute idStringgetJavaClass()Gets value for attribute javaClassStringgetMimeType()Gets value for attribute mimeTypeStringgetTemplate()Gets value for attribute templatevoidsetCode(String code)Sets value for attribute codevoidsetId(Long id)Sets value for attribute idvoidsetJavaClass(String javaClass)Sets value for attribute javaClassvoidsetMimeType(String mimeType)Sets value for attribute mimeTypevoidsetTemplate(String template)Sets value for attribute templatestatic AccessTreeExecutionTypetoAccessTreeExecutionType(TipusExecucioPuntEntrada vo)Creates a AccessTreeExecutionType value object based on a TipusExecucioPuntEntrada object.static voidtoAccessTreeExecutionType(TipusExecucioPuntEntrada source, AccessTreeExecutionType target)Updates a AccessTreeExecutionType value object based on a TipusExecucioPuntEntrada object.static AccessTreeExecutionType[]toAccessTreeExecutionTypeArray(TipusExecucioPuntEntrada[] source)Creates a AccessTreeExecutionType array on a TipusExecucioPuntEntrada array.static AsyncList<AccessTreeExecutionType>toAccessTreeExecutionTypeAsyncList(AsyncList<TipusExecucioPuntEntrada> source)Creates a AccessTreeExecutionType asynclist on a TipusExecucioPuntEntrada collection.static PagedResult<AccessTreeExecutionType>toAccessTreeExecutionTypeList(PagedResult<TipusExecucioPuntEntrada> source)Creates a AccessTreeExecutionType pagedResult on a TipusExecucioPuntEntrada collection.static List<AccessTreeExecutionType>toAccessTreeExecutionTypeList(Collection<TipusExecucioPuntEntrada> source)Creates a AccessTreeExecutionType list on a TipusExecucioPuntEntrada collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AccessTreeExecutionType
public AccessTreeExecutionType()
-
AccessTreeExecutionType
public AccessTreeExecutionType(Long id, String code, String mimeType, String template, String javaClass)
-
AccessTreeExecutionType
public AccessTreeExecutionType(Long id, String code, String mimeType, String template)
-
AccessTreeExecutionType
public AccessTreeExecutionType(AccessTreeExecutionType otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getCode
public String getCode()
Gets value for attribute code
-
setCode
public void setCode(String code)
Sets value for attribute code
-
getMimeType
public String getMimeType()
Gets value for attribute mimeType
-
setMimeType
public void setMimeType(String mimeType)
Sets value for attribute mimeType
-
getTemplate
public String getTemplate()
Gets value for attribute template
-
setTemplate
public void setTemplate(String template)
Sets value for attribute template
-
getJavaClass
public String getJavaClass()
Gets value for attribute javaClass
-
setJavaClass
public void setJavaClass(String javaClass)
Sets value for attribute javaClass
-
toString
public String toString()
Returns a string representation of the value object.
-
toAccessTreeExecutionType
public static AccessTreeExecutionType toAccessTreeExecutionType(TipusExecucioPuntEntrada vo)
Creates a AccessTreeExecutionType value object based on a TipusExecucioPuntEntrada object.
-
toAccessTreeExecutionTypeList
public static List<AccessTreeExecutionType> toAccessTreeExecutionTypeList(Collection<TipusExecucioPuntEntrada> source)
Creates a AccessTreeExecutionType list on a TipusExecucioPuntEntrada collection.
-
toAccessTreeExecutionTypeList
public static PagedResult<AccessTreeExecutionType> toAccessTreeExecutionTypeList(PagedResult<TipusExecucioPuntEntrada> source)
Creates a AccessTreeExecutionType pagedResult on a TipusExecucioPuntEntrada collection.
-
toAccessTreeExecutionTypeAsyncList
public static AsyncList<AccessTreeExecutionType> toAccessTreeExecutionTypeAsyncList(AsyncList<TipusExecucioPuntEntrada> source)
Creates a AccessTreeExecutionType asynclist on a TipusExecucioPuntEntrada collection.
-
toAccessTreeExecutionTypeArray
public static AccessTreeExecutionType[] toAccessTreeExecutionTypeArray(TipusExecucioPuntEntrada[] source)
Creates a AccessTreeExecutionType array on a TipusExecucioPuntEntrada array.
-
toAccessTreeExecutionType
public static void toAccessTreeExecutionType(TipusExecucioPuntEntrada source, AccessTreeExecutionType target)
Updates a AccessTreeExecutionType value object based on a TipusExecucioPuntEntrada object.
-
-