Package com.soffid.iam.api
Class System
- java.lang.Object
-
- com.soffid.iam.api.System
-
- All Implemented Interfaces:
Serializable
public class System extends Object implements Serializable
ValueObject System- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description System()System(System otherBean)System(String name, boolean readOnly, boolean pause, boolean fullReconciliation, boolean generateTasksOnLoad)System(String name, String description, String className, 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 rolebased, Boolean trusted, Long id, String userTypes, String groups, List<String> groupsList, Boolean accessControl, Long passwordsDomainId, String passwordsDomain, String usersDomain, 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 BooleangetAccessControl()Gets value for attribute accessControlStringgetAuthoritativeProcess()Gets value for attribute authoritativeProcessbyte[]getBlobParam()Gets value for attribute blobParamStringgetClassName()Gets value for attribute classNameCalendargetCreated()Gets value for attribute createdLonggetDatabaseReplicaId()Gets value for attribute databaseReplicaIdStringgetDescription()Gets value for attribute descriptionStringgetGroups()Gets value for attribute groupsList<String>getGroupsList()Gets value for attribute groupsListLonggetId()Gets value for attribute idLonggetLongTimeout()Gets value for attribute longTimeoutBooleangetManualAccountCreation()Gets value for attribute manualAccountCreationStringgetName()Gets value for attribute nameStringgetParam0()Gets value for attribute param0StringgetParam1()Gets value for attribute param1StringgetParam2()Gets value for attribute param2StringgetParam3()Gets value for attribute param3StringgetParam4()Gets value for attribute param4StringgetParam5()Gets value for attribute param5StringgetParam6()Gets value for attribute param6StringgetParam7()Gets value for attribute param7StringgetParam8()Gets value for attribute param8StringgetParam9()Gets value for attribute param9StringgetPasswordsDomain()Gets value for attribute passwordsDomainLonggetPasswordsDomainId()Gets value for attribute passwordsDomainIdBooleangetRolebased()Gets value for attribute rolebasedBooleangetSharedDispatcher()Gets value for attribute sharedDispatcherStringgetTenant()Gets value for attribute tenantLonggetThreads()Gets value for attribute threadsLonggetTimeout()Gets value for attribute timeoutCalendargetTimeStamp()Gets value for attribute timeStampBooleangetTrusted()Gets value for attribute trustedStringgetUrl()Gets value for attribute urlStringgetUrl2()Gets value for attribute url2StringgetUsage()Gets value for attribute usageStringgetUsersDomain()Gets value for attribute usersDomainStringgetUserTypes()Gets value for attribute userTypesbooleanisAuthoritative()Gets value for attribute authoritativebooleanisFullReconciliation()Gets value for attribute fullReconciliationbooleanisGenerateTasksOnLoad()Gets value for attribute generateTasksOnLoadbooleanisPause()Gets value for attribute pausebooleanisReadOnly()Gets value for attribute readOnlyvoidsetAccessControl(Boolean accessControl)Sets value for attribute accessControlvoidsetAuthoritative(boolean authoritative)Sets value for attribute authoritativevoidsetAuthoritativeProcess(String authoritativeProcess)Sets value for attribute authoritativeProcessvoidsetBlobParam(byte[] blobParam)Sets value for attribute blobParamvoidsetClassName(String className)Sets value for attribute classNamevoidsetCreated(Calendar created)Sets value for attribute createdvoidsetDatabaseReplicaId(Long databaseReplicaId)Sets value for attribute databaseReplicaIdvoidsetDescription(String description)Sets value for attribute descriptionvoidsetFullReconciliation(boolean fullReconciliation)Sets value for attribute fullReconciliationvoidsetGenerateTasksOnLoad(boolean generateTasksOnLoad)Sets value for attribute generateTasksOnLoadvoidsetGroups(String groups)Sets value for attribute groupsvoidsetGroupsList(List<String> groupsList)Sets value for attribute groupsListvoidsetId(Long id)Sets value for attribute idvoidsetLongTimeout(Long longTimeout)Sets value for attribute longTimeoutvoidsetManualAccountCreation(Boolean manualAccountCreation)Sets value for attribute manualAccountCreationvoidsetName(String name)Sets value for attribute namevoidsetParam0(String param0)Sets value for attribute param0voidsetParam1(String param1)Sets value for attribute param1voidsetParam2(String param2)Sets value for attribute param2voidsetParam3(String param3)Sets value for attribute param3voidsetParam4(String param4)Sets value for attribute param4voidsetParam5(String param5)Sets value for attribute param5voidsetParam6(String param6)Sets value for attribute param6voidsetParam7(String param7)Sets value for attribute param7voidsetParam8(String param8)Sets value for attribute param8voidsetParam9(String param9)Sets value for attribute param9voidsetPasswordsDomain(String passwordsDomain)Sets value for attribute passwordsDomainvoidsetPasswordsDomainId(Long passwordsDomainId)Sets value for attribute passwordsDomainIdvoidsetPause(boolean pause)Sets value for attribute pausevoidsetReadOnly(boolean readOnly)Sets value for attribute readOnlyvoidsetRolebased(Boolean rolebased)Sets value for attribute rolebasedvoidsetSharedDispatcher(Boolean sharedDispatcher)Sets value for attribute sharedDispatchervoidsetTenant(String tenant)Sets value for attribute tenantvoidsetThreads(Long threads)Sets value for attribute threadsvoidsetTimeout(Long timeout)Sets value for attribute timeoutvoidsetTimeStamp(Calendar timeStamp)Sets value for attribute timeStampvoidsetTrusted(Boolean trusted)Sets value for attribute trustedvoidsetUrl(String url)Sets value for attribute urlvoidsetUrl2(String url2)Sets value for attribute url2voidsetUsage(String usage)Sets value for attribute usagevoidsetUsersDomain(String usersDomain)Sets value for attribute usersDomainvoidsetUserTypes(String userTypes)Sets value for attribute userTypesStringtoString()Returns a string representation of the value object.static SystemtoSystem(Dispatcher vo)Creates a System value object based on a Dispatcher object.static voidtoSystem(Dispatcher source, System target)Updates a System value object based on a Dispatcher object.static System[]toSystemArray(Dispatcher[] source)Creates a System array on a Dispatcher array.static AsyncList<System>toSystemAsyncList(AsyncList<Dispatcher> source)Creates a System asynclist on a Dispatcher collection.static PagedResult<System>toSystemList(PagedResult<Dispatcher> source)Creates a System pagedResult on a Dispatcher collection.static List<System>toSystemList(Collection<Dispatcher> source)Creates a System list on a Dispatcher collection.
-
-
-
Constructor Detail
-
System
public System()
-
System
public System(String name, String description, String className, 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 rolebased, Boolean trusted, Long id, String userTypes, String groups, List<String> groupsList, Boolean accessControl, Long passwordsDomainId, String passwordsDomain, String usersDomain, 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)
-
System
public System(String name, boolean readOnly, boolean pause, boolean fullReconciliation, boolean generateTasksOnLoad)
-
System
public System(System otherBean)
-
-
Method Detail
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getClassName
public String getClassName()
Gets value for attribute className
-
setClassName
public void setClassName(String className)
Sets value for attribute className
-
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
-
getRolebased
public Boolean getRolebased()
Gets value for attribute rolebased
-
setRolebased
public void setRolebased(Boolean rolebased)
Sets value for attribute rolebased
-
getTrusted
public Boolean getTrusted()
Gets value for attribute trusted
-
setTrusted
public void setTrusted(Boolean trusted)
Sets value for attribute trusted
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getUserTypes
public String getUserTypes()
Gets value for attribute userTypes
-
setUserTypes
public void setUserTypes(String userTypes)
Sets value for attribute userTypes
-
getGroups
public String getGroups()
Gets value for attribute groups
-
setGroups
public void setGroups(String groups)
Sets value for attribute groups
-
setGroupsList
public void setGroupsList(List<String> groupsList)
Sets value for attribute groupsList
-
getAccessControl
public Boolean getAccessControl()
Gets value for attribute accessControl
-
setAccessControl
public void setAccessControl(Boolean accessControl)
Sets value for attribute accessControl
-
getPasswordsDomainId
public Long getPasswordsDomainId()
Gets value for attribute passwordsDomainId
-
setPasswordsDomainId
public void setPasswordsDomainId(Long passwordsDomainId)
Sets value for attribute passwordsDomainId
-
getPasswordsDomain
public String getPasswordsDomain()
Gets value for attribute passwordsDomain
-
setPasswordsDomain
public void setPasswordsDomain(String passwordsDomain)
Sets value for attribute passwordsDomain
-
getUsersDomain
public String getUsersDomain()
Gets value for attribute usersDomain
-
setUsersDomain
public void setUsersDomain(String usersDomain)
Sets value for attribute usersDomain
-
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.
-
toSystem
public static System toSystem(Dispatcher vo)
Creates a System value object based on a Dispatcher object.
-
toSystemList
public static List<System> toSystemList(Collection<Dispatcher> source)
Creates a System list on a Dispatcher collection.
-
toSystemList
public static PagedResult<System> toSystemList(PagedResult<Dispatcher> source)
Creates a System pagedResult on a Dispatcher collection.
-
toSystemAsyncList
public static AsyncList<System> toSystemAsyncList(AsyncList<Dispatcher> source)
Creates a System asynclist on a Dispatcher collection.
-
toSystemArray
public static System[] toSystemArray(Dispatcher[] source)
Creates a System array on a Dispatcher array.
-
toSystem
public static void toSystem(Dispatcher source, System target)
Updates a System value object based on a Dispatcher object.
-
-