Package es.caib.seycon.ng.comu
Class Dispatcher
- java.lang.Object
-
- es.caib.seycon.ng.comu.Dispatcher
-
- All Implemented Interfaces:
Serializable
public class Dispatcher extends Object implements Serializable
ValueObject Dispatcher- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Dispatcher()
Dispatcher(Dispatcher otherBean)
Dispatcher(String codi, boolean readOnly, boolean pause, boolean fullReconciliation, boolean generateTasksOnLoad)
Dispatcher(String codi, String description, String nomCla, String url, String url2, String param0, String param1, String param2, String param3, String param4, String param5, String param6, String param7, String param8, String param9, Boolean basRol, Boolean segur, Long id, String relacioLaboral, String grups, List<String> groupsList, Boolean controlAccess, Long idDominiContrasenyes, String dominiContrasenyes, String dominiUsuaris, boolean readOnly, boolean pause, boolean fullReconciliation, boolean generateTasksOnLoad, Long databaseReplicaId, boolean authoritative, byte[] blobParam, Calendar timeStamp, Calendar created, String authoritativeProcess, Boolean manualAccountCreation, Boolean sharedDispatcher, Long threads, Long timeout, Long longTimeout, String usage, String tenant)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthoritativeProcess()
Gets value for attribute authoritativeProcessBoolean
getBasRol()
Gets value for attribute basRolbyte[]
getBlobParam()
Gets value for attribute blobParamString
getCodi()
Gets value for attribute codiBoolean
getControlAccess()
Gets value for attribute controlAccessCalendar
getCreated()
Gets value for attribute createdLong
getDatabaseReplicaId()
Gets value for attribute databaseReplicaIdString
getDescription()
Gets value for attribute descriptionString
getDominiContrasenyes()
Gets value for attribute dominiContrasenyesString
getDominiUsuaris()
Gets value for attribute dominiUsuarisList<String>
getGroupsList()
Gets value for attribute groupsListString
getGrups()
Gets value for attribute grupsLong
getId()
Gets value for attribute idLong
getIdDominiContrasenyes()
Gets value for attribute idDominiContrasenyesLong
getLongTimeout()
Gets value for attribute longTimeoutBoolean
getManualAccountCreation()
Gets value for attribute manualAccountCreationString
getNomCla()
Gets value for attribute nomClaString
getParam0()
Gets value for attribute param0String
getParam1()
Gets value for attribute param1String
getParam2()
Gets value for attribute param2String
getParam3()
Gets value for attribute param3String
getParam4()
Gets value for attribute param4String
getParam5()
Gets value for attribute param5String
getParam6()
Gets value for attribute param6String
getParam7()
Gets value for attribute param7String
getParam8()
Gets value for attribute param8String
getParam9()
Gets value for attribute param9String
getRelacioLaboral()
Gets value for attribute relacioLaboralBoolean
getSegur()
Gets value for attribute segurBoolean
getSharedDispatcher()
Gets value for attribute sharedDispatcherString
getTenant()
Gets value for attribute tenantLong
getThreads()
Gets value for attribute threadsLong
getTimeout()
Gets value for attribute timeoutCalendar
getTimeStamp()
Gets value for attribute timeStampString
getUrl()
Gets value for attribute urlString
getUrl2()
Gets value for attribute url2String
getUsage()
Gets value for attribute usageboolean
isAuthoritative()
Gets value for attribute authoritativeboolean
isFullReconciliation()
Gets value for attribute fullReconciliationboolean
isGenerateTasksOnLoad()
Gets value for attribute generateTasksOnLoadboolean
isPause()
Gets value for attribute pauseboolean
isReadOnly()
Gets value for attribute readOnlyvoid
setAuthoritative(boolean authoritative)
Sets value for attribute authoritativevoid
setAuthoritativeProcess(String authoritativeProcess)
Sets value for attribute authoritativeProcessvoid
setBasRol(Boolean basRol)
Sets value for attribute basRolvoid
setBlobParam(byte[] blobParam)
Sets value for attribute blobParamvoid
setCodi(String codi)
Sets value for attribute codivoid
setControlAccess(Boolean controlAccess)
Sets value for attribute controlAccessvoid
setCreated(Calendar created)
Sets value for attribute createdvoid
setDatabaseReplicaId(Long databaseReplicaId)
Sets value for attribute databaseReplicaIdvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setDominiContrasenyes(String dominiContrasenyes)
Sets value for attribute dominiContrasenyesvoid
setDominiUsuaris(String dominiUsuaris)
Sets value for attribute dominiUsuarisvoid
setFullReconciliation(boolean fullReconciliation)
Sets value for attribute fullReconciliationvoid
setGenerateTasksOnLoad(boolean generateTasksOnLoad)
Sets value for attribute generateTasksOnLoadvoid
setGroupsList(List<String> groupsList)
Sets value for attribute groupsListvoid
setGrups(String grups)
Sets value for attribute grupsvoid
setId(Long id)
Sets value for attribute idvoid
setIdDominiContrasenyes(Long idDominiContrasenyes)
Sets value for attribute idDominiContrasenyesvoid
setLongTimeout(Long longTimeout)
Sets value for attribute longTimeoutvoid
setManualAccountCreation(Boolean manualAccountCreation)
Sets value for attribute manualAccountCreationvoid
setNomCla(String nomCla)
Sets value for attribute nomClavoid
setParam0(String param0)
Sets value for attribute param0void
setParam1(String param1)
Sets value for attribute param1void
setParam2(String param2)
Sets value for attribute param2void
setParam3(String param3)
Sets value for attribute param3void
setParam4(String param4)
Sets value for attribute param4void
setParam5(String param5)
Sets value for attribute param5void
setParam6(String param6)
Sets value for attribute param6void
setParam7(String param7)
Sets value for attribute param7void
setParam8(String param8)
Sets value for attribute param8void
setParam9(String param9)
Sets value for attribute param9void
setPause(boolean pause)
Sets value for attribute pausevoid
setReadOnly(boolean readOnly)
Sets value for attribute readOnlyvoid
setRelacioLaboral(String relacioLaboral)
Sets value for attribute relacioLaboralvoid
setSegur(Boolean segur)
Sets value for attribute segurvoid
setSharedDispatcher(Boolean sharedDispatcher)
Sets value for attribute sharedDispatchervoid
setTenant(String tenant)
Sets value for attribute tenantvoid
setThreads(Long threads)
Sets value for attribute threadsvoid
setTimeout(Long timeout)
Sets value for attribute timeoutvoid
setTimeStamp(Calendar timeStamp)
Sets value for attribute timeStampvoid
setUrl(String url)
Sets value for attribute urlvoid
setUrl2(String url2)
Sets value for attribute url2void
setUsage(String usage)
Sets value for attribute usagestatic Dispatcher
toDispatcher(System vo)
Creates a Dispatcher value object based on a System object.static void
toDispatcher(System source, Dispatcher target)
Updates a Dispatcher value object based on a System object.static Dispatcher[]
toDispatcherArray(System[] source)
Creates a Dispatcher array on a System array.static AsyncList<Dispatcher>
toDispatcherAsyncList(AsyncList<System> source)
Creates a Dispatcher asynclist on a System collection.static PagedResult<Dispatcher>
toDispatcherList(PagedResult<System> source)
Creates a Dispatcher pagedResult on a System collection.static List<Dispatcher>
toDispatcherList(Collection<System> source)
Creates a Dispatcher list on a System collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
Dispatcher
public Dispatcher()
-
Dispatcher
public Dispatcher(String codi, String description, String nomCla, String url, String url2, String param0, String param1, String param2, String param3, String param4, String param5, String param6, String param7, String param8, String param9, Boolean basRol, Boolean segur, Long id, String relacioLaboral, String grups, List<String> groupsList, Boolean controlAccess, Long idDominiContrasenyes, String dominiContrasenyes, String dominiUsuaris, boolean readOnly, boolean pause, boolean fullReconciliation, boolean generateTasksOnLoad, Long databaseReplicaId, boolean authoritative, byte[] blobParam, Calendar timeStamp, Calendar created, String authoritativeProcess, Boolean manualAccountCreation, Boolean sharedDispatcher, Long threads, Long timeout, Long longTimeout, String usage, String tenant)
-
Dispatcher
public Dispatcher(String codi, boolean readOnly, boolean pause, boolean fullReconciliation, boolean generateTasksOnLoad)
-
Dispatcher
public Dispatcher(Dispatcher otherBean)
-
-
Method Detail
-
getCodi
public String getCodi()
Gets value for attribute codi
-
setCodi
public void setCodi(String codi)
Sets value for attribute codi
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getNomCla
public String getNomCla()
Gets value for attribute nomCla
-
setNomCla
public void setNomCla(String nomCla)
Sets value for attribute nomCla
-
getUrl
public String getUrl()
Gets value for attribute url
-
setUrl
public void setUrl(String url)
Sets value for attribute url
-
getUrl2
public String getUrl2()
Gets value for attribute url2
-
setUrl2
public void setUrl2(String url2)
Sets value for attribute url2
-
getParam0
public String getParam0()
Gets value for attribute param0
-
setParam0
public void setParam0(String param0)
Sets value for attribute param0
-
getParam1
public String getParam1()
Gets value for attribute param1
-
setParam1
public void setParam1(String param1)
Sets value for attribute param1
-
getParam2
public String getParam2()
Gets value for attribute param2
-
setParam2
public void setParam2(String param2)
Sets value for attribute param2
-
getParam3
public String getParam3()
Gets value for attribute param3
-
setParam3
public void setParam3(String param3)
Sets value for attribute param3
-
getParam4
public String getParam4()
Gets value for attribute param4
-
setParam4
public void setParam4(String param4)
Sets value for attribute param4
-
getParam5
public String getParam5()
Gets value for attribute param5
-
setParam5
public void setParam5(String param5)
Sets value for attribute param5
-
getParam6
public String getParam6()
Gets value for attribute param6
-
setParam6
public void setParam6(String param6)
Sets value for attribute param6
-
getParam7
public String getParam7()
Gets value for attribute param7
-
setParam7
public void setParam7(String param7)
Sets value for attribute param7
-
getParam8
public String getParam8()
Gets value for attribute param8
-
setParam8
public void setParam8(String param8)
Sets value for attribute param8
-
getParam9
public String getParam9()
Gets value for attribute param9
-
setParam9
public void setParam9(String param9)
Sets value for attribute param9
-
getBasRol
public Boolean getBasRol()
Gets value for attribute basRol
-
setBasRol
public void setBasRol(Boolean basRol)
Sets value for attribute basRol
-
getSegur
public Boolean getSegur()
Gets value for attribute segur
-
setSegur
public void setSegur(Boolean segur)
Sets value for attribute segur
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRelacioLaboral
public String getRelacioLaboral()
Gets value for attribute relacioLaboral
-
setRelacioLaboral
public void setRelacioLaboral(String relacioLaboral)
Sets value for attribute relacioLaboral
-
getGrups
public String getGrups()
Gets value for attribute grups
-
setGrups
public void setGrups(String grups)
Sets value for attribute grups
-
setGroupsList
public void setGroupsList(List<String> groupsList)
Sets value for attribute groupsList
-
getControlAccess
public Boolean getControlAccess()
Gets value for attribute controlAccess
-
setControlAccess
public void setControlAccess(Boolean controlAccess)
Sets value for attribute controlAccess
-
getIdDominiContrasenyes
public Long getIdDominiContrasenyes()
Gets value for attribute idDominiContrasenyes
-
setIdDominiContrasenyes
public void setIdDominiContrasenyes(Long idDominiContrasenyes)
Sets value for attribute idDominiContrasenyes
-
getDominiContrasenyes
public String getDominiContrasenyes()
Gets value for attribute dominiContrasenyes
-
setDominiContrasenyes
public void setDominiContrasenyes(String dominiContrasenyes)
Sets value for attribute dominiContrasenyes
-
getDominiUsuaris
public String getDominiUsuaris()
Gets value for attribute dominiUsuaris
-
setDominiUsuaris
public void setDominiUsuaris(String dominiUsuaris)
Sets value for attribute dominiUsuaris
-
isReadOnly
public boolean isReadOnly()
Gets value for attribute readOnly
-
setReadOnly
public void setReadOnly(boolean readOnly)
Sets value for attribute readOnly
-
isPause
public boolean isPause()
Gets value for attribute pause
-
setPause
public void setPause(boolean pause)
Sets value for attribute pause
-
isFullReconciliation
public boolean isFullReconciliation()
Gets value for attribute fullReconciliation
-
setFullReconciliation
public void setFullReconciliation(boolean fullReconciliation)
Sets value for attribute fullReconciliation
-
isGenerateTasksOnLoad
public boolean isGenerateTasksOnLoad()
Gets value for attribute generateTasksOnLoad
-
setGenerateTasksOnLoad
public void setGenerateTasksOnLoad(boolean generateTasksOnLoad)
Sets value for attribute generateTasksOnLoad
-
getDatabaseReplicaId
public Long getDatabaseReplicaId()
Gets value for attribute databaseReplicaId
-
setDatabaseReplicaId
public void setDatabaseReplicaId(Long databaseReplicaId)
Sets value for attribute databaseReplicaId
-
isAuthoritative
public boolean isAuthoritative()
Gets value for attribute authoritative
-
setAuthoritative
public void setAuthoritative(boolean authoritative)
Sets value for attribute authoritative
-
getBlobParam
public byte[] getBlobParam()
Gets value for attribute blobParam
-
setBlobParam
public void setBlobParam(byte[] blobParam)
Sets value for attribute blobParam
-
getTimeStamp
public Calendar getTimeStamp()
Gets value for attribute timeStamp
-
setTimeStamp
public void setTimeStamp(Calendar timeStamp)
Sets value for attribute timeStamp
-
getCreated
public Calendar getCreated()
Gets value for attribute created
-
setCreated
public void setCreated(Calendar created)
Sets value for attribute created
-
getAuthoritativeProcess
public String getAuthoritativeProcess()
Gets value for attribute authoritativeProcess
-
setAuthoritativeProcess
public void setAuthoritativeProcess(String authoritativeProcess)
Sets value for attribute authoritativeProcess
-
getManualAccountCreation
public Boolean getManualAccountCreation()
Gets value for attribute manualAccountCreation
-
setManualAccountCreation
public void setManualAccountCreation(Boolean manualAccountCreation)
Sets value for attribute manualAccountCreation
-
getSharedDispatcher
public Boolean getSharedDispatcher()
Gets value for attribute sharedDispatcher
-
setSharedDispatcher
public void setSharedDispatcher(Boolean sharedDispatcher)
Sets value for attribute sharedDispatcher
-
getThreads
public Long getThreads()
Gets value for attribute threads
-
setThreads
public void setThreads(Long threads)
Sets value for attribute threads
-
getTimeout
public Long getTimeout()
Gets value for attribute timeout
-
setTimeout
public void setTimeout(Long timeout)
Sets value for attribute timeout
-
getLongTimeout
public Long getLongTimeout()
Gets value for attribute longTimeout
-
setLongTimeout
public void setLongTimeout(Long longTimeout)
Sets value for attribute longTimeout
-
getUsage
public String getUsage()
Gets value for attribute usage
-
setUsage
public void setUsage(String usage)
Sets value for attribute usage
-
getTenant
public String getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(String tenant)
Sets value for attribute tenant
-
toString
public String toString()
Returns a string representation of the value object.
-
toDispatcher
public static Dispatcher toDispatcher(System vo)
Creates a Dispatcher value object based on a System object.
-
toDispatcherList
public static List<Dispatcher> toDispatcherList(Collection<System> source)
Creates a Dispatcher list on a System collection.
-
toDispatcherList
public static PagedResult<Dispatcher> toDispatcherList(PagedResult<System> source)
Creates a Dispatcher pagedResult on a System collection.
-
toDispatcherAsyncList
public static AsyncList<Dispatcher> toDispatcherAsyncList(AsyncList<System> source)
Creates a Dispatcher asynclist on a System collection.
-
toDispatcherArray
public static Dispatcher[] toDispatcherArray(System[] source)
Creates a Dispatcher array on a System array.
-
toDispatcher
public static void toDispatcher(System source, Dispatcher target)
Updates a Dispatcher value object based on a System object.
-
-