Package es.caib.seycon.ng.comu
Class AbstractAplicacio
- java.lang.Object
-
- es.caib.seycon.ng.comu.AbstractAplicacio
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Aplicacio
public abstract class AbstractAplicacio extends Object implements Serializable
ValueObject AbstractAplicacio- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAplicacio()
AbstractAplicacio(ApplicationType type, String parent, String relativeName, String codi, String nom, String directoriFonts, String codiPersonaContacte, String directoriExecutable, String bd, Long id, String nomComplertPersonaContacte, Boolean gestionableWF, String correusNotificacions, String approvalProcess, String roleDefinitionProcess, boolean singleRole, Map<String,Object> attributes)
AbstractAplicacio(AbstractAplicacio otherBean)
AbstractAplicacio(String relativeName, String codi, String nom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApprovalProcess()
Gets value for attribute approvalProcessMap<String,Object>
getAttributes()
Gets value for attribute attributesString
getBd()
Gets value for attribute bdBoolean
getBpmEnforced()
Gets value for attribute gestionableWFString
getCodi()
Gets value for attribute codiString
getCodiPersonaContacte()
Gets value for attribute codiPersonaContacteString
getCorreusNotificacions()
Gets value for attribute correusNotificacionsString
getDirectoriExecutable()
Gets value for attribute directoriExecutableString
getDirectoriFonts()
Gets value for attribute directoriFontsBoolean
getGestionableWF()
Gets value for attribute gestionableWFLong
getId()
Gets value for attribute idString
getNom()
Gets value for attribute nomString
getNomComplertPersonaContacte()
Gets value for attribute nomComplertPersonaContacteString
getParent()
Gets value for attribute parentString
getRelativeName()
Gets value for attribute relativeNameString
getRoleDefinitionProcess()
Gets value for attribute roleDefinitionProcessApplicationType
getType()
Gets value for attribute typeboolean
isSingleRole()
Gets value for attribute singleRolevoid
setApprovalProcess(String approvalProcess)
Sets value for attribute approvalProcessvoid
setAttributes(Map<String,Object> attributes)
Sets value for attribute attributesvoid
setBd(String bd)
Sets value for attribute bdvoid
setBpmEnforced(Boolean gestionableWF)
Sets value for attribute gestionableWFvoid
setCodi(String codi)
Sets value for attribute codivoid
setCodiPersonaContacte(String codiPersonaContacte)
Sets value for attribute codiPersonaContactevoid
setCorreusNotificacions(String correusNotificacions)
Sets value for attribute correusNotificacionsvoid
setDirectoriExecutable(String directoriExecutable)
Sets value for attribute directoriExecutablevoid
setDirectoriFonts(String directoriFonts)
Sets value for attribute directoriFontsvoid
setGestionableWF(Boolean gestionableWF)
Sets value for attribute gestionableWFvoid
setId(Long id)
Sets value for attribute idvoid
setNom(String nom)
Sets value for attribute nomvoid
setNomComplertPersonaContacte(String nomComplertPersonaContacte)
Sets value for attribute nomComplertPersonaContactevoid
setParent(String parent)
Sets value for attribute parentvoid
setRelativeName(String relativeName)
Sets value for attribute relativeNamevoid
setRoleDefinitionProcess(String roleDefinitionProcess)
Sets value for attribute roleDefinitionProcessvoid
setSingleRole(boolean singleRole)
Sets value for attribute singleRolevoid
setType(ApplicationType type)
Sets value for attribute typestatic Aplicacio
toAplicacio(Application vo)
Creates a Aplicacio value object based on a Application object.static void
toAplicacio(Application source, AbstractAplicacio target)
Updates a Aplicacio value object based on a Application object.static Aplicacio[]
toAplicacioArray(Application[] source)
Creates a Aplicacio array on a Application array.static AsyncList<Aplicacio>
toAplicacioAsyncList(AsyncList<Application> source)
Creates a Aplicacio asynclist on a Application collection.static PagedResult<Aplicacio>
toAplicacioList(PagedResult<Application> source)
Creates a Aplicacio pagedResult on a Application collection.static List<Aplicacio>
toAplicacioList(Collection<Application> source)
Creates a Aplicacio list on a Application collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
AbstractAplicacio
public AbstractAplicacio()
-
AbstractAplicacio
public AbstractAplicacio(ApplicationType type, String parent, String relativeName, String codi, String nom, String directoriFonts, String codiPersonaContacte, String directoriExecutable, String bd, Long id, String nomComplertPersonaContacte, Boolean gestionableWF, String correusNotificacions, String approvalProcess, String roleDefinitionProcess, boolean singleRole, Map<String,Object> attributes)
-
AbstractAplicacio
public AbstractAplicacio(AbstractAplicacio otherBean)
-
-
Method Detail
-
getType
public ApplicationType getType()
Gets value for attribute type
-
setType
public void setType(ApplicationType type)
Sets value for attribute type
-
getParent
public String getParent()
Gets value for attribute parent
-
setParent
public void setParent(String parent)
Sets value for attribute parent
-
getRelativeName
public String getRelativeName()
Gets value for attribute relativeName
-
setRelativeName
public void setRelativeName(String relativeName)
Sets value for attribute relativeName
-
getCodi
public String getCodi()
Gets value for attribute codi
-
setCodi
public void setCodi(String codi)
Sets value for attribute codi
-
getNom
public String getNom()
Gets value for attribute nom
-
setNom
public void setNom(String nom)
Sets value for attribute nom
-
getDirectoriFonts
public String getDirectoriFonts()
Gets value for attribute directoriFonts
-
setDirectoriFonts
public void setDirectoriFonts(String directoriFonts)
Sets value for attribute directoriFonts
-
getCodiPersonaContacte
public String getCodiPersonaContacte()
Gets value for attribute codiPersonaContacte
-
setCodiPersonaContacte
public void setCodiPersonaContacte(String codiPersonaContacte)
Sets value for attribute codiPersonaContacte
-
getDirectoriExecutable
public String getDirectoriExecutable()
Gets value for attribute directoriExecutable
-
setDirectoriExecutable
public void setDirectoriExecutable(String directoriExecutable)
Sets value for attribute directoriExecutable
-
getBd
public String getBd()
Gets value for attribute bd
-
setBd
public void setBd(String bd)
Sets value for attribute bd
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getNomComplertPersonaContacte
public String getNomComplertPersonaContacte()
Gets value for attribute nomComplertPersonaContacte
-
setNomComplertPersonaContacte
public void setNomComplertPersonaContacte(String nomComplertPersonaContacte)
Sets value for attribute nomComplertPersonaContacte
-
getGestionableWF
public Boolean getGestionableWF()
Gets value for attribute gestionableWF
-
setGestionableWF
public void setGestionableWF(Boolean gestionableWF)
Sets value for attribute gestionableWF
-
getBpmEnforced
public Boolean getBpmEnforced()
Gets value for attribute gestionableWF
-
setBpmEnforced
public void setBpmEnforced(Boolean gestionableWF)
Sets value for attribute gestionableWF
-
getCorreusNotificacions
public String getCorreusNotificacions()
Gets value for attribute correusNotificacions
-
setCorreusNotificacions
public void setCorreusNotificacions(String correusNotificacions)
Sets value for attribute correusNotificacions
-
getApprovalProcess
public String getApprovalProcess()
Gets value for attribute approvalProcess
-
setApprovalProcess
public void setApprovalProcess(String approvalProcess)
Sets value for attribute approvalProcess
-
getRoleDefinitionProcess
public String getRoleDefinitionProcess()
Gets value for attribute roleDefinitionProcess
-
setRoleDefinitionProcess
public void setRoleDefinitionProcess(String roleDefinitionProcess)
Sets value for attribute roleDefinitionProcess
-
isSingleRole
public boolean isSingleRole()
Gets value for attribute singleRole
-
setSingleRole
public void setSingleRole(boolean singleRole)
Sets value for attribute singleRole
-
setAttributes
public void setAttributes(Map<String,Object> attributes)
Sets value for attribute attributes
-
toString
public String toString()
Returns a string representation of the value object.
-
toAplicacio
public static Aplicacio toAplicacio(Application vo)
Creates a Aplicacio value object based on a Application object.
-
toAplicacioList
public static List<Aplicacio> toAplicacioList(Collection<Application> source)
Creates a Aplicacio list on a Application collection.
-
toAplicacioList
public static PagedResult<Aplicacio> toAplicacioList(PagedResult<Application> source)
Creates a Aplicacio pagedResult on a Application collection.
-
toAplicacioAsyncList
public static AsyncList<Aplicacio> toAplicacioAsyncList(AsyncList<Application> source)
Creates a Aplicacio asynclist on a Application collection.
-
toAplicacioArray
public static Aplicacio[] toAplicacioArray(Application[] source)
Creates a Aplicacio array on a Application array.
-
toAplicacio
public static void toAplicacio(Application source, AbstractAplicacio target)
Updates a Aplicacio value object based on a Application object.
-
-