Package com.soffid.iam.iga.api
Class AbstractInformationSystem
java.lang.Object
com.soffid.iam.iga.api.AbstractInformationSystem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InformationSystem
ValueObject AbstractInformationSystem
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractInformationSystem(Long id, ApplicationType type, String parent, String relativeName, String name, String description, String owner, String sourceDir, String targetDir, String database, Boolean bpmEnabled, String notificationEmails, String approvalProcess, String roleDefinitionProcess, boolean singleRole, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) AbstractInformationSystem(String relativeName, String name, String description) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute approvalProcessGets value for attribute attributesGets value for attribute bpmEnabledGets value for attribute bpmEnabledGets value for attribute createdByGets value for attribute createdOnGets value for attribute databaseGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptionGets value for attribute targetDirgetId()Gets value for attribute idgetName()Gets value for attribute nameGets value for attribute notificationEmailsgetOwner()Gets value for attribute ownerGets value for attribute parentGets value for attribute relativeNameGets value for attribute roleDefinitionProcessGets value for attribute sourceDirGets value for attribute sourceDirGets value for attribute targetDirgetType()Gets value for attribute typeGets value for attribute updatedByGets value for attribute updatedOnbooleanGets value for attribute singleRolevoidsetApprovalProcess(String approvalProcess) Sets value for attribute approvalProcessvoidsetAttributes(Map<String, Object> attributes) Sets value for attribute attributesvoidsetBpmEnabled(Boolean bpmEnabled) Sets value for attribute bpmEnabledvoidsetBpmEnforced(Boolean bpmEnabled) Sets value for attribute bpmEnabledvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDatabase(String database) Sets value for attribute databasevoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidsetExecutable(String targetDir) Sets value for attribute targetDirvoidSets value for attribute idvoidSets value for attribute namevoidsetNotificationEmails(String notificationEmails) Sets value for attribute notificationEmailsvoidSets value for attribute ownervoidSets value for attribute parentvoidsetRelativeName(String relativeName) Sets value for attribute relativeNamevoidsetRoleDefinitionProcess(String roleDefinitionProcess) Sets value for attribute roleDefinitionProcessvoidsetSingleRole(boolean singleRole) Sets value for attribute singleRolevoidSets value for attribute sourceDirvoidsetSourceDir(String sourceDir) Sets value for attribute sourceDirvoidsetTargetDir(String targetDir) Sets value for attribute targetDirvoidsetType(ApplicationType type) Sets value for attribute typevoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
AbstractInformationSystem
public AbstractInformationSystem() -
AbstractInformationSystem
public AbstractInformationSystem(Long id, ApplicationType type, String parent, String relativeName, String name, String description, String owner, String sourceDir, String targetDir, String database, Boolean bpmEnabled, String notificationEmails, String approvalProcess, String roleDefinitionProcess, boolean singleRole, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
AbstractInformationSystem
-
AbstractInformationSystem
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getParent
Gets value for attribute parent -
setParent
Sets value for attribute parent -
getRelativeName
Gets value for attribute relativeName -
setRelativeName
Sets value for attribute relativeName -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getOwner
Gets value for attribute owner -
setOwner
Sets value for attribute owner -
getSourceDir
Gets value for attribute sourceDir -
setSourceDir
Sets value for attribute sourceDir -
getSource
Gets value for attribute sourceDir -
setSource
Sets value for attribute sourceDir -
getTargetDir
Gets value for attribute targetDir -
setTargetDir
Sets value for attribute targetDir -
getExecutable
Gets value for attribute targetDir -
setExecutable
Sets value for attribute targetDir -
getDatabase
Gets value for attribute database -
setDatabase
Sets value for attribute database -
getBpmEnabled
Gets value for attribute bpmEnabled -
setBpmEnabled
Sets value for attribute bpmEnabled -
getBpmEnforced
Gets value for attribute bpmEnabled -
setBpmEnforced
Sets value for attribute bpmEnabled -
getNotificationEmails
Gets value for attribute notificationEmails -
setNotificationEmails
Sets value for attribute notificationEmails -
getApprovalProcess
Gets value for attribute approvalProcess -
setApprovalProcess
Sets value for attribute approvalProcess -
getRoleDefinitionProcess
Gets value for attribute roleDefinitionProcess -
setRoleDefinitionProcess
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 -
getAttributes
Gets value for attribute attributes -
setAttributes
Sets value for attribute attributes -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-